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

Remove comments that say restart is required for changing of Kerberos

parameters.
This commit is contained in:
Magnus Hagander
2009-01-02 11:26:24 +00:00
parent a27addbc87
commit f6c916ee98

View File

@ -79,12 +79,12 @@
#db_user_namespace = off #db_user_namespace = off
# Kerberos and GSSAPI # Kerberos and GSSAPI
#krb_server_keyfile = '' # (change requires restart) #krb_server_keyfile = ''
#krb_srvname = 'postgres' # (change requires restart, Kerberos only) #krb_srvname = 'postgres' # (Kerberos only)
#krb_server_hostname = '' # empty string matches any keytab entry #krb_server_hostname = '' # empty string matches any keytab entry
# (change requires restart, Kerberos only) # (Kerberos only)
#krb_caseins_users = off # (change requires restart) #krb_caseins_users = off
#krb_realm = '' # (change requires restart) #krb_realm = ''
# - TCP Keepalives - # - TCP Keepalives -
# see "man 7 tcp" for details # see "man 7 tcp" for details