ldapi support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема ldapi support
Дата
Msg-id ce66dfcf-09c1-caac-2f79-29f194e9b3a2@2ndquadrant.com
обсуждение исходный текст
Ответы Re: ldapi support
Список pgsql-hackers
After the LDAP code was switched to use ldap_initialize() as part of the
ldaps support, ldapi (LDAP over Unix-domain sockets) also works.  I
noticed an old bug report (#13625) that asked for it.  So I suggest this
patch to document this and add some tests.

One flaw is that this only works when using the URL syntax.  Providing a
separate option would require coding URL escaping, since ultimately an
URL must be composed and passed to ldap_initialize().  But since
OpenLDAP apparently now considers URLs to be the preferred form for
connection parameters, I'm comfortable just sticking to that format.

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

Вложения

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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly
Следующее
От: Michael Paquier
Дата:
Сообщение: Creation of wiki page for open items of v11