summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-02-20 21:04:28 +0000
committerBruce Momjian <bruce@momjian.us>2010-02-20 21:04:28 +0000
commitfada4204b97ac473d64286f2a78af2587627bf49 (patch)
tree5dc6a1cbdadc9732a52fa13fdf82ed2aa00688dc
parent786e2f6871628ea373e8976ec07fb69e77ca184d (diff)
Make 'include_realm' ordering consistent in the docs, to match recent
doc change.
-rw-r--r--doc/src/sgml/client-auth.sgml19
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index 26a7de6d0a8..666aeecb329 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.132 2010/02/20 19:21:14 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.133 2010/02/20 21:04:28 momjian Exp $ -->
<chapter id="client-authentication">
<title>Client Authentication</title>
@@ -893,24 +893,25 @@ omicron bryanh guest1
<para>
The following configuration options are supported for <productname>SSPI</productname>:
<variablelist>
+
<varlistentry>
- <term><literal>map</literal></term>
+ <term><literal>include_realm</literal></term>
<listitem>
<para>
- Allows for mapping between system and database usernames. See
- <xref linkend="auth-username-maps"> for details.
+ If set to <literal>1</>, the realm name from the authenticated user
+ principal is included in the system user name that's passed through
+ username mapping (<xref linkend="auth-username-maps">). This is
+ useful for handling users from multiple realms.
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><literal>include_realm</literal></term>
+ <term><literal>map</literal></term>
<listitem>
<para>
- If set to <literal>1</>, the realm name from the authenticated user
- principal is included in the system user name that's passed through
- username mapping (<xref linkend="auth-username-maps">). This is
- useful for handling users from multiple realms.
+ Allows for mapping between system and database usernames. See
+ <xref linkend="auth-username-maps"> for details.
</para>
</listitem>
</varlistentry>