Re: Facing issue with cert authentication

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Dhirendra Singh <dhirendraks(at)gmail(dot)com>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Facing issue with cert authentication
Date: 2022-12-22 12:46:30
Message-ID: 40ba97d7584f20dbf04ebedfc02cb1b8a146f45e.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, 2022-12-22 at 14:39 +0530, Dhirendra Singh wrote:
> On Thu, Dec 22, 2022 at 10:21 AM David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
> > On Wed, Dec 21, 2022 at 9:25 PM Dhirendra Singh <dhirendraks(at)gmail(dot)com> wrote:
> > >
> > > I am using cert authentication to authenticate.
> > > I have created a user with name S114546 (with uppercase 'S'). user
> > > created is s114546 (with lowercase 's').
> > >
> > > I can create the user with uppercase 'S' by double quoting the username.
> > > but the script which creates the user will do the same for all users
> > > which i do not want.
> >
> > It seems considerably easier to modify your database role creation
> > compared to the PKI certification creation.  I suggest you figure out
> > what you can live with on that front.
>
> It seems regex provides a way to convert the extracted string to lowercase
> by using "\L\1". but this is also not working...seems not supported by postgres.
> Is there a way to convert the matched string to lowercase ?

That syntax is not supported by PostgreSQL, and I cannot think of a better
way that to create the role with an upper case "S".

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message M Sarwar 2022-12-22 21:00:56 Possible options to import xml files from desktop to postgress/AWS-RDS
Previous Message Dhirendra Singh 2022-12-22 11:29:27 Re: Facing issue with cert authentication