From 1dc782882f60bae62e8e35a2c46062faf845673d Mon Sep 17 00:00:00 2001
From: Daniel Gruno
Date: Fri, 11 May 2012 06:39:39 +0000
Subject: Fix up a badly styled example and a wrongly named directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337035 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_authnz_ldap.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'docs/manual/mod/mod_authnz_ldap.xml')
diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml
index af655eae1b..67db78bc7d 100644
--- a/docs/manual/mod/mod_authnz_ldap.xml
+++ b/docs/manual/mod/mod_authnz_ldap.xml
@@ -416,7 +416,7 @@ uniqueMember: cn=Elliot Rhodes, o=Example
sub-group depth of 2):
Require ldap-group cn=Employees, o-Example
-AuthLDAPSubGroupDepth 1
+AuthLDAPMaxSubGroupDepth 1
Behavior of this directive is modified by the 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
How It Works
--
cgit v1.2.3