Commit fada4204 authored by Bruce Momjian's avatar Bruce Momjian

Make 'include_realm' ordering consistent in the docs, to match recent

doc change.
parent 786e2f68
<!-- $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"> <chapter id="client-authentication">
<title>Client Authentication</title> <title>Client Authentication</title>
...@@ -893,24 +893,25 @@ omicron bryanh guest1 ...@@ -893,24 +893,25 @@ omicron bryanh guest1
<para> <para>
The following configuration options are supported for <productname>SSPI</productname>: The following configuration options are supported for <productname>SSPI</productname>:
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><literal>map</literal></term> <term><literal>include_realm</literal></term>
<listitem> <listitem>
<para> <para>
Allows for mapping between system and database usernames. See If set to <literal>1</>, the realm name from the authenticated user
<xref linkend="auth-username-maps"> for details. 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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><literal>include_realm</literal></term> <term><literal>map</literal></term>
<listitem> <listitem>
<para> <para>
If set to <literal>1</>, the realm name from the authenticated user Allows for mapping between system and database usernames. See
principal is included in the system user name that's passed through <xref linkend="auth-username-maps"> for details.
username mapping (<xref linkend="auth-username-maps">). This is
useful for handling users from multiple realms.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment