]> granicus.if.org Git - postgresql/commit
Add parameter krb_realm used by GSSAPI, SSPI and Kerberos
authorMagnus Hagander <magnus@hagander.net>
Fri, 9 Nov 2007 17:31:07 +0000 (17:31 +0000)
committerMagnus Hagander <magnus@hagander.net>
Fri, 9 Nov 2007 17:31:07 +0000 (17:31 +0000)
commit4b606ee444a1663a5ae668f5cd0560f165b04c43
tree283b9f84bf59aae4de2d6930198ea4b666b33870
parenta7cd5a4aa0271aa8fe35b6e825b28bb452ac7ca7
Add parameter krb_realm used by GSSAPI, SSPI and Kerberos
to validate the realm of the connecting user. By default
it's empty meaning no verification, which is the way
Kerberos authentication has traditionally worked in
PostgreSQL.
doc/src/sgml/client-auth.sgml
doc/src/sgml/config.sgml
src/backend/libpq/auth.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/libpq/auth.h