Skip to content

Commit 2373ce3

Browse files
committed
doc: Correct description of LDAP authentication
Parts of the description had claimed incorrect pg_hba.conf option names for LDAP authentication. Albe Laurenz
1 parent a91c411 commit 2373ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,8 +1245,8 @@ omicron bryanh guest1
12451245

12461246
<para>
12471247
In the second mode, the server first binds to the LDAP directory with
1248-
a fixed user name and password, specified with <replaceable>ldapbinduser</>
1249-
and <replaceable>ldapbinddn</>, and performs a search for the user trying
1248+
a fixed user name and password, specified with <replaceable>ldapbinddn</>
1249+
and <replaceable>ldapbindpasswd</>, and performs a search for the user trying
12501250
to log in to the database. If no user and password is configured, an
12511251
anonymous bind will be attempted to the directory. The search will be
12521252
performed over the subtree at <replaceable>ldapbasedn</>, and will try to

0 commit comments

Comments
 (0)