From: Jason S. Lingohr Date: Sun, 17 Jun 2007 07:21:08 +0000 (+0000) Subject: PR 31978, submitted by Ryan Morgan, resubmitted by Tony Stevenson. X-Git-Tag: 2.3.0~1768 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d2269e3eabc9c62361f301ccb7196a206a3824b;p=apache PR 31978, submitted by Ryan Morgan, resubmitted by Tony Stevenson. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@548014 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index 18c55c740d..a057c46cda 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -920,7 +920,9 @@ environment variable matter how many are provided. If no attributes are provided, the default is to use uid. It's a good idea to choose an attribute that will be unique across all - entries in the subtree you will be using. + 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.
scope
@@ -938,7 +940,7 @@ environment variable will search for all objects in the tree. Filters are limited to approximately 8000 characters (the definition of MAX_STRING_LEN in the Apache source code). This - should be than sufficient for any application. + should be more than sufficient for any application.

When doing searches, the attribute, filter and username passed diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index edab82e27b..e2f5c29b3b 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -919,7 +919,9 @@ environment variable matter how many are provided. If no attributes are provided, the default is to use uid. It's a good idea to choose an attribute that will be unique across all - entries in the subtree you will be using. + 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.

scope
@@ -937,7 +939,7 @@ environment variable will search for all objects in the tree. Filters are limited to approximately 8000 characters (the definition of MAX_STRING_LEN in the Apache source code). This - should be than sufficient for any application. + should be more than sufficient for any application.

When doing searches, the attribute, filter and username passed