From: Eric Covener Date: Mon, 23 Sep 2013 13:42:06 +0000 (+0000) Subject: add a note about sub-group searching and large groups. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd2842b7d36bff7be7cc43a9765fcf327484f1a1;p=thirdparty%2Fapache%2Fhttpd.git add a note about sub-group searching and large groups. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1525588 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 652c4c94c49..c0ff9199446 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -1132,6 +1132,15 @@ evaluated before the user search is discontinued.

See the Require ldap-group section for a more detailed example.

+

Nested groups performance

+

When AuthLDAPSubGroupAttribute overlaps with + AuthLDAPGroupAttribute (as it does by default and + as required by common LDAP schemas), uncached searching for subgroups in + large groups can be very slow. If you use large, non-nested groups, set + AuthLDAPMaxSubGroupDepth to zero.

+
+ +
top

AuthLDAPRemoteUserAttribute Directive

diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 7d22417eba5..c3d033a1241 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -1089,6 +1089,15 @@ evaluated before the user search is discontinued. level X specified by this directive.

See the Require ldap-group section for a more detailed example.

+ + Nested groups performance +

When AuthLDAPSubGroupAttribute overlaps with + AuthLDAPGroupAttribute (as it does by default and + as required by common LDAP schemas), uncached searching for subgroups in + large groups can be very slow. If you use large, non-nested groups, set + AuthLDAPMaxSubGroupDepth to zero.

+
+