mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Fix a thinko in description of krb_server_hostname.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.24 2005/10/03 22:55:50 tgl Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.25 2005/10/08 20:27:25 tgl Exp $
|
||||||
-->
|
-->
|
||||||
<chapter Id="runtime-config">
|
<chapter Id="runtime-config">
|
||||||
<title>Run-time Configuration</title>
|
<title>Run-time Configuration</title>
|
||||||
@@ -592,8 +592,8 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
<para>
|
<para>
|
||||||
Sets the hostname part of the service principal.
|
Sets the hostname part of the service principal.
|
||||||
This, combined with <varname>krb_srvname</>, is used to generate
|
This, combined with <varname>krb_srvname</>, is used to generate
|
||||||
the complete service principal, i.e.
|
the complete service principal, that is
|
||||||
<varname>krb_server_hostname</><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
|
<varname>krb_srvname</><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
If not set, the default is to allow any service principal matching an entry
|
If not set, the default is to allow any service principal matching an entry
|
||||||
@@ -610,7 +610,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Sets if Kerberos usernames should be treated case-insensitively.
|
Sets whether Kerberos usernames should be treated case-insensitively.
|
||||||
The default is <literal>off</> (case sensitive). This parameter
|
The default is <literal>off</> (case sensitive). This parameter
|
||||||
can only be set at server start.
|
can only be set at server start.
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user