]> granicus.if.org Git - apache/commitdiff
close directory blocks
authorRich Bowen <rbowen@apache.org>
Sat, 21 Jul 2007 20:46:02 +0000 (20:46 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 21 Jul 2007 20:46:02 +0000 (20:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@558381 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.html.en
docs/manual/howto/auth.xml

index c6f56dcba6be34bd2f29ef391cca0fbda253c14e..5b4aa2522619cb86760f00acd9b7536f92d7fb16 100644 (file)
@@ -403,6 +403,7 @@ person in</a></h2>
     AuthUserFile /usr/local/apache/passwd/passwords<br />
     AuthLDAPURL ldap://ldaphost/o=yourorg<br />
     Require valid-user
+    &lt;/Directory&gt;
     </code></p></div>
 
     <p>In this example the file provider will attempt to authenticate
@@ -428,6 +429,7 @@ person in</a></h2>
     AuthGroupFile /usr/local/apache/passwd/groups<br />
     Require group GroupName<br />
     Require ldap-group cn=mygroup,o=yourorg
+    &lt;/Directory&gt;
     </code></p></div>
 
     <p>To take authorization a little further, the directives
index ce28a0d50a0f77bf0c422e02bdbce279b5312a71..2f3f8766a9579e9900f7a57ddf12bffe3cfdd3ba 100644 (file)
@@ -401,6 +401,7 @@ person in</title>
     AuthUserFile /usr/local/apache/passwd/passwords<br />
     AuthLDAPURL ldap://ldaphost/o=yourorg<br />
     Require valid-user
+    &lt;/Directory&gt;
     </example>
 
     <p>In this example the file provider will attempt to authenticate
@@ -426,6 +427,7 @@ person in</title>
     AuthGroupFile /usr/local/apache/passwd/groups<br />
     Require group GroupName<br />
     Require ldap-group cn=mygroup,o=yourorg
+    &lt;/Directory&gt;
     </example>
 
     <p>To take authorization a little further, the directives