From 32c469d7b13e430105ee018b493587c4f6c0150a Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 7 Jan 2009 12:38:11 +0000 Subject: Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) authentication options to be set in pg_hba.conf on a per-line basis, to override the defaults set in postgresql.conf. --- doc/src/sgml/client-auth.sgml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 8e3b7c17919..1d0ce45ce7f 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,4 +1,4 @@ - + Client Authentication @@ -784,6 +784,26 @@ omicron bryanh guest1 + + + krb_realm + + + Overrides the parameter, setting which realm + to verify the authenticated user principal against. + + + + + + krb_server_hostname + + + Overrides the parameter, setting which + hostname will be used for the server principal when using Kerberos. + + + @@ -825,6 +845,16 @@ omicron bryanh guest1 + + + krb_realm + + + Overrides the parameter, setting which realm + to verify the authenticated user principal against. + + + -- cgit v1.2.3