Re: LDAP and roles

Поиск
Список
Период
Сортировка
От Paul Förster
Тема Re: LDAP and roles
Дата
Msg-id 7B771DE2-88C4-421A-84B3-5016496DCA5B@gmail.com
обсуждение исходный текст
Ответ на LDAP and roles  (Ron <ronljohnsonjr@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Khuram Rafique
Дата:
Сообщение: How to configure this
Следующее
От: Scott Ribe
Дата:
Сообщение: Re: 12 to 13 migration, the privs error with pg_pltemplate