rse         98/09/12 04:26:03

  Modified:    src      CHANGES
               htdocs/manual/mod mod_auth.html mod_auth_db.html
                        mod_auth_dbm.html
  Log:
  Fix mod_auth_*.html documents: NSCA -> NCSA
  
  Submitted by: Youichirou Koga <[EMAIL PROTECTED]>
  PR: 2991
  
  Revision  Changes    Path
  1.1057    +3 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1056
  retrieving revision 1.1057
  diff -u -r1.1056 -r1.1057
  --- CHANGES   1998/09/12 11:21:58     1.1056
  +++ CHANGES   1998/09/12 11:26:00     1.1057
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.2
   
  +  *) Fix mod_auth_*.html documents: NSCA -> NCSA
  +     [Youichirou Koga <[EMAIL PROTECTED]>] PR#2991
  +
     *) Fix INSTALL document: www.gnu.ai.mit.edu -> www.gnu.org
        [Karl Berry <[EMAIL PROTECTED]>] PR#2994
   
  
  
  
  1.16      +1 -1      apache-1.3/htdocs/manual/mod/mod_auth.html
  
  Index: mod_auth.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_auth.html     1998/05/20 14:12:53     1.15
  +++ mod_auth.html     1998/09/12 11:26:02     1.16
  @@ -176,7 +176,7 @@
   ><STRONG>Default:</STRONG></A> By default; control is not passed on; and an
    unknown
   userID or rule will result in an Authorization Required reply. Not
  -setting it thus keeps the system secure; and forces an NSCA compliant
  +setting it thus keeps the system secure; and forces an NCSA compliant
   behaviour.
   
   <P>
  
  
  
  1.16      +1 -1      apache-1.3/htdocs/manual/mod/mod_auth_db.html
  
  Index: mod_auth_db.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth_db.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_auth_db.html  1998/05/20 14:12:53     1.15
  +++ mod_auth_db.html  1998/09/12 11:26:02     1.16
  @@ -201,7 +201,7 @@
   ><STRONG>Default:</STRONG></A> By default; control is not passed on; and an
   unknown
   userID or rule will result in an Authorization Required reply. Not
  -setting it thus keeps the system secure; and forces an NSCA compliant
  +setting it thus keeps the system secure; and forces an NCSA compliant
   behaviour.  <P>
   Security: Do consider the implications of allowing a user to allow
   fall-through in his .htaccess file; and verify that this is really
  
  
  
  1.17      +1 -1      apache-1.3/htdocs/manual/mod/mod_auth_dbm.html
  
  Index: mod_auth_dbm.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth_dbm.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mod_auth_dbm.html 1998/05/20 14:12:54     1.16
  +++ mod_auth_dbm.html 1998/09/12 11:26:02     1.17
  @@ -190,7 +190,7 @@
    REL="Help"
   ><STRONG>Default:</STRONG></A> By default; control is not passed on; and an 
unknown
   userID or rule will result in an Authorization Required reply. Not
  -setting it thus keeps the system secure; and forces an NSCA compliant
  +setting it thus keeps the system secure; and forces an NCSA compliant
   behaviour.  <P>
   
   Security: Do consider the implications of allowing a user to allow
  
  
  

Reply via email to