-
- Downloads
* 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.
Showing
- doc/src/sgml/client-auth.sgml 230 additions, 129 deletionsdoc/src/sgml/client-auth.sgml
- src/backend/libpq/auth.c 43 additions, 162 deletionssrc/backend/libpq/auth.c
- src/backend/libpq/hba.c 174 additions, 39 deletionssrc/backend/libpq/hba.c
- src/backend/libpq/pg_hba.conf.sample 8 additions, 5 deletionssrc/backend/libpq/pg_hba.conf.sample
- src/backend/libpq/pg_ident.conf.sample 7 additions, 7 deletionssrc/backend/libpq/pg_ident.conf.sample
- src/include/libpq/hba.h 14 additions, 11 deletionssrc/include/libpq/hba.h
Loading
Please register or sign in to comment