]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Backport fixes from mod_auth_anon.xml/r1.7
authorErik Abele <erikabele@apache.org>
Sat, 10 Jan 2004 22:51:41 +0000 (22:51 +0000)
committerErik Abele <erikabele@apache.org>
Sat, 10 Jan 2004 22:51:41 +0000 (22:51 +0000)
* userId -> userID
* Transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102264 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_anon.html.en
docs/manual/mod/mod_auth_anon.xml
docs/manual/mod/quickreference.html.en

index 1a8a5e89bbc4b404a9743f68b368b49ecaf72910..6fb1c334fe40b529ced043603b38de7219dbf36e 100644 (file)
@@ -67,8 +67,8 @@ areas</td></tr>
     properties:</p>
 
     <ul>
-      <li>It insists that the user enters a userId.
-      (<code>Anonymous_NoUserId</code>)</li>
+      <li>It insists that the user enters a userID.
+      (<code>Anonymous_NoUserID</code>)</li>
 
       <li>It insists that the user enters a password.
       (<code>Anonymous_MustGiveEmail</code>)</li>
@@ -79,15 +79,15 @@ areas</td></tr>
 
       <li>The userID must be one of <code>anonymous guest www test
       welcome</code> and comparison is <strong>not</strong> case
-      sensitive.</li>
+      sensitive. (<code>Anonymous</code>)</li>
 
       <li>And the Email addresses entered in the passwd field are
-      logged to the error log file
+      logged to the error log file.
       (<code>Anonymous_LogEmail</code>)</li>
     </ul>
 
     <div class="example"><h3>Excerpt of httpd.conf:</h3><p><code>
-      Anonymous_NoUserId off<br />
+      Anonymous_NoUserID off<br />
       Anonymous_MustGiveEmail on<br />
       Anonymous_VerifyEmail on<br />
       Anonymous_LogEmail on<br />
@@ -114,7 +114,7 @@ areas</td></tr>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="Anonymous" id="Anonymous">Anonymous</a> <a name="anonymous" id="anonymous">Directive</a></h2>
 <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Specifies userIDs that areallowed access without
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Specifies userIDs that are allowed access without
 password verification</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous <var>user</var> [<var>user</var>] ...</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
index a4b319098ac2d2415ec3e02fba60bec5fcbb51fb..43674126f9daef1194547178b9c2a43afd346beb 100644 (file)
@@ -34,8 +34,8 @@ areas</description>
     properties:</p>
 
     <ul>
-      <li>It insists that the user enters a userId.
-      (<code>Anonymous_NoUserId</code>)</li>
+      <li>It insists that the user enters a userID.
+      (<code>Anonymous_NoUserID</code>)</li>
 
       <li>It insists that the user enters a password.
       (<code>Anonymous_MustGiveEmail</code>)</li>
@@ -46,15 +46,15 @@ areas</description>
 
       <li>The userID must be one of <code>anonymous guest www test
       welcome</code> and comparison is <strong>not</strong> case
-      sensitive.</li>
+      sensitive. (<code>Anonymous</code>)</li>
 
       <li>And the Email addresses entered in the passwd field are
-      logged to the error log file
+      logged to the error log file.
       (<code>Anonymous_LogEmail</code>)</li>
     </ul>
 
     <example><title>Excerpt of httpd.conf:</title>
-      Anonymous_NoUserId off<br />
+      Anonymous_NoUserID off<br />
       Anonymous_MustGiveEmail on<br />
       Anonymous_VerifyEmail on<br />
       Anonymous_LogEmail on<br />
@@ -81,7 +81,7 @@ areas</description>
 
 <directivesynopsis>
 <name>Anonymous</name>
-<description>Specifies userIDs that areallowed access without
+<description>Specifies userIDs that are allowed access without
 password verification</description>
 <syntax>Anonymous <var>user</var> [<var>user</var>] ...</syntax>
 <contextlist><context>directory</context><context>.htaccess</context>
index 37c059986c65b246bcd02bad4920c59ccb863457..7e59eb95f858396a5879df83956f5bac10e17530 100644 (file)
@@ -124,7 +124,7 @@ be passed through</td></tr>
 <tr><td><a href="core.html#allowoverride">AllowOverride All|None|<var>directive-type</var>
 [<var>directive-type</var>] ...</a></td><td> All </td><td>d</td><td>C</td></tr><tr><td class="descr" colspan="4">Types of directives that are allowed in
 <code>.htaccess</code> files</td></tr>
-<tr class="odd"><td><a href="mod_auth_anon.html#anonymous">Anonymous <var>user</var> [<var>user</var>] ...</a></td><td></td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Specifies userIDs that areallowed access without
+<tr class="odd"><td><a href="mod_auth_anon.html#anonymous">Anonymous <var>user</var> [<var>user</var>] ...</a></td><td></td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Specifies userIDs that are allowed access without
 password verification</td></tr>
 <tr><td><a href="mod_auth_anon.html#anonymous_authoritative">Anonymous_Authoritative On|Off</a></td><td> Off </td><td>dh</td><td>E</td></tr><tr><td class="descr" colspan="4">Configures if authorization will fall-through
 to other methods</td></tr>