diff options
author | Magnus Hagander <magnus@hagander.net> | 2009-01-09 10:13:19 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2009-01-09 10:13:19 +0000 |
commit | 1b4e729eaa97b6169e08abc70e84709cea2cd00a (patch) | |
tree | 4daae665450a6f2f7b3fc618abf9042917391640 /src/backend/utils/misc/postgresql.conf.sample | |
parent | 32e1265dd97e8321ad67418b781f3d0cf8a9282c (diff) | |
download | postgresql-1b4e729eaa97b6169e08abc70e84709cea2cd00a.tar.gz postgresql-1b4e729eaa97b6169e08abc70e84709cea2cd00a.zip |
Make krb_realm and krb_server_hostname be pg_hba options only, and remove
their GUCs.
In passing, noted that the pg_hba options for krb5 authentication weren't
listed at all - so add this.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index d53861511ae..ffa5055b768 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -81,10 +81,7 @@ # Kerberos and GSSAPI #krb_server_keyfile = '' #krb_srvname = 'postgres' # (Kerberos only) -#krb_server_hostname = '' # empty string matches any keytab entry - # (Kerberos only) #krb_caseins_users = off -#krb_realm = '' # - TCP Keepalives - # see "man 7 tcp" for details |