From 3853fbf5ec913879bf9ec0be9d6cd085efd96f12 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 10 May 2010 14:50:09 +0000 Subject: [PATCH] Formatting of examples. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942761 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/auth.html.en | 6 ++++++ docs/manual/howto/auth.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 6050ed64bc..1907e9d068 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -373,11 +373,13 @@ person in

<Directory /www/docs/private>
+ AuthName "Private"
AuthType Basic
AuthBasicProvider dbm
AuthDBMUserFile /www/passwords/passwd.dbm
Require valid-user
+
</Directory>

@@ -396,12 +398,14 @@ person in

<Directory /www/docs/private>
+ AuthName "Private"
AuthType Basic
AuthBasicProvider file ldap
AuthUserFile /usr/local/apache/passwd/passwords
AuthLDAPURL ldap://ldaphost/o=yourorg
Require valid-user
+
</Directory>

@@ -420,6 +424,7 @@ person in

<Directory /www/docs/private>
+ AuthName "Private"
AuthType Basic
AuthBasicProvider file
@@ -428,6 +433,7 @@ person in AuthGroupFile /usr/local/apache/passwd/groups
Require group GroupName
Require ldap-group cn=mygroup,o=yourorg
+
</Directory>

diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index 618bc5a45f..8d2533de93 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -370,11 +370,13 @@ person in <Directory /www/docs/private>
+ AuthName "Private"
AuthType Basic
AuthBasicProvider dbm
AuthDBMUserFile /www/passwords/passwd.dbm
Require valid-user
+
</Directory>
@@ -393,12 +395,14 @@ person in <Directory /www/docs/private>
+ AuthName "Private"
AuthType Basic
AuthBasicProvider file ldap
AuthUserFile /usr/local/apache/passwd/passwords
AuthLDAPURL ldap://ldaphost/o=yourorg
Require valid-user
+
</Directory>
@@ -417,6 +421,7 @@ person in <Directory /www/docs/private>
+ AuthName "Private"
AuthType Basic
AuthBasicProvider file
@@ -425,6 +430,7 @@ person in AuthGroupFile /usr/local/apache/passwd/groups
Require group GroupName
Require ldap-group cn=mygroup,o=yourorg
+
</Directory>
-- 2.40.0