You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/06/14 19:39:16 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/conf tomcat-users.xml

remm        2002/06/14 10:39:16

  Modified:    catalina/src/conf tomcat-users.xml
  Log:
  - Remove admin role.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-tomcat-4.0/catalina/src/conf/tomcat-users.xml
  
  Index: tomcat-users.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/tomcat-users.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tomcat-users.xml	14 Jun 2002 13:29:48 -0000	1.4
  +++ tomcat-users.xml	14 Jun 2002 17:39:15 -0000	1.5
  @@ -4,7 +4,7 @@
     you must define such a user - the username and password are arbitrary.
   -->
   <tomcat-users>
  -  <user name="tomcat" password="tomcat" roles="tomcat,admin" />
  +  <user name="tomcat" password="tomcat" roles="tomcat" />
     <user name="role1"  password="tomcat" roles="role1"  />
     <user name="both"   password="tomcat" roles="tomcat,role1" />
   </tomcat-users>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf tomcat-users.xml

Posted by Martin van den Bemt <ml...@mvdb.net>.
On Fri, 2002-06-14 at 20:34, Amy Roh wrote:
> Thanks for fixing this, Remy.
> 
> Ooops, 6:30am commits are too early for me.  ;-)

Maybe too late too ? 

Mvgr,
Martin



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf tomcat-users.xml

Posted by Amy Roh <am...@apache.org>.
Thanks for fixing this, Remy.

Ooops, 6:30am commits are too early for me.  ;-)

Amy

remm@apache.org wrote:

> remm        2002/06/14 10:39:16
>
>   Modified:    catalina/src/conf tomcat-users.xml
>   Log:
>   - Remove admin role.
>
>   Revision  Changes    Path
>   1.5       +1 -1      jakarta-tomcat-4.0/catalina/src/conf/tomcat-users.xml
>
>   Index: tomcat-users.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/tomcat-users.xml,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- tomcat-users.xml  14 Jun 2002 13:29:48 -0000      1.4
>   +++ tomcat-users.xml  14 Jun 2002 17:39:15 -0000      1.5
>   @@ -4,7 +4,7 @@
>      you must define such a user - the username and password are arbitrary.
>    -->
>    <tomcat-users>
>   -  <user name="tomcat" password="tomcat" roles="tomcat,admin" />
>   +  <user name="tomcat" password="tomcat" roles="tomcat" />
>      <user name="role1"  password="tomcat" roles="role1"  />
>      <user name="both"   password="tomcat" roles="tomcat,role1" />
>    </tomcat-users>
>
>
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>