support for LDAP URLs - Mailing list pgsql-hackers

From Peter Eisentraut
Subject support for LDAP URLs
Date
Msg-id 1352777937.23535.10.camel@vanquo.pezone.net
Whole thread Raw
Responses 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>)
List 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.

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Doc patch to See Also: CREATE TABLE AS in CREATE TABLE docs
Next
From: Ants Aasma
Date:
Subject: Re: Further pg_upgrade analysis for many tables