
humbedooh at apache
May 10, 2012, 11:39 PM
Post #1 of 1
(49 views)
Permalink
|
|
svn commit: r1337035 - /httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml
|
|
Author: humbedooh Date: Fri May 11 06:39:39 2012 New Revision: 1337035 URL: http://svn.apache.org/viewvc?rev=1337035&view=rev Log: Fix up a badly styled example and a wrongly named directive. Modified: httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml?rev=1337035&r1=1337034&r2=1337035&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml Fri May 11 06:39:39 2012 @@ -416,7 +416,7 @@ uniqueMember: cn=Elliot Rhodes, o=Exampl 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/?userPr 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>
|