]> granicus.if.org Git - apache/commitdiff
Clarify when AUTHENTICATE_* variables are populated by mod_authnz_ldap
authorEric Covener <covener@apache.org>
Wed, 13 Feb 2008 14:57:13 +0000 (14:57 +0000)
committerEric Covener <covener@apache.org>
Wed, 13 Feb 2008 14:57:13 +0000 (14:57 +0000)
(authn only).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627443 13f79535-47bb-0310-9956-ffa450edef68

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

index 1d45b2efa9ca3bb0d49b21b144f28e87fba9121e..f6358461ebafa62375a3c5b963ecf4512b7fb94d 100644 (file)
@@ -637,11 +637,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 55c79c44d6268e19287cb8c6755ebac9cfc9cb8d..56613781c6cf954b67d9d62122f6023a9f253727 100644 (file)
@@ -633,11 +633,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>