diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-05-11 08:39:39 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-05-11 08:39:39 +0200 |
commit | 1dc782882f60bae62e8e35a2c46062faf845673d (patch) | |
tree | daf19476509aba6d24f795e0c4e258a72baf636d /docs/manual/mod/mod_authnz_ldap.xml | |
parent | Rebuild (diff) | |
download | apache2-1dc782882f60bae62e8e35a2c46062faf845673d.tar.xz apache2-1dc782882f60bae62e8e35a2c46062faf845673d.zip |
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
Diffstat (limited to 'docs/manual/mod/mod_authnz_ldap.xml')
-rw-r--r-- | docs/manual/mod/mod_authnz_ldap.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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):</p> <highlight language="config"> Require ldap-group cn=Employees, o-Example -AuthLDAPSubGroupDepth 1 +AuthLDAPMaxSubGroupDepth 1 </highlight> <p>Behavior of this directive is modified by the <directive @@ -691,9 +691,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> <highlight language="config"> -AuthLDAPURL "the url" -AuthGroupFile <em>mygroupfile</em> -Require group <em>mygroupfile</em> +AuthLDAPURL "the url" +AuthGroupFile mygroupfile +Require group mygroupfile </highlight> <section id="howitworks"><title>How It Works</title> |