1- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.201 2009/01/02 10:33:19 mha Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.202 2009/01/07 12:21:47 mha Exp $ -->
22
33<chapter Id="runtime-config">
44 <title>Server Configuration</title>
@@ -621,7 +621,9 @@ SET ENABLE_SEQSCAN TO OFF;
621621 <para>
622622 Sets the realm to match Kerberos, GSSAPI and SSPI user names against.
623623 See <xref linkend="kerberos-auth">, <xref linkend="gssapi-auth"> or
624- <xref linkend="sspi-auth"> for details.
624+ <xref linkend="sspi-auth"> for details. This parameter can only be
625+ set in the <filename>postgresql.conf</> file or on the server
626+ command line.
625627 </para>
626628 </listitem>
627629 </varlistentry>
@@ -635,7 +637,8 @@ SET ENABLE_SEQSCAN TO OFF;
635637 <para>
636638 Sets the location of the Kerberos server key file. See
637639 <xref linkend="kerberos-auth"> or <xref linkend="gssapi-auth">
638- for details.
640+ for details. This parameter can only be set in the
641+ <filename>postgresql.conf</> file or on the server command line.
639642 </para>
640643 </listitem>
641644 </varlistentry>
@@ -648,7 +651,8 @@ SET ENABLE_SEQSCAN TO OFF;
648651 <listitem>
649652 <para>
650653 Sets the Kerberos service name. See <xref linkend="kerberos-auth">
651- for details.
654+ for details. This parameter can only be set in the
655+ <filename>postgresql.conf</> file or on the server command line.
652656 </para>
653657 </listitem>
654658 </varlistentry>
@@ -665,7 +669,8 @@ SET ENABLE_SEQSCAN TO OFF;
665669 the complete service principal, that is
666670 <varname>krb_srvname</><literal>/</><varname>krb_server_hostname</><literal>@</>REALM.
667671 If not set, the default is the server host name. See <xref linkend="kerberos-auth">
668- for details.
672+ for details. This parameter can only be set in the <filename>postgresql.conf</>
673+ file or on the server command line.
669674 </para>
670675 </listitem>
671676 </varlistentry>
@@ -679,7 +684,8 @@ SET ENABLE_SEQSCAN TO OFF;
679684 <para>
680685 Sets whether Kerberos and GSSAPI user names should be treated
681686 case-insensitively.
682- The default is <literal>off</> (case sensitive).
687+ The default is <literal>off</> (case sensitive). This parameter can only be
688+ set in the <filename>postgresql.conf</> file or on the server command line.
683689 </para>
684690 </listitem>
685691 </varlistentry>
0 commit comments