From 608e75d936b35ba2c774397f4753319d2f2d1d69 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 26 Mar 2016 23:06:22 +0000 Subject: [PATCH] Synch with 2.4.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1736705 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authnz_ldap.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 6707a034e3..eef6750bd1 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -765,8 +765,8 @@ AuthLDAPURL ldap://10.0.0.1:3268/?userPrincipalName?sub that gets created in the web

AuthLDAPURL "the url" -AuthGroupFile mygroupfile -Require group mygroupfile +AuthGroupFile "mygroupfile" +Require group "mygroupfile"
How It Works @@ -1398,9 +1398,9 @@ You can of course use search parameters on each of these.

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 more than sufficient for any application. The keyword - none disables the use of a filter; this is required - by some primitive LDAP servers. + should be more than sufficient for any application. In 2.4.10 and later, + the keyword none disables the use of a filter; this is + required by some primitive LDAP servers.

When doing searches, the attribute, filter and username passed -- 2.50.1