Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7754f76

Browse files
committed
Fix a thinko in description of krb_server_hostname.
1 parent76cb32d commit7754f76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.24 2005/10/03 22:55:50 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.25 2005/10/08 20:27:25 tgl Exp $
33
-->
44
<chapter Id="runtime-config">
55
<title>Run-time Configuration</title>
@@ -592,8 +592,8 @@ SET ENABLE_SEQSCAN TO OFF;
592592
<para>
593593
Sets the hostname part of the service principal.
594594
This, combined with <varname>krb_srvname</>, is used to generate
595-
the complete service principal,i.e.
596-
<varname>krb_server_hostname</><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
595+
the complete service principal,that is
596+
<varname>krb_srvname</><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
597597
</para>
598598
<para>
599599
If not set, the default is to allow any service principal matching an entry
@@ -610,7 +610,7 @@ SET ENABLE_SEQSCAN TO OFF;
610610
</indexterm>
611611
<listitem>
612612
<para>
613-
Setsif Kerberos usernames should be treated case-insensitively.
613+
Setswhether Kerberos usernames should be treated case-insensitively.
614614
The default is <literal>off</> (case sensitive). This parameter
615615
can only be set at server start.
616616
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp