1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

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
This commit is contained in:
Magnus Hagander
2014-03-16 15:18:52 +01:00
parent e3c9f23250
commit 0294023a6b
7 changed files with 9 additions and 40 deletions

View File

@ -91,9 +91,8 @@
#password_encryption = on
#db_user_namespace = off
# Kerberos and GSSAPI
# GSSAPI using Kerberos
#krb_server_keyfile = ''
#krb_srvname = 'postgres' # (Kerberos only)
#krb_caseins_users = off
# - TCP Keepalives -