|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.132 2010/02/20 19:21:14 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.133 2010/02/20 21:04:28 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="client-authentication"> |
4 | 4 | <title>Client Authentication</title> |
@@ -893,24 +893,25 @@ omicron bryanh guest1 |
893 | 893 | <para> |
894 | 894 | The following configuration options are supported for <productname>SSPI</productname>: |
895 | 895 | <variablelist> |
| 896 | + |
896 | 897 | <varlistentry> |
897 | | - <term><literal>map</literal></term> |
| 898 | + <term><literal>include_realm</literal></term> |
898 | 899 | <listitem> |
899 | 900 | <para> |
900 | | - Allows for mapping between system and database usernames. See |
901 | | - <xref linkend="auth-username-maps"> for details. |
| 901 | + If set to <literal>1</>, the realm name from the authenticated user |
| 902 | + principal is included in the system user name that's passed through |
| 903 | + username mapping (<xref linkend="auth-username-maps">). This is |
| 904 | + useful for handling users from multiple realms. |
902 | 905 | </para> |
903 | 906 | </listitem> |
904 | 907 | </varlistentry> |
905 | 908 |
|
906 | 909 | <varlistentry> |
907 | | - <term><literal>include_realm</literal></term> |
| 910 | + <term><literal>map</literal></term> |
908 | 911 | <listitem> |
909 | 912 | <para> |
910 | | - If set to <literal>1</>, the realm name from the authenticated user |
911 | | - principal is included in the system user name that's passed through |
912 | | - username mapping (<xref linkend="auth-username-maps">). This is |
913 | | - useful for handling users from multiple realms. |
| 913 | + Allows for mapping between system and database usernames. See |
| 914 | + <xref linkend="auth-username-maps"> for details. |
914 | 915 | </para> |
915 | 916 | </listitem> |
916 | 917 | </varlistentry> |
|
0 commit comments