Fix kerberos description: localhost -> server hostname.

This commit is contained in:
Bruce Momjian 2005-10-15 15:29:24 +00:00
parent 1dc3498251
commit d62616e6ca
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.29 2005/10/14 20:53:55 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.30 2005/10/15 15:29:24 momjian Exp $
-->
<chapter Id="runtime-config">
<title>Run-time Configuration</title>
@ -596,7 +596,7 @@ SET ENABLE_SEQSCAN TO OFF;
<varname>krb_srvname</><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
</para>
<para>
If not set, the default is <literal>localhost</>. See <xref linkend="kerberos-auth">
If not set, the default is the server hostname. See <xref linkend="kerberos-auth">
for details. This parameter can only be set at server start.
</para>
</listitem>