diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-12-29 22:58:07 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-12-29 22:58:07 -0500 |
commit | 103cc89362accb04cf37a9063e51eac04d489e89 (patch) | |
tree | 6f78f5b40ed4b492ea945781a044ff28f99395fb | |
parent | 82b1b213cad3a69cf5f3dfaa81687c14366960fc (diff) | |
download | postgresql-103cc89362accb04cf37a9063e51eac04d489e89.tar.gz postgresql-103cc89362accb04cf37a9063e51eac04d489e89.zip |
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.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 909c81bd408..23c3223736a 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1374,8 +1374,8 @@ omicron bryanh guest1 <para> In the second mode, which we will call the search+bind 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 |