summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_authnz_ldap.html.en
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-05-11 08:41:45 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-05-11 08:41:45 +0200
commitabe14d242c3528f8fd34342ebc28e6966f3c33f9 (patch)
tree07fb2b3832bfd2a34b469699d11b3477c77d9165 /docs/manual/mod/mod_authnz_ldap.html.en
parentFix up a badly styled example and a wrongly named directive. (diff)
downloadapache2-abe14d242c3528f8fd34342ebc28e6966f3c33f9.tar.xz
apache2-abe14d242c3528f8fd34342ebc28e6966f3c33f9.zip
Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1337036 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--docs/manual/mod/mod_authnz_ldap.html.en8
1 files 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 99f768b83a..2b0b85705c 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):</p>
<pre class="prettyprint lang-config">
Require ldap-group cn=Employees, o-Example
-AuthLDAPSubGroupDepth 1
+AuthLDAPMaxSubGroupDepth 1
</pre>
@@ -720,9 +720,9 @@ AuthLDAPURL ldap://10.0.0.1:3268/?userPrincipalName?sub
directives to <em>every</em> <code>.htaccess</code> file
that gets created in the web</p>
<pre class="prettyprint lang-config">
-AuthLDAPURL "the url"
-AuthGroupFile <em>mygroupfile</em>
-Require group <em>mygroupfile</em>
+AuthLDAPURL "the url"
+AuthGroupFile mygroupfile
+Require group mygroupfile
</pre>