Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only)
Magnus Hagander <magnus@hagander.net>
Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) authentication options to be set in pg_hba.conf on a per-line basis, to override the defaults set in postgresql.conf.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/client-auth.sgml | modified | +31 −1 |
| src/backend/libpq/auth.c | modified | +38 −17 |
| src/backend/libpq/hba.c | modified | +18 −1 |
| src/include/libpq/hba.h | modified | +3 −1 |