From abe14d242c3528f8fd34342ebc28e6966f3c33f9 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 11 May 2012 06:41:45 +0000 Subject: [PATCH] Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337036 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authnz_ldap.html.en | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index 99f768b83a3..2b0b85705cd 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -445,7 +445,7 @@ uniqueMember: cn=Elliot Rhodes, o=Example sub-group depth of 2):

 Require ldap-group cn=Employees, o-Example
-AuthLDAPSubGroupDepth 1
+AuthLDAPMaxSubGroupDepth 1
 
@@ -720,9 +720,9 @@ AuthLDAPURL ldap://10.0.0.1:3268/?userPrincipalName?sub directives to every .htaccess file that gets created in the web

-AuthLDAPURL            "the url"
-AuthGroupFile mygroupfile
-Require group mygroupfile
+AuthLDAPURL       "the url"
+AuthGroupFile     mygroupfile
+Require group     mygroupfile
 
-- 2.47.3