From 34e28616a53547abe9f17fa414149e378c9b6cb7 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sat, 21 Jul 2007 20:46:02 +0000 Subject: [PATCH] close directory blocks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@558381 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/auth.html.en | 2 ++ docs/manual/howto/auth.xml | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.40.0