summaryrefslogtreecommitdiff
path: root/docs/manual/howto/auth.html.en
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2007-07-21 20:46:02 +0000
committerRich Bowen <rbowen@apache.org>2007-07-21 20:46:02 +0000
commit34e28616a53547abe9f17fa414149e378c9b6cb7 (patch)
tree106ad9958dc502c9db2a00ec89c308ffb1a5cfc2 /docs/manual/howto/auth.html.en
parent19515421df0c9be34b7173fe2ae08834aab961a7 (diff)
downloadhttpd-34e28616a53547abe9f17fa414149e378c9b6cb7.tar.gz
close directory blocks
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@558381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto/auth.html.en')
-rw-r--r--docs/manual/howto/auth.html.en2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en
index c6f56dcba6..5b4aa25226 100644
--- a/docs/manual/howto/auth.html.en
+++ b/docs/manual/howto/auth.html.en
@@ -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