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
Showing
- doc/src/sgml/client-auth.sgml 8 additions, 7 deletionsdoc/src/sgml/client-auth.sgml
- doc/src/sgml/config.sgml 0 additions, 14 deletionsdoc/src/sgml/config.sgml
- src/backend/libpq/auth.c 0 additions, 1 deletionsrc/backend/libpq/auth.c
- src/backend/utils/misc/guc.c 0 additions, 13 deletionssrc/backend/utils/misc/guc.c
- src/backend/utils/misc/postgresql.conf.sample 1 addition, 2 deletionssrc/backend/utils/misc/postgresql.conf.sample
- src/include/libpq/auth.h 0 additions, 2 deletionssrc/include/libpq/auth.h
- src/include/libpq/hba.h 0 additions, 1 deletionsrc/include/libpq/hba.h
Loading
Please register or sign in to comment