Re: [ADMIN] Postgres user authentication with secure LDAP

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [ADMIN] Postgres user authentication with secure LDAP
Дата
Msg-id aa8d6819-77b8-b712-0056-66420b9328ed@2ndquadrant.com
обсуждение исходный текст
Ответ на [ADMIN] Postgres user authentication with secure LDAP  ("Tang, Ronald K CIV FNMOC, N6" <ronald.k.tang@navy.mil>)
Ответы Re: [Non-DoD Source] Re: [ADMIN] Postgres user authentication withsecure LDAP  ("Tang, Ronald K CIV FNMOC, N6" <ronald.k.tang@navy.mil>)
Список pgsql-admin
On 8/10/17 17:02, Tang, Ronald K CIV FNMOC, N6 wrote:
> I am trying to configure my Postgres server to use LDAP for authentication. My pg_hba.conf config line is:
>
> ldap ldapserver=ldaps://myldaps.company.com ldapport=636 ldaptls=1  ldapprefix="uid="
ldapsuffix=",ou=People,o=my.company.com"

The ldapserver= attribute takes a host name, not a URL.

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: [ADMIN] Postgres user authentication with secure LDAP
Следующее
От: Günce Kaya
Дата:
Сообщение: [ADMIN] Upgrading Postgresql Client