Skip to content

Commit 103cc89

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 82b1b21 commit 103cc89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/client-auth.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1374,8 +1374,8 @@ omicron bryanh guest1
13741374
<para>
13751375
In the second mode, which we will call the search+bind mode,
13761376
the server first binds to the LDAP directory with
1377-
a fixed user name and password, specified with <replaceable>ldapbinduser</>
1378-
and <replaceable>ldapbinddn</>, and performs a search for the user trying
1377+
a fixed user name and password, specified with <replaceable>ldapbinddn</>
1378+
and <replaceable>ldapbindpasswd</>, and performs a search for the user trying
13791379
to log in to the database. If no user and password is configured, an
13801380
anonymous bind will be attempted to the directory. The search will be
13811381
performed over the subtree at <replaceable>ldapbasedn</>, and will try to

0 commit comments

Comments
 (0)