From b573fc840b2c782e7fb0c7a4ca363e44c4e0e58e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 29 Dec 2012 22:58:07 -0500 Subject: [PATCH] doc: Correct description of LDAP authentication Parts of the description had claimed incorrect pg_hba.conf option names for LDAP authentication. Albe Laurenz --- doc/src/sgml/client-auth.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index cfdb33a1fd6..b9664cb05e7 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1372,8 +1372,8 @@ omicron bryanh guest1 In the second mode, the server first binds to the LDAP directory with - a fixed user name and password, specified with ldapbinduser - and ldapbinddn, and performs a search for the user trying + a fixed user name and password, specified with ldapbinddn + and 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 ldapbasedn, and will try to -- 2.39.5