mirror of
https://github.com/postgres/postgres.git
synced 2026-02-20 00:10:16 -05:00
Remove comments that say restart is required for changing of Kerberos
parameters.
This commit is contained in:
parent
a27addbc87
commit
f6c916ee98
1 changed files with 5 additions and 5 deletions
|
|
@ -79,12 +79,12 @@
|
|||
#db_user_namespace = off
|
||||
|
||||
# Kerberos and GSSAPI
|
||||
#krb_server_keyfile = '' # (change requires restart)
|
||||
#krb_srvname = 'postgres' # (change requires restart, Kerberos only)
|
||||
#krb_server_keyfile = ''
|
||||
#krb_srvname = 'postgres' # (Kerberos only)
|
||||
#krb_server_hostname = '' # empty string matches any keytab entry
|
||||
# (change requires restart, Kerberos only)
|
||||
#krb_caseins_users = off # (change requires restart)
|
||||
#krb_realm = '' # (change requires restart)
|
||||
# (Kerberos only)
|
||||
#krb_caseins_users = off
|
||||
#krb_realm = ''
|
||||
|
||||
# - TCP Keepalives -
|
||||
# see "man 7 tcp" for details
|
||||
|
|
|
|||
Loading…
Reference in a new issue