]> granicus.if.org Git - postgresql/commitdiff
doc: Correct description of LDAP authentication
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 30 Dec 2012 03:58:07 +0000 (22:58 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 30 Dec 2012 04:02:31 +0000 (23:02 -0500)
Parts of the description had claimed incorrect pg_hba.conf option names
for LDAP authentication.

Albe Laurenz

doc/src/sgml/client-auth.sgml

index ee925307f589b98a9f3cb41bb67f00e498cd0d2b..b3de982a02e4064ee089a779090b8f8c4fe10856 100644 (file)
@@ -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