* make pg_hba authoption be a set of 0 or more name=value pairs
authorMagnus Hagander <magnus@hagander.net>
Thu, 23 Oct 2008 13:31:10 +0000 (13:31 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 23 Oct 2008 13:31:10 +0000 (13:31 +0000)
commit9648baf43b2b22ef8f8d4ff500fac234bbbe73c2
tree089af845a766e8819f5894fc69eb27cf8b4d0225
parent224ebef2bcf711e0e2d199d0bbfdb8327ab7f552
* make pg_hba authoption be a set of 0 or more name=value pairs
* make LDAP use this instead of the hacky previous method to specify
  the DN to bind as
* make all auth options behave the same when they are not compiled
  into the server
* rename "ident maps" to "user name maps", and support them for all
  auth methods that provide an external username

This makes a backwards incompatible change in the format of pg_hba.conf
for the ident, PAM and LDAP authentication methods.
doc/src/sgml/client-auth.sgml
src/backend/libpq/auth.c
src/backend/libpq/hba.c
src/backend/libpq/pg_hba.conf.sample
src/backend/libpq/pg_ident.conf.sample
src/include/libpq/hba.h