mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
Remove tabs from SGML files.
This commit is contained in:
parent
0833081125
commit
4521207390
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.102 2007/11/09 17:31:07 mha Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.103 2007/11/09 23:52:08 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter id="client-authentication">
|
<chapter id="client-authentication">
|
||||||
<title>Client Authentication</title>
|
<title>Client Authentication</title>
|
||||||
@ -774,9 +774,9 @@ local db1,db2,@demodbs all md5
|
|||||||
Client principals must have their <productname>PostgreSQL</> database user
|
Client principals must have their <productname>PostgreSQL</> database user
|
||||||
name as their first component, for example
|
name as their first component, for example
|
||||||
<literal>pgusername@realm</>. By default, the realm of the client is
|
<literal>pgusername@realm</>. By default, the realm of the client is
|
||||||
not checked by <productname>PostgreSQL</>. If you have cross-realm
|
not checked by <productname>PostgreSQL</>. If you have cross-realm
|
||||||
authentication enabled and need to verify the realm, use the
|
authentication enabled and need to verify the realm, use the
|
||||||
<xref linkend="guc-krb-realm"> parameter.
|
<xref linkend="guc-krb-realm"> parameter.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.154 2007/11/09 17:31:07 mha Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.155 2007/11/09 23:52:08 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter Id="runtime-config">
|
<chapter Id="runtime-config">
|
||||||
<title>Server Configuration</title>
|
<title>Server Configuration</title>
|
||||||
@ -601,20 +601,20 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="guc-krb-realm" xreflabel="krb_realm">
|
<varlistentry id="guc-krb-realm" xreflabel="krb_realm">
|
||||||
<term><varname>krb_realm</varname> (<type>string</type>)</term>
|
<term><varname>krb_realm</varname> (<type>string</type>)</term>
|
||||||
<indexterm>
|
<indexterm>
|
||||||
<primary><varname>krb_realm</> configuration parameter</primary>
|
<primary><varname>krb_realm</> configuration parameter</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Sets the realm to match Kerberos, GSSAPI and SSPI usernames against.
|
Sets the realm to match Kerberos, GSSAPI and SSPI usernames against.
|
||||||
See <xref linkend="kerberos-auth">, <xref linkend="gssapi-auth"> or
|
See <xref linkend="kerberos-auth">, <xref linkend="gssapi-auth"> or
|
||||||
<xref linkend="sspi-auth"> for details. This parameter can only be
|
<xref linkend="sspi-auth"> for details. This parameter can only be
|
||||||
set at server start.
|
set at server start.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="guc-krb-server-keyfile" xreflabel="krb_server_keyfile">
|
<varlistentry id="guc-krb-server-keyfile" xreflabel="krb_server_keyfile">
|
||||||
<term><varname>krb_server_keyfile</varname> (<type>string</type>)</term>
|
<term><varname>krb_server_keyfile</varname> (<type>string</type>)</term>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user