You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2012/12/08 16:41:05 UTC

svn commit: r1418690 - in /httpd/httpd/branches/2.4.x/docs/manual/howto: auth.xml auth.xml.fr

Author: nilgun
Date: Sat Dec  8 15:41:05 2012
New Revision: 1418690

URL: http://svn.apache.org/viewvc?rev=1418690&view=rev
Log:
fixed validation error

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml
    httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml.fr

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml?rev=1418690&r1=1418689&r2=1418690&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml Sat Dec  8 15:41:05 2012
@@ -365,13 +365,11 @@ Require group GroupName
 
     <highlight language="config">
 &lt;Directory /www/docs/private&gt;
-<indent>
     AuthName "Private"
     AuthType Basic
     AuthBasicProvider dbm
     AuthDBMUserFile /www/passwords/passwd.dbm
     Require valid-user
-</indent>
 &lt;/Directory&gt;
     </highlight>
 
@@ -390,14 +388,12 @@ Require group GroupName
 
     <highlight language="config">
 &lt;Directory /www/docs/private&gt;
-<indent>
     AuthName "Private"
     AuthType Basic
     AuthBasicProvider file ldap
     AuthUserFile /usr/local/apache/passwd/passwords
     AuthLDAPURL ldap://ldaphost/o=yourorg
     Require valid-user
-</indent>
 &lt;/Directory&gt;
     </highlight>
 
@@ -416,7 +412,6 @@ Require group GroupName
 
     <highlight language="config">
 &lt;Directory /www/docs/private&gt;
-<indent>
     AuthName "Private"
     AuthType Basic
     AuthBasicProvider file
@@ -425,7 +420,6 @@ Require group GroupName
     AuthGroupFile /usr/local/apache/passwd/groups
     Require group GroupName
     Require ldap-group cn=mygroup,o=yourorg
-</indent>
 &lt;/Directory&gt;
     </highlight>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml.fr?rev=1418690&r1=1418689&r2=1418690&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml.fr Sat Dec  8 15:41:05 2012
@@ -391,13 +391,11 @@ passe</title>
 
     <highlight language="config">
 &lt;Directory /www/docs/private&gt;
-<indent>
     AuthName "Private"
     AuthType Basic
     AuthBasicProvider dbm
     AuthDBMUserFile /www/passwords/passwd.dbm
     Require valid-user
-</indent>
 &lt;/Directory&gt;
     </highlight>
 
@@ -419,14 +417,12 @@ d'authentification</title>
 
     <highlight language="config">
 &lt;Directory /www/docs/private&gt;
-<indent>
     AuthName "Private"
     AuthType Basic
     AuthBasicProvider file ldap
     AuthUserFile /usr/local/apache/passwd/passwords
     AuthLDAPURL ldap://ldaphost/o=yourorg
     Require valid-user
-</indent>
 &lt;/Directory&gt;
     </highlight>
 
@@ -448,7 +444,6 @@ d'authentification</title>
 
     <highlight language="config">
 &lt;Directory /www/docs/private&gt;
-<indent>
     AuthName "Private"
     AuthType Basic
     AuthBasicProvider file
@@ -457,7 +452,6 @@ d'authentification</title>
     AuthGroupFile /usr/local/apache/passwd/groups
     Require group GroupName
     Require ldap-group cn=mygroup,o=yourorg
-</indent>
 &lt;/Directory&gt;
     </highlight>