Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only)

Magnus Hagander <magnus@hagander.net>

Commit: 32c469d7b13e430105ee018b493587c4f6c0150a
Author: Magnus Hagander <magnus@hagander.net>
Date: 2009-01-07T12:38:11Z
Releases: 8.4.0
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

PathChange+/−
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