aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-10-08 19:32:58 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-10-08 19:32:58 +0000
commit18d0ca2d1bf48f4b62cab4df4625b7f230b7c0c1 (patch)
tree2a3ca95f85df6a7444aa82c35eadf395d99e0cdf /src/backend/utils/misc/postgresql.conf.sample
parent49093572370b5b823956355dd7fb67cbbe0c523a (diff)
downloadpostgresql-18d0ca2d1bf48f4b62cab4df4625b7f230b7c0c1.tar.gz
postgresql-18d0ca2d1bf48f4b62cab4df4625b7f230b7c0c1.zip
Fix Kerberos authentication in wake of virtual-hosts changes --- need
to call krb5_sname_to_principal() always. Also, use krb_srvname rather than the hardwired string 'postgres' as the appl_version string in the krb5_sendauth/recvauth calls, to avoid breaking compatibility with PG 8.0. Magnus Hagander
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index e004039013c..af042740ad8 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -70,7 +70,7 @@
# Kerberos
#krb_server_keyfile = ''
#krb_srvname = 'postgres'
-#krb_server_hostname = '(any)' # if not set, matches any keytab entry
+#krb_server_hostname = '' # empty string matches any keytab entry
#krb_caseins_users = off
# - TCP Keepalives -