Re: LDAP authorization with postgresql

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: LDAP authorization with postgresql
Дата
Msg-id 20211008190819.GW20998@tamriel.snowman.net
обсуждение исходный текст
Ответ на LDAP authorization with postgresql  (Keith Brown <keith6014@gmail.com>)
Ответы Re: LDAP authorization with postgresql  (Keith Brown <keith6014@gmail.com>)
Список pgsql-general
Greetings,

* Keith Brown (keith6014@gmail.com) wrote:
> I use GSS for authentication. But I would like to setup LDAP based
> authorization, so a user can have access to a particular
> database/role/etc...I found documentation on how to setup LDAP but
> don't really see any examples for what I am trying to do. Any
> suggestions?

You probably want to look into a tool to sync your LDAP directory group
membership with roles in PG.

eg: https://github.com/larskanis/pg-ldap-sync

(Glad to hear you're using GSS for authentication!)

Thanks,

Stephen

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: talk to ben
Дата:
Сообщение: Re: Gist fastbuild and performances
Следующее
От: Keith Brown
Дата:
Сообщение: Re: LDAP authorization with postgresql