]> granicus.if.org Git - apache/commitdiff
PR 31978, submitted by Ryan Morgan, resubmitted by Tony Stevenson.
authorJason S. Lingohr <jsl@apache.org>
Sun, 17 Jun 2007 07:21:08 +0000 (07:21 +0000)
committerJason S. Lingohr <jsl@apache.org>
Sun, 17 Jun 2007 07:21:08 +0000 (07:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@548014 13f79535-47bb-0310-9956-ffa450edef68

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

index 18c55c740d1369436c6a817c21db4084ee1b9308..a057c46cdada442bc91fae444518f86161d91cc0 100644 (file)
@@ -920,7 +920,9 @@ environment variable</td></tr>
         matter how many are provided. If no attributes are
         provided, the default is to use <code>uid</code>. It's a good
         idea to choose an attribute that will be unique across all
-        entries in the subtree you will be using.</dd>
+        entries in the subtree you will be using.  All attributes
+        listed will be put into the environment with an AUTHENTICATE_ prefix
+        for use by other modules.</dd>
 
 <dt>scope</dt>
 
@@ -938,7 +940,7 @@ environment variable</td></tr>
         will search for all objects in the tree. Filters are
         limited to approximately 8000 characters (the definition of
         <code>MAX_STRING_LEN</code> in the Apache source code). This
-        should be than sufficient for any application.</dd>
+        should be more than sufficient for any application.</dd>
 </dl>
 
     <p>When doing searches, the attribute, filter and username passed
index edab82e27b9c41d8325dfce0a9c15cb7b6217187..e2f5c29b3b9eb7165aeb15b1147b32d84a1c832a 100644 (file)
@@ -919,7 +919,9 @@ environment variable</description>
         matter how many are provided. If no attributes are
         provided, the default is to use <code>uid</code>. It's a good
         idea to choose an attribute that will be unique across all
-        entries in the subtree you will be using.</dd>
+        entries in the subtree you will be using.  All attributes
+        listed will be put into the environment with an AUTHENTICATE_ prefix
+        for use by other modules.</dd>
 
 <dt>scope</dt>
 
@@ -937,7 +939,7 @@ environment variable</description>
         will search for all objects in the tree. Filters are
         limited to approximately 8000 characters (the definition of
         <code>MAX_STRING_LEN</code> in the Apache source code). This
-        should be than sufficient for any application.</dd>
+        should be more than sufficient for any application.</dd>
 </dl>
 
     <p>When doing searches, the attribute, filter and username passed