Hey,

Please find attached my patch for "trunk/mod_authnz_ldap.xml"
The two fixes were raised in Bugzilla Issue 31978 (http://issues.apache.org/bugzilla/show_bug.cgi?id=31978)





Index: mod_authnz_ldap.xml
===================================================================
--- mod_authnz_ldap.xml (revision 545655)
+++ mod_authnz_ldap.xml (working copy)
@@ -919,7 +919,9 @@
         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 saved in the system environment with an AUTHENTICATE_ 
prefix
+       which will allow them to be used by other modules.</dd>
 
 <dt>scope</dt>
 
@@ -937,7 +939,7 @@
         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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to