You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/01/10 23:28:46 UTC

svn commit: r610956 - /tomcat/trunk/conf/tomcat-users.xml

Author: markt
Date: Thu Jan 10 14:28:45 2008
New Revision: 610956

URL: http://svn.apache.org/viewvc?rev=610956&view=rev
Log:
Revert previous accidental commit.

Modified:
    tomcat/trunk/conf/tomcat-users.xml

Modified: tomcat/trunk/conf/tomcat-users.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/tomcat-users.xml?rev=610956&r1=610955&r2=610956&view=diff
==============================================================================
--- tomcat/trunk/conf/tomcat-users.xml (original)
+++ tomcat/trunk/conf/tomcat-users.xml Thu Jan 10 14:28:45 2008
@@ -16,11 +16,11 @@
   limitations under the License.
 -->
 <tomcat-users>
-  <role rolename="manager"/>
+<!--
   <role rolename="tomcat"/>
-  <role rolename="admin"/>
   <role rolename="role1"/>
-  <user username="both" password="tomcat" roles="tomcat,role1,manager,admin"/>
   <user username="tomcat" password="tomcat" roles="tomcat"/>
+  <user username="both" password="tomcat" roles="tomcat,role1"/>
   <user username="role1" password="tomcat" roles="role1"/>
+-->
 </tomcat-users>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org