You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2004/01/10 23:48:31 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_authn_anon.html.en mod_authn_anon.xml

erikabele    2004/01/10 14:48:31

  Modified:    docs/manual/mod mod_authn_anon.html.en mod_authn_anon.xml
  Log:
  * userId -> userID
  * add missing bracket
  
  Revision  Changes    Path
  1.13      +3 -3      httpd-2.0/docs/manual/mod/mod_authn_anon.html.en
  
  Index: mod_authn_anon.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_authn_anon.html.en,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mod_authn_anon.html.en	10 Jan 2004 21:07:28 -0000	1.12
  +++ mod_authn_anon.html.en	10 Jan 2004 22:48:31 -0000	1.13
  @@ -70,7 +70,7 @@
   
       <ul>
         <li>It insists that the user enters a userID.
  -      (<code class="directive"><a href="#anonymous_nouserid">Anonymous_NoUserId</a></code>)</li>
  +      (<code class="directive"><a href="#anonymous_nouserid">Anonymous_NoUserID</a></code>)</li>
   
         <li>It insists that the user enters a password.
         (<code class="directive"><a href="#anonymous_mustgiveemail">Anonymous_MustGiveEmail</a></code>)</li>
  @@ -81,7 +81,7 @@
   
         <li>The userID must be one of <code>anonymous guest www test
         welcome</code> and comparison is <strong>not</strong> case
  -      sensitive. (<code class="directive"><a href="#anonymous">Anonymous</a></code></li>
  +      sensitive. (<code class="directive"><a href="#anonymous">Anonymous</a></code>)</li>
   
         <li>And the Email addresses entered in the passwd field are
         logged to the error log file.
  @@ -96,7 +96,7 @@
           AuthBasicProvider file anon<br />
           AuthUserFile /path/to/your/.htpasswd<br />
   	<br />
  -        Anonymous_NoUserId off<br />
  +        Anonymous_NoUserID off<br />
           Anonymous_MustGiveEmail on<br />
           Anonymous_VerifyEmail on<br />
           Anonymous_LogEmail on<br />
  
  
  
  1.8       +3 -3      httpd-2.0/docs/manual/mod/mod_authn_anon.xml
  
  Index: mod_authn_anon.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_authn_anon.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- mod_authn_anon.xml	10 Jan 2004 21:07:28 -0000	1.7
  +++ mod_authn_anon.xml	10 Jan 2004 22:48:31 -0000	1.8
  @@ -39,7 +39,7 @@
       <ul>
         <li>It insists that the user enters a userID.
         (<directive module="mod_authn_anon"
  -      >Anonymous_NoUserId</directive>)</li>
  +      >Anonymous_NoUserID</directive>)</li>
   
         <li>It insists that the user enters a password.
         (<directive module="mod_authn_anon"
  @@ -53,7 +53,7 @@
         <li>The userID must be one of <code>anonymous guest www test
         welcome</code> and comparison is <strong>not</strong> case
         sensitive. (<directive module="mod_authn_anon"
  -      >Anonymous</directive></li>
  +      >Anonymous</directive>)</li>
   
         <li>And the Email addresses entered in the passwd field are
         logged to the error log file.
  @@ -69,7 +69,7 @@
           AuthBasicProvider file anon<br />
           AuthUserFile /path/to/your/.htpasswd<br />
   	<br />
  -        Anonymous_NoUserId off<br />
  +        Anonymous_NoUserID off<br />
           Anonymous_MustGiveEmail on<br />
           Anonymous_VerifyEmail on<br />
           Anonymous_LogEmail on<br />