postgresql/src/backend
Magnus Hagander 0182d6f646 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
2009-12-12 21:35:21 +00:00
..
access Prevent indirect security attacks via changing session-local state within 2009-12-09 21:57:51 +00:00
bootstrap Add exclusion constraints, which generalize the concept of uniqueness to 2009-12-07 05:22:23 +00:00
catalog Add large object access control. 2009-12-11 03:34:57 +00:00
commands Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. 2009-12-12 00:35:34 +00:00
executor Ensure that the result tuple of an EvalPlanQual cycle gets materialized 2009-12-11 18:14:43 +00:00
foreign
lib
libpq Allow LDAP authentication to operate in search+bind mode, meaning it 2009-12-12 21:35:21 +00:00
main
nodes Add exclusion constraints, which generalize the concept of uniqueness to 2009-12-07 05:22:23 +00:00
optimizer Eliminate a lot of list-management overhead within join_search_one_level 2009-11-28 00:46:19 +00:00
parser Add large object access control. 2009-12-11 03:34:57 +00:00
po Translations update for 8.5alpha2 2009-10-20 18:23:27 +00:00
port
postmaster Add support for an application_name parameter, which is displayed in 2009-11-28 23:38:08 +00:00
regex Teach the regular expression functions to do case-insensitive matching and 2009-12-01 21:00:24 +00:00
rewrite Don't treat NEW and OLD as reserved words anymore. For the purposes of rules 2009-11-05 23:24:27 +00:00
snowball Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
storage Add large object access control. 2009-12-11 03:34:57 +00:00
tcop Add large object access control. 2009-12-11 03:34:57 +00:00
tsearch Avoid core dump on empty thesaurus dictionary. 2009-11-30 16:38:31 +00:00
utils Fix integer-to-bit-string conversions to handle the first fractional byte 2009-12-12 19:24:35 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
Makefile Put back "ifeq ($(PORTNAME), solaris)", this time with some documentation 2009-09-05 21:14:04 +00:00
nls.mk