LDAP auth

Поиск
Список
Период
Сортировка
От Pierre Ochsenbein
Тема LDAP auth
Дата
Msg-id CABG8FoMqBzOWBASWThxPnsu+yuhwR1mSUr+3BXoQKHH5gN27aA@mail.gmail.com
обсуждение исходный текст
Ответы Re: LDAP auth  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-admin
Hi

I'm running on PostgreSQL 10.6 and would like to connect with LDAP users
I have sync all users from my group in my database and I can find users :-) 

hostssl    all             all             10.1.1.0/24        ldap  ldapurl="ldap://ldap.local/OU=ASA,OU=Forest%20Admin%20Accounts%20%26%20Roles,DC=ASATL,DC=NET?sAMAccountName?sub" ldaptls=1 ldapbinddn="CN=POSTGRES,OU=Service Accounts,OU=Global,OU=Member Servers,DC=PMINTL,DC=NET" ldapbindpasswd='password001'

What is the best way to put the LDAP query in pg_hba? I think the error comes from here

Thanks
Pierre

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: I want the elephant back
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: LDAP auth