mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Add support for GSSAPI authentication.
Documentation still being written, will be committed later. Henry B. Hotz and Magnus Hagander
This commit is contained in:
@ -79,11 +79,11 @@
|
||||
#password_encryption = on
|
||||
#db_user_namespace = off
|
||||
|
||||
# Kerberos
|
||||
# Kerberos and GSSAPI
|
||||
#krb_server_keyfile = '' # (change requires restart)
|
||||
#krb_srvname = 'postgres' # (change requires restart)
|
||||
#krb_srvname = 'postgres' # (change requires restart, kerberos only)
|
||||
#krb_server_hostname = '' # empty string matches any keytab entry
|
||||
# (change requires restart)
|
||||
# (change requires restart, kerberos only)
|
||||
#krb_caseins_users = off # (change requires restart)
|
||||
|
||||
# - TCP Keepalives -
|
||||
|
Reference in New Issue
Block a user