]> granicus.if.org Git - postgresql/commit
Cleanups from the remove-native-krb5 patch
authorMagnus Hagander <magnus@hagander.net>
Sun, 16 Mar 2014 14:18:52 +0000 (15:18 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 16 Mar 2014 14:22:45 +0000 (15:22 +0100)
commit0294023a6b1c5df7683707a77238ab634d4ea8c1
treefc0f99b36e9577c1ba7aa873246d46b4a58a1b47
parente3c9f23250fc445568b2aefab8bcdc25371cff5b
Cleanups from the remove-native-krb5 patch

krb_srvname is actually not available anymore as a parameter server-side, since
with gssapi we accept all principals in our keytab. It's still used in libpq for
client side specification.

In passing remove declaration of krb_server_hostname, where all the functionality
was already removed.

Noted by Stephen Frost, though a different solution than his suggestion
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
src/include/libpq/hba.h