summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-12-29 22:58:07 -0500
committerPeter Eisentraut <peter_e@gmx.net>2012-12-29 23:02:05 -0500
commit7b15bea03d77da3d911fbf4b7c7ab0f407b36d2e (patch)
treec7b04eae956a86764cd5fdba68832f851c7f0c78
parent628ea7ea51e046bade9ce7f15dc9c41118e29f13 (diff)
doc: Correct description of LDAP authentication
Parts of the description had claimed incorrect pg_hba.conf option names for LDAP authentication. Albe Laurenz
-rw-r--r--doc/src/sgml/client-auth.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index f6f858d4740..33da89c40cd 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -1365,8 +1365,8 @@ omicron bryanh guest1
<para>
In the second mode, the server first binds to the LDAP directory with
- a fixed user name and password, specified with <replaceable>ldapbinduser</>
- and <replaceable>ldapbinddn</>, and performs a search for the user trying
+ a fixed user name and password, specified with <replaceable>ldapbinddn</>
+ and <replaceable>ldapbindpasswd</>, and performs a search for the user trying
to log in to the database. If no user and password is configured, an
anonymous bind will be attempted to the directory. The search will be
performed over the subtree at <replaceable>ldapbasedn</>, and will try to