From: Lucien Gentis Date: Sun, 14 Dec 2008 15:04:44 +0000 (+0000) Subject: The DN was fetched from the entry, and the password is passed by the client. X-Git-Tag: 2.3.1~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4fc6ef5b8437c5bbf9d395f1b30388b41739b93;p=thirdparty%2Fapache%2Fhttpd.git The DN was fetched from the entry, and the password is passed by the client. --Cette ligne, et les suivantes ci-dessous, seront ignorées-- M manual/mod/mod_authnz_ldap.xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@726461 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index b916aaa0816..6d6a19f111a 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -153,7 +153,7 @@ for HTTP Basic authentication. access.
  • Fetch the distinguished name of the entry retrieved from - the search and attempt to bind to the LDAP server using the + the search and attempt to bind to the LDAP server using that DN and the password passed by the HTTP client. If the bind is unsuccessful, deny or decline access.