|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.154 2007/11/0917:31:07 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.155 2007/11/0923:52:08 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -601,20 +601,20 @@ SET ENABLE_SEQSCAN TO OFF;
|
601 | 601 | </listitem>
|
602 | 602 | </varlistentry>
|
603 | 603 |
|
604 |
| - <varlistentry id="guc-krb-realm" xreflabel="krb_realm"> |
605 |
| - <term><varname>krb_realm</varname> (<type>string</type>)</term> |
606 |
| - <indexterm> |
607 |
| - <primary><varname>krb_realm</> configuration parameter</primary> |
608 |
| - </indexterm> |
609 |
| - <listitem> |
610 |
| - <para> |
611 |
| - Sets the realm to match Kerberos, GSSAPI and SSPI usernames against. |
612 |
| -See <xref linkend="kerberos-auth">, <xref linkend="gssapi-auth"> or |
613 |
| -<xref linkend="sspi-auth"> for details. This parameter can only be |
614 |
| -set at server start. |
| 604 | + <varlistentry id="guc-krb-realm" xreflabel="krb_realm"> |
| 605 | + <term><varname>krb_realm</varname> (<type>string</type>)</term> |
| 606 | + <indexterm> |
| 607 | + <primary><varname>krb_realm</> configuration parameter</primary> |
| 608 | + </indexterm> |
| 609 | + <listitem> |
| 610 | + <para> |
| 611 | + Sets the realm to match Kerberos, GSSAPI and SSPI usernames against. |
| 612 | +See <xref linkend="kerberos-auth">, <xref linkend="gssapi-auth"> or |
| 613 | +<xref linkend="sspi-auth"> for details. This parameter can only be |
| 614 | +set at server start. |
615 | 615 | </para>
|
616 |
| - </listitem> |
617 |
| - </varlistentry> |
| 616 | + </listitem> |
| 617 | + </varlistentry> |
618 | 618 |
|
619 | 619 | <varlistentry id="guc-krb-server-keyfile" xreflabel="krb_server_keyfile">
|
620 | 620 | <term><varname>krb_server_keyfile</varname> (<type>string</type>)</term>
|
|