Skip to content

Commit d62616e

Browse files
committed
Fix kerberos description: localhost -> server hostname.
1 parent 1dc3498 commit d62616e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.29 2005/10/14 20:53:55 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.30 2005/10/15 15:29:24 momjian Exp $
33
-->
44
<chapter Id="runtime-config">
55
<title>Run-time Configuration</title>
@@ -596,7 +596,7 @@ SET ENABLE_SEQSCAN TO OFF;
596596
<varname>krb_srvname</><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
597597
</para>
598598
<para>
599-
If not set, the default is <literal>localhost</>. See <xref linkend="kerberos-auth">
599+
If not set, the default is the server hostname. See <xref linkend="kerberos-auth">
600600
for details. This parameter can only be set at server start.
601601
</para>
602602
</listitem>

0 commit comments

Comments
 (0)