Re: LDAP and roles - Mailing list pgsql-admin

From Paul Förster
Subject Re: LDAP and roles
Date
Msg-id 7B771DE2-88C4-421A-84B3-5016496DCA5B@gmail.com
Whole thread Raw
In response to LDAP and roles  (Ron <ronljohnsonjr@gmail.com>)
List pgsql-admin
Hi Ron,

> On 08. Dec, 2020, at 21:12, Ron <ronljohnsonjr@gmail.com> wrote:
>
> Does LDAP obviate the need for the PASSWORD clause of CREATE ROLE?

yes, it does. We use it all the time.

create role <name> login;
grant <approle> to name;

It works with us this way. The user/role is otherwise completely managed in LDAP, including password policies, etc.

Cheers,
Paul




pgsql-admin by date:

Previous
From: Khuram Rafique
Date:
Subject: How to configure this
Next
From: Scott Ribe
Date:
Subject: Re: 12 to 13 migration, the privs error with pg_pltemplate