@@ -958,11 +958,11 @@ omicron bryanh guest1
958
958
<productname>PostgreSQL</> also supports a parameter to strip the realm from
959
959
the principal. This method is supported for backwards compatibility and is
960
960
strongly discouraged as it is then impossible to distinguish different users
961
- with the same username but coming from different realms. To enable this,
961
+ with the same user name but coming from different realms. To enable this,
962
962
set <literal>include_realm</> to 0. For simple single-realm
963
963
installations, <literal>include_realm</> combined with the
964
964
<literal>krb_realm</> parameter (which checks that the realm provided
965
- matches exactly what is in the krb_realm parameter) would be a secure but
965
+ matches exactly what is in the <literal> krb_realm</literal> parameter) would be a secure but
966
966
less capable option compared to specifying an explicit mapping in
967
967
<filename>pg_ident.conf</>.
968
968
</para>
@@ -1009,8 +1009,8 @@ omicron bryanh guest1
1009
1009
If set to 0, the realm name from the authenticated user principal is
1010
1010
stripped off before being passed through the user name mapping
1011
1011
(<xref linkend="auth-username-maps">). This is discouraged and is
1012
- primairly available for backwards compatibility as it is not secure
1013
- in multi-realm environments unless krb_realm is also used. Users
1012
+ primarily available for backwards compatibility as it is not secure
1013
+ in multi-realm environments unless <literal> krb_realm</literal> is also used. Users
1014
1014
are recommended to leave include_realm set to the default (1) and to
1015
1015
provide an explicit mapping in <filename>pg_ident.conf</>.
1016
1016
</para>
@@ -1030,7 +1030,7 @@ omicron bryanh guest1
1030
1030
<literal>username/hostbased@EXAMPLE.COM</literal>, respectively),
1031
1031
unless <literal>include_realm</literal> has been set to 0, in which case
1032
1032
<literal>username</literal> (or <literal>username/hostbased</literal>)
1033
- is what is seen as the system username when mapping.
1033
+ is what is seen as the system user name when mapping.
1034
1034
</para>
1035
1035
</listitem>
1036
1036
</varlistentry>
@@ -1088,8 +1088,8 @@ omicron bryanh guest1
1088
1088
If set to 0, the realm name from the authenticated user principal is
1089
1089
stripped off before being passed through the user name mapping
1090
1090
(<xref linkend="auth-username-maps">). This is discouraged and is
1091
- primairly available for backwards compatibility as it is not secure
1092
- in multi-realm environments unless krb_realm is also used. Users
1091
+ primarily available for backwards compatibility as it is not secure
1092
+ in multi-realm environments unless <literal> krb_realm</literal> is also used. Users
1093
1093
are recommended to leave include_realm set to the default (1) and to
1094
1094
provide an explicit mapping in <filename>pg_ident.conf</>.
1095
1095
</para>
@@ -1109,7 +1109,7 @@ omicron bryanh guest1
1109
1109
<literal>username/hostbased@EXAMPLE.COM</literal>, respectively),
1110
1110
unless <literal>include_realm</literal> has been set to 0, in which case
1111
1111
<literal>username</literal> (or <literal>username/hostbased</literal>)
1112
- is what is seen as the system username when mapping.
1112
+ is what is seen as the system user name when mapping.
1113
1113
</para>
1114
1114
</listitem>
1115
1115
</varlistentry>
@@ -1292,7 +1292,7 @@ omicron bryanh guest1
1292
1292
this search, the server disconnects and re-binds to the directory as
1293
1293
this user, using the password specified by the client, to verify that the
1294
1294
login is correct. This mode is the same as that used by LDAP authentication
1295
- schemes in other software, such as Apache mod_authnz_ldap and pam_ldap.
1295
+ schemes in other software, such as Apache <literal> mod_authnz_ldap</literal> and <literal> pam_ldap</literal> .
1296
1296
This method allows for significantly more flexibility
1297
1297
in where the user objects are located in the directory, but will cause
1298
1298
two separate connections to the LDAP server to be made.
0 commit comments