Cleanups from the remove-native-krb5 patch
Magnus Hagander <magnus@hagander.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/client-auth.sgml | modified | +8 −7 |
| doc/src/sgml/config.sgml | modified | +0 −14 |
| src/backend/libpq/auth.c | modified | +0 −1 |
| src/backend/utils/misc/guc.c | modified | +0 −13 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −2 |
| src/include/libpq/auth.h | modified | +0 −2 |
| src/include/libpq/hba.h | modified | +0 −1 |