mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Add parameter krb_realm used by GSSAPI, SSPI and Kerberos
to validate the realm of the connecting user. By default it's empty meaning no verification, which is the way Kerberos authentication has traditionally worked in PostgreSQL.
This commit is contained in:
@ -85,6 +85,7 @@
|
||||
#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)
|
||||
|
||||
# - TCP Keepalives -
|
||||
# see 'man 7 tcp' for details
|
||||
|
Reference in New Issue
Block a user