From: Rich Bowen Date: Sat, 21 Jul 2007 20:46:02 +0000 (+0000) Subject: close directory blocks X-Git-Tag: 2.3.0~1706 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34e28616a53547abe9f17fa414149e378c9b6cb7;p=apache close directory blocks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@558381 13f79535-47bb-0310-9956-ffa450edef68 --- 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 AuthUserFile /usr/local/apache/passwd/passwords
AuthLDAPURL ldap://ldaphost/o=yourorg
Require valid-user + </Directory>

In this example the file provider will attempt to authenticate @@ -428,6 +429,7 @@ person in AuthGroupFile /usr/local/apache/passwd/groups
Require group GroupName
Require ldap-group cn=mygroup,o=yourorg + </Directory>

To take authorization a little further, the directives diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index ce28a0d50a..2f3f8766a9 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -401,6 +401,7 @@ person in AuthUserFile /usr/local/apache/passwd/passwords
AuthLDAPURL ldap://ldaphost/o=yourorg
Require valid-user + </Directory>

In this example the file provider will attempt to authenticate @@ -426,6 +427,7 @@ person in AuthGroupFile /usr/local/apache/passwd/groups
Require group GroupName
Require ldap-group cn=mygroup,o=yourorg + </Directory>

To take authorization a little further, the directives