From: Eric Covener Date: Mon, 23 Sep 2013 13:42:44 +0000 (+0000) Subject: Merge r1525588 from trunk: X-Git-Tag: 2.4.7~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f80bf4f6356b37c91141d40d60ec38c0521309a0;p=apache Merge r1525588 from trunk: add a note about sub-group searching and large groups. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1525590 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 71990521d9..54f426a3cd 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -1133,6 +1133,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 95ef0554e6..f011063e70 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -1090,6 +1090,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.

+
+