]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clarify when AUTHENTICATE_* variables are populated by mod_authnz_ldap
authorEric Covener <covener@apache.org>
Wed, 13 Feb 2008 15:19:30 +0000 (15:19 +0000)
committerEric Covener <covener@apache.org>
Wed, 13 Feb 2008 15:19:30 +0000 (15:19 +0000)
(authn only).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@627462 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.html.en
docs/manual/mod/mod_authnz_ldap.xml

index bde33ac117ed2a4be83754b806d6eafc0d9a84b0..8aeaded19bbacf3e9f4c5037045c5bc3396e62a3 100644 (file)
@@ -570,11 +570,11 @@ Require valid-user
 <div class="section">
 <h2><a name="exposed" id="exposed">Exposing Login Information</a></h2>
 
-    <p>Whenever a query is made to the LDAP server, all LDAP attributes
-    returned by the query are placed in the environment, using environment
-    variables with the prefix "AUTHENTICATE_".</p>
+    <p>When this module performs authentication, LDAP attributes specified
+    in the <code class="directive"><a href="#authldapurl">AuthLDAPUrl</a></code> 
+    directive are placed in environment variables with the prefix "AUTHENTICATE_".</p>
 
-    <p>If an LDAP query for example returned the username, common name
+    <p>If the attribute field contains the username, common name
     and telephone number of a user, a CGI program will have access to
     this information without the need to make a second independent LDAP
     query to gather this additional information.</p>
index e631db68db09f7ad8410373746aa15de8934e4a8..5400895f181d278c210cdf8704141a19d7c05d07 100644 (file)
@@ -563,11 +563,11 @@ Require valid-user
 
 <section id="exposed"><title>Exposing Login Information</title>
 
-    <p>Whenever a query is made to the LDAP server, all LDAP attributes
-    returned by the query are placed in the environment, using environment
-    variables with the prefix "AUTHENTICATE_".</p>
+    <p>When this module performs authentication, LDAP attributes specified
+    in the <directive module="mod_authnz_ldap">AuthLDAPUrl</directive> 
+    directive are placed in environment variables with the prefix "AUTHENTICATE_".</p>
 
-    <p>If an LDAP query for example returned the username, common name
+    <p>If the attribute field contains the username, common name
     and telephone number of a user, a CGI program will have access to
     this information without the need to make a second independent LDAP
     query to gather this additional information.</p>