]> granicus.if.org Git - apache/commitdiff
Formatting of examples.
authorRich Bowen <rbowen@apache.org>
Mon, 10 May 2010 14:50:09 +0000 (14:50 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 10 May 2010 14:50:09 +0000 (14:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942761 13f79535-47bb-0310-9956-ffa450edef68

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

index 6050ed64bcc67418008a8e7daccfbbcd5027e38d..1907e9d068f0f367d351551b9d6b01bd60d3685c 100644 (file)
@@ -373,11 +373,13 @@ person in</a></h2>
 
     <div class="example"><p><code>
     &lt;Directory /www/docs/private&gt;<br />
+    <span class="indent">
     AuthName "Private"<br />
     AuthType Basic<br />
     AuthBasicProvider dbm<br />
     AuthDBMUserFile /www/passwords/passwd.dbm<br />
     Require valid-user<br />
+    </span>
     &lt;/Directory&gt;
     </code></p></div>
 
@@ -396,12 +398,14 @@ person in</a></h2>
 
     <div class="example"><p><code>
     &lt;Directory /www/docs/private&gt;<br />
+    <span class="indent">
     AuthName "Private"<br />
     AuthType Basic<br />
     AuthBasicProvider file ldap<br />
     AuthUserFile /usr/local/apache/passwd/passwords<br />
     AuthLDAPURL ldap://ldaphost/o=yourorg<br />
     Require valid-user<br />
+    </span>
     &lt;/Directory&gt;
     </code></p></div>
 
@@ -420,6 +424,7 @@ person in</a></h2>
 
     <div class="example"><p><code>
     &lt;Directory /www/docs/private&gt;<br />
+    <span class="indent">
     AuthName "Private"<br />
     AuthType Basic<br />
     AuthBasicProvider file<br />
@@ -428,6 +433,7 @@ person in</a></h2>
     AuthGroupFile /usr/local/apache/passwd/groups<br />
     Require group GroupName<br />
     Require ldap-group cn=mygroup,o=yourorg<br />
+    </span>
     &lt;/Directory&gt;
     </code></p></div>
 
index 618bc5a45f3c454d1ddbe8cdc53d9c803d9165e4..8d2533de9300a3dd3e555b23971902783284bcb4 100644 (file)
@@ -370,11 +370,13 @@ person in</title>
 
     <example>
     &lt;Directory /www/docs/private&gt;<br />
+    <indent>
     AuthName "Private"<br />
     AuthType Basic<br />
     AuthBasicProvider dbm<br />
     AuthDBMUserFile /www/passwords/passwd.dbm<br />
     Require valid-user<br />
+    </indent>
     &lt;/Directory&gt;
     </example>
 
@@ -393,12 +395,14 @@ person in</title>
 
     <example>
     &lt;Directory /www/docs/private&gt;<br />
+    <indent>
     AuthName "Private"<br />
     AuthType Basic<br />
     AuthBasicProvider file ldap<br />
     AuthUserFile /usr/local/apache/passwd/passwords<br />
     AuthLDAPURL ldap://ldaphost/o=yourorg<br />
     Require valid-user<br />
+    </indent>
     &lt;/Directory&gt;
     </example>
 
@@ -417,6 +421,7 @@ person in</title>
 
     <example>
     &lt;Directory /www/docs/private&gt;<br />
+    <indent>
     AuthName "Private"<br />
     AuthType Basic<br />
     AuthBasicProvider file<br />
@@ -425,6 +430,7 @@ person in</title>
     AuthGroupFile /usr/local/apache/passwd/groups<br />
     Require group GroupName<br />
     Require ldap-group cn=mygroup,o=yourorg<br />
+    </indent>
     &lt;/Directory&gt;
     </example>