summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut2012-12-30 03:58:07 +0000
committerPeter Eisentraut2012-12-30 04:02:31 +0000
commit2373ce3ff8c08115157cc40de5383d4ed0e01cca (patch)
tree88ebda9f40dce17c6430452cf37c98a72d70c62e /doc/src
parenta91c411772fdc9708c535e78d6fec26eacd45b24 (diff)
doc: Correct description of LDAP authentication
Parts of the description had claimed incorrect pg_hba.conf option names for LDAP authentication. Albe Laurenz
Diffstat (limited to 'doc/src')
-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 ee925307f58..b3de982a02e 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -1245,8 +1245,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