Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4521207

Browse files
committed
Remove tabs from SGML files.
1 parent 0833081 commit 4521207

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

doc/src/sgml/client-auth.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.102 2007/11/09 17:31:07 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.103 2007/11/09 23:52:08 momjian Exp $ -->
22

33
<chapter id="client-authentication">
44
<title>Client Authentication</title>
@@ -774,9 +774,9 @@ local db1,db2,@demodbs all md5
774774
Client principals must have their <productname>PostgreSQL</> database user
775775
name as their first component, for example
776776
<literal>pgusername@realm</>. By default, the realm of the client is
777-
not checked by <productname>PostgreSQL</>. If you have cross-realm
778-
authentication enabled and need to verify the realm, use the
779-
<xref linkend="guc-krb-realm"> parameter.
777+
not checked by <productname>PostgreSQL</>. If you have cross-realm
778+
authentication enabled and need to verify the realm, use the
779+
<xref linkend="guc-krb-realm"> parameter.
780780
</para>
781781

782782
<para>

doc/src/sgml/config.sgml

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.154 2007/11/09 17:31:07 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.155 2007/11/09 23:52:08 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -601,20 +601,20 @@ SET ENABLE_SEQSCAN TO OFF;
601601
</listitem>
602602
</varlistentry>
603603

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.
615615
</para>
616-
</listitem>
617-
</varlistentry>
616+
</listitem>
617+
</varlistentry>
618618

619619
<varlistentry id="guc-krb-server-keyfile" xreflabel="krb_server_keyfile">
620620
<term><varname>krb_server_keyfile</varname> (<type>string</type>)</term>

0 commit comments

Comments
 (0)