Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfada420

Browse files
committed
Make 'include_realm' ordering consistent in the docs, to match recent
doc change.
1 parent786e2f6 commitfada420

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

‎doc/src/sgml/client-auth.sgml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.132 2010/02/2019:21:14 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.133 2010/02/20 21:04:28 momjian Exp $ -->
22

33
<chapter id="client-authentication">
44
<title>Client Authentication</title>
@@ -893,24 +893,25 @@ omicron bryanh guest1
893893
<para>
894894
The following configuration options are supported for <productname>SSPI</productname>:
895895
<variablelist>
896+
896897
<varlistentry>
897-
<term><literal>map</literal></term>
898+
<term><literal>include_realm</literal></term>
898899
<listitem>
899900
<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.
902905
</para>
903906
</listitem>
904907
</varlistentry>
905908

906909
<varlistentry>
907-
<term><literal>include_realm</literal></term>
910+
<term><literal>map</literal></term>
908911
<listitem>
909912
<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.
914915
</para>
915916
</listitem>
916917
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp