OSDN Git Service

* 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)
commit7356381ef57e6ddb09f1b1c72085e5102d0baa1e
treeb6b925fcc8847947752f8c597c7b03dfa1453b32
parent2675d043b9af54b079bb33202346ed285de0d765
* 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