support for LDAP URLs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема support for LDAP URLs
Дата
Msg-id 1352777937.23535.10.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: support for LDAP URLs  (Robert Haas <robertmhaas@gmail.com>)
Re: support for LDAP URLs  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: support for LDAP URLs  (Boszormenyi Zoltan <zb@cybertec.at>)
Список pgsql-hackers
Here is a patch to support RFC 2255 LDAP URLs in pg_hba.conf.  So,
instead of, say

host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapsearchattribute=uid

you could write

host ... ldap lapurl="ldap://ldap.example.net/dc=example,dc=net?uid?sub"

Apache and probably other software uses the same format, and it's easier
to have a common format for all such configuration instead of having to
translate the information provided by the LDAP admin into each
software's particular configuration spellings.

I'm using the OpenLDAP-provided URL parsing routine, which means this
wouldn't be supported on Windows.  But we already support different
authentication settings on different platforms, so this didn't seem such
a big problem.

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Doc patch to See Also: CREATE TABLE AS in CREATE TABLE docs
Следующее
От: Ants Aasma
Дата:
Сообщение: Re: Further pg_upgrade analysis for many tables