1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

remove tags.

This commit is contained in:
Bruce Momjian
2011-02-06 18:32:27 -05:00
parent 50d89d422f
commit ad76242633
12 changed files with 21 additions and 23 deletions

View File

@ -921,7 +921,7 @@ omicron bryanh guest1
<term><literal>include_realm</literal></term>
<listitem>
<para>
If set to <literal>1</>, the realm name from the authenticated user
If set to 1, the realm name from the authenticated user
principal is included in the system user name that's passed through
user name mapping (<xref linkend="auth-username-maps">). This is
useful for handling users from multiple realms.
@ -992,7 +992,7 @@ omicron bryanh guest1
<term><literal>include_realm</literal></term>
<listitem>
<para>
If set to <literal>1</>, the realm name from the authenticated user
If set to 1, the realm name from the authenticated user
principal is included in the system user name that's passed through
user name mapping (<xref linkend="auth-username-maps">). This is
useful for handling users from multiple realms.
@ -1161,7 +1161,7 @@ omicron bryanh guest1
<term><literal>include_realm</literal></term>
<listitem>
<para>
If set to <literal>1</>, the realm name from the authenticated user
If set to 1, the realm name from the authenticated user
principal is included in the system user name that's passed through
user name mapping (<xref linkend="auth-username-maps">). This is
useful for handling users from multiple realms.
@ -1372,7 +1372,7 @@ omicron bryanh guest1
<term><literal>ldaptls</literal></term>
<listitem>
<para>
Set to <literal>1</> to make the connection between PostgreSQL and the
Set to 1 to make the connection between PostgreSQL and the
LDAP server use TLS encryption. Note that this only encrypts
the traffic to the LDAP server &mdash; the connection to the client
will still be unencrypted unless SSL is used.