Re: LDAP and roles

From: Paul Förster <paul(dot)foerster(at)gmail(dot)com>
To: Ron <ronljohnsonjr(at)gmail(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: LDAP and roles
Date: 2020-12-09 08:50:46
Message-ID: 7B771DE2-88C4-421A-84B3-5016496DCA5B@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Ron,

> On 08. Dec, 2020, at 21:12, Ron <ronljohnsonjr(at)gmail(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Ribe 2020-12-09 14:06:50 Re: 12 to 13 migration, the privs error with pg_pltemplate
Previous Message Khuram Rafique 2020-12-09 08:41:26 How to configure this