You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/12/12 07:15:11 UTC

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

nd          2002/12/11 22:15:11

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH mod_auth_anon.html.en
                        mod_auth_anon.xml quickreference.html.en
  Log:
  markup & nitpicking
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.11.2.4  +24 -26    httpd-2.0/docs/manual/mod/Attic/mod_auth_anon.html.en
  
  Index: mod_auth_anon.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/Attic/mod_auth_anon.html.en,v
  retrieving revision 1.11.2.3
  retrieving revision 1.11.2.4
  diff -u -r1.11.2.3 -r1.11.2.4
  --- mod_auth_anon.html.en	11 Dec 2002 21:53:34 -0000	1.11.2.3
  +++ mod_auth_anon.html.en	12 Dec 2002 06:15:10 -0000	1.11.2.4
  @@ -83,9 +83,7 @@
         (<code>Anonymous_LogEmail</code>)</li>
       </ul>
   
  -    <p>Excerpt of httpd.conf:</p>
  -
  -    <div class="example"><p><code>
  +    <div class="example"><h3>Excerpt of httpd.conf:</h3><p><code>
         Anonymous_NoUserId off<br />
         Anonymous_MustGiveEmail on<br />
         Anonymous_VerifyEmail on<br />
  @@ -133,12 +131,12 @@
       userIDs.</p>
   
       <div class="example"><h3>Example:</h3><p><code>
  -      Anonymous anonymous "Not Registered" 'I don\'t know'
  +      Anonymous anonymous "Not Registered" "I don't know"
       </code></p></div>
   
       <p>This would allow the user to enter without password
  -    verification by using the userId's 'anonymous',
  -    'AnonyMous','Not Registered' and 'I Don't Know'.</p>
  +    verification by using the userIDs "anonymous",
  +    "AnonyMous", "Not Registered" and "I Don't Know".</p>
   
   </div>
   <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  @@ -146,22 +144,22 @@
   <table class="directive">
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Configures if authorization will fall-through
   to other methods</td></tr>
  -<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_Authoritative on|off</code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_Authoritative off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_Authoritative On|Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_Authoritative Off</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
   <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_auth_anon</td></tr>
   </table>
  -    <p>When set 'on', there is no fall-through to other authorization
  -    methods. So if a userID does not match the values specified in the
  -    <code class="directive"><a href="#anonymous">Anonymous</a></code> directive,
  -    access is denied.</p>
  +    <p>When set <code>On</code>, there is no fall-through to other
  +    authentication methods. So if a userID does not match the values
  +    specified in the <code class="directive"><a href="#anonymous">Anonymous</a></code>
  +    directive, access is denied.</p>
   
       <p>Be sure you know what you are doing when you decide to
  -    switch it on. And remember that it is the linking order of the
  -    modules (in the Configuration / Make file) which details the
  -    order in which the Authorization modules are queried.</p>
  +    switch it on. And remember that the order in which the Authentication
  +    modules are queried is defined in the modules.c files at compile
  +    time.</p>
   
   </div>
   <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  @@ -169,14 +167,14 @@
   <table class="directive">
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets whether the password entered will be logged in the
   error log</td></tr>
  -<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_LogEmail on|off</code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_LogEmail on</code></td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_LogEmail On|Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_LogEmail On</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
   <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_auth_anon</td></tr>
   </table>
  -    <p>When set <code>on</code>, the default, the 'password' entered
  +    <p>When set <code>On</code>, the default, the 'password' entered
       (which hopefully contains a sensible email address) is logged in
       the error log.</p>
   
  @@ -185,8 +183,8 @@
   <div class="directive-section"><h2><a name="Anonymous_MustGiveEmail" id="Anonymous_MustGiveEmail">Anonymous_MustGiveEmail</a> <a name="anonymous_mustgiveemail" id="anonymous_mustgiveemail">Directive</a></h2>
   <table class="directive">
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Specifies whether blank passwords are allowed</td></tr>
  -<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_MustGiveEmail on|off</code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_MustGiveEmail on</code></td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_MustGiveEmail On|Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_MustGiveEmail On</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
  @@ -200,14 +198,14 @@
   <div class="directive-section"><h2><a name="Anonymous_NoUserID" id="Anonymous_NoUserID">Anonymous_NoUserID</a> <a name="anonymous_nouserid" id="anonymous_nouserid">Directive</a></h2>
   <table class="directive">
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets whether the userID field may be empty</td></tr>
  -<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_NoUserID on|off</code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_NoUserID off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_NoUserID On|Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_NoUserID Off</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
   <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_auth_anon</td></tr>
   </table>
  -    <p>When set <code>on</code>, users can leave the userID (and
  +    <p>When set <code>On</code>, users can leave the userID (and
       perhaps the password field) empty. This can be very convenient for
       MS-Explorer users who can just hit return or click directly on the
       OK button; which seems a natural reaction.</p>
  @@ -218,14 +216,14 @@
   <table class="directive">
   <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets whether to check the password field for a correctly
   formatted email address</td></tr>
  -<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_VerifyEmail on|off</code></td></tr>
  -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_VerifyEmail off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous_VerifyEmail On|Off</code></td></tr>
  +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Anonymous_VerifyEmail Off</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
   <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
   <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_auth_anon</td></tr>
   </table>
  -    <p>When set <code>on</code> the 'password' entered is checked for
  +    <p>When set <code>On</code> the 'password' entered is checked for
       at least one '@' and a '.' to encourage users to enter valid email
       addresses (see the above <code class="directive"><a href="#anonymous_logemail">Anonymous_LogEmail</a></code>).</p>
   
  
  
  
  1.5.2.3   +24 -26    httpd-2.0/docs/manual/mod/Attic/mod_auth_anon.xml
  
  Index: mod_auth_anon.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/Attic/mod_auth_anon.xml,v
  retrieving revision 1.5.2.2
  retrieving revision 1.5.2.3
  diff -u -r1.5.2.2 -r1.5.2.3
  --- mod_auth_anon.xml	5 Dec 2002 21:02:28 -0000	1.5.2.2
  +++ mod_auth_anon.xml	12 Dec 2002 06:15:11 -0000	1.5.2.3
  @@ -53,9 +53,7 @@
         (<code>Anonymous_LogEmail</code>)</li>
       </ul>
   
  -    <p>Excerpt of httpd.conf:</p>
  -
  -    <example>
  +    <example><title>Excerpt of httpd.conf:</title>
         Anonymous_NoUserId off<br />
         Anonymous_MustGiveEmail on<br />
         Anonymous_VerifyEmail on<br />
  @@ -103,12 +101,12 @@
       userIDs.</p>
   
       <example><title>Example:</title>
  -      Anonymous anonymous "Not Registered" 'I don\'t know'
  +      Anonymous anonymous "Not Registered" "I don't know"
       </example>
   
       <p>This would allow the user to enter without password
  -    verification by using the userId's 'anonymous',
  -    'AnonyMous','Not Registered' and 'I Don't Know'.</p>
  +    verification by using the userIDs "anonymous",
  +    "AnonyMous", "Not Registered" and "I Don't Know".</p>
   </usage>
   </directivesynopsis>
   
  @@ -116,22 +114,22 @@
   <name>Anonymous_Authoritative</name>
   <description>Configures if authorization will fall-through
   to other methods</description>
  -<syntax>Anonymous_Authoritative on|off</syntax>
  -<default>Anonymous_Authoritative off</default>
  +<syntax>Anonymous_Authoritative On|Off</syntax>
  +<default>Anonymous_Authoritative Off</default>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
   <override>AuthConfig</override>
   
   <usage>
  -    <p>When set 'on', there is no fall-through to other authorization
  -    methods. So if a userID does not match the values specified in the
  -    <directive module="mod_auth_anon">Anonymous</directive> directive,
  -    access is denied.</p>
  +    <p>When set <code>On</code>, there is no fall-through to other
  +    authentication methods. So if a userID does not match the values
  +    specified in the <directive module="mod_auth_anon">Anonymous</directive>
  +    directive, access is denied.</p>
   
       <p>Be sure you know what you are doing when you decide to
  -    switch it on. And remember that it is the linking order of the
  -    modules (in the Configuration / Make file) which details the
  -    order in which the Authorization modules are queried.</p>
  +    switch it on. And remember that the order in which the Authentication
  +    modules are queried is defined in the modules.c files at compile
  +    time.</p>
   </usage>
   </directivesynopsis>
   
  @@ -139,14 +137,14 @@
   <name>Anonymous_LogEmail</name>
   <description>Sets whether the password entered will be logged in the
   error log</description>
  -<syntax>Anonymous_LogEmail on|off</syntax>
  -<default>Anonymous_LogEmail on</default>
  +<syntax>Anonymous_LogEmail On|Off</syntax>
  +<default>Anonymous_LogEmail On</default>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
   <override>AuthConfig</override>
   
   <usage>
  -    <p>When set <code>on</code>, the default, the 'password' entered
  +    <p>When set <code>On</code>, the default, the 'password' entered
       (which hopefully contains a sensible email address) is logged in
       the error log.</p>
   </usage>
  @@ -155,8 +153,8 @@
   <directivesynopsis>
   <name>Anonymous_MustGiveEmail</name>
   <description>Specifies whether blank passwords are allowed</description>
  -<syntax>Anonymous_MustGiveEmail on|off</syntax>
  -<default>Anonymous_MustGiveEmail on</default>
  +<syntax>Anonymous_MustGiveEmail On|Off</syntax>
  +<default>Anonymous_MustGiveEmail On</default>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
   <override>AuthConfig</override>
  @@ -170,14 +168,14 @@
   <directivesynopsis>
   <name>Anonymous_NoUserID</name>
   <description>Sets whether the userID field may be empty</description>
  -<syntax>Anonymous_NoUserID on|off</syntax>
  -<default>Anonymous_NoUserID off</default>
  +<syntax>Anonymous_NoUserID On|Off</syntax>
  +<default>Anonymous_NoUserID Off</default>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
   <override>AuthConfig</override>
   
   <usage>
  -    <p>When set <code>on</code>, users can leave the userID (and
  +    <p>When set <code>On</code>, users can leave the userID (and
       perhaps the password field) empty. This can be very convenient for
       MS-Explorer users who can just hit return or click directly on the
       OK button; which seems a natural reaction.</p>
  @@ -188,14 +186,14 @@
   <name>Anonymous_VerifyEmail</name>
   <description>Sets whether to check the password field for a correctly
   formatted email address</description>
  -<syntax>Anonymous_VerifyEmail on|off</syntax>
  -<default>Anonymous_VerifyEmail off</default>
  +<syntax>Anonymous_VerifyEmail On|Off</syntax>
  +<default>Anonymous_VerifyEmail Off</default>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
   <override>AuthConfig</override>
   
   <usage>
  -    <p>When set <code>on</code> the 'password' entered is checked for
  +    <p>When set <code>On</code> the 'password' entered is checked for
       at least one '@' and a '.' to encourage users to enter valid email
       addresses (see the above <directive
       module="mod_auth_anon">Anonymous_LogEmail</directive>).</p>
  
  
  
  1.47.2.9  +5 -5      httpd-2.0/docs/manual/mod/quickreference.html.en
  
  Index: quickreference.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.html.en,v
  retrieving revision 1.47.2.8
  retrieving revision 1.47.2.9
  diff -u -r1.47.2.8 -r1.47.2.9
  --- quickreference.html.en	12 Dec 2002 05:58:15 -0000	1.47.2.8
  +++ quickreference.html.en	12 Dec 2002 06:15:11 -0000	1.47.2.9
  @@ -116,13 +116,13 @@
   .htaccess files</td></tr>
   <tr><td><a href="mod_auth_anon.html#anonymous">Anonymous <var>user</var> [<var>user</var>] ...</a></td><td /><td>dh</td><td>E</td></tr><tr><td class="descr" colspan="4">Specifies userIDs that areallowed access without
   password verification</td></tr>
  -<tr class="odd"><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 class="odd"><td class="descr" colspan="4">Configures if authorization will fall-through
  +<tr class="odd"><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 class="odd"><td class="descr" colspan="4">Configures if authorization will fall-through
   to other methods</td></tr>
  -<tr><td><a href="mod_auth_anon.html#anonymous_logemail">Anonymous_LogEmail on|off</a></td><td> on </td><td>dh</td><td>E</td></tr><tr><td class="descr" colspan="4">Sets whether the password entered will be logged in the
  +<tr><td><a href="mod_auth_anon.html#anonymous_logemail">Anonymous_LogEmail On|Off</a></td><td> On </td><td>dh</td><td>E</td></tr><tr><td class="descr" colspan="4">Sets whether the password entered will be logged in the
   error log</td></tr>
  -<tr class="odd"><td><a href="mod_auth_anon.html#anonymous_mustgiveemail">Anonymous_MustGiveEmail on|off</a></td><td> on </td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Specifies whether blank passwords are allowed</td></tr>
  -<tr><td><a href="mod_auth_anon.html#anonymous_nouserid">Anonymous_NoUserID on|off</a></td><td> off </td><td>dh</td><td>E</td></tr><tr><td class="descr" colspan="4">Sets whether the userID field may be empty</td></tr>
  -<tr class="odd"><td><a href="mod_auth_anon.html#anonymous_verifyemail">Anonymous_VerifyEmail on|off</a></td><td> off </td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Sets whether to check the password field for a correctly
  +<tr class="odd"><td><a href="mod_auth_anon.html#anonymous_mustgiveemail">Anonymous_MustGiveEmail On|Off</a></td><td> On </td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Specifies whether blank passwords are allowed</td></tr>
  +<tr><td><a href="mod_auth_anon.html#anonymous_nouserid">Anonymous_NoUserID On|Off</a></td><td> Off </td><td>dh</td><td>E</td></tr><tr><td class="descr" colspan="4">Sets whether the userID field may be empty</td></tr>
  +<tr class="odd"><td><a href="mod_auth_anon.html#anonymous_verifyemail">Anonymous_VerifyEmail On|Off</a></td><td> Off </td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Sets whether to check the password field for a correctly
   formatted email address</td></tr>
   <tr><td><a href="perchild.html#assignuserid">AssignUserID <var>user_id</var> <var>group_id</var></a></td><td /><td>v</td><td>M</td></tr><tr><td class="descr" colspan="4">-</td></tr>
   <tr class="odd"><td><a href="mod_auth.html#authauthoritative">AuthAuthoritative On|Off</a></td><td> On </td><td>dh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Sets whether authorization and authentication are