From: Tom Lane Date: Sat, 8 Oct 2005 20:27:25 +0000 (+0000) Subject: Fix a thinko in description of krb_server_hostname. X-Git-Tag: REL8_1_0BETA3~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7754f7634cbc837702428bbb40a0efbeec7a51d1;p=postgresql Fix a thinko in description of krb_server_hostname. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 710605ca70..68557a26d2 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,5 +1,5 @@ Run-time Configuration @@ -592,8 +592,8 @@ SET ENABLE_SEQSCAN TO OFF; Sets the hostname part of the service principal. This, combined with krb_srvname, is used to generate - the complete service principal, i.e. - krb_server_hostname/krb_server_hostname@REALM. + the complete service principal, that is + krb_srvname/krb_server_hostname@REALM. If not set, the default is to allow any service principal matching an entry @@ -610,7 +610,7 @@ SET ENABLE_SEQSCAN TO OFF; - Sets if Kerberos usernames should be treated case-insensitively. + Sets whether Kerberos usernames should be treated case-insensitively. The default is off (case sensitive). This parameter can only be set at server start.