]> granicus.if.org Git - postgresql/commit
Allow LDAP authentication to operate in search+bind mode, meaning it
authorMagnus Hagander <magnus@hagander.net>
Sat, 12 Dec 2009 21:35:21 +0000 (21:35 +0000)
committerMagnus Hagander <magnus@hagander.net>
Sat, 12 Dec 2009 21:35:21 +0000 (21:35 +0000)
commit0182d6f646997e486f56f847001ff74694bdd7da
tree49487ab29c3deb7e84f2b3d1f1f5a47832ff4fa9
parenta4e035b2f1313b268dc6b8a1ff908cdd5ad96625
Allow LDAP authentication to operate in search+bind mode, meaning it
does a search for the user in the directory first, and then binds with
the DN found for this user.

This allows for LDAP logins in scenarios where the DN of the user cannot
be determined simply by prefix and suffix, such as the case where different
users are located in different containers.

The old way of authentication can be significantly faster, so it's kept
as an option.

Robert Fleming and Magnus Hagander
doc/src/sgml/client-auth.sgml
src/backend/libpq/auth.c
src/backend/libpq/hba.c
src/include/libpq/hba.h