[jboss-cvs] JBossAS SVN: r105814 - branches/JBPAPP_5_1/hornetq-int/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 8 14:55:31 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-06-08 14:55:31 -0400 (Tue, 08 Jun 2010)
New Revision: 105814

Modified:
   branches/JBPAPP_5_1/hornetq-int/src/resources/login-config.xml
Log:
fixing org.jboss.test.jmx.test.SecureRMIAdaptorUnitTestCase

Modified: branches/JBPAPP_5_1/hornetq-int/src/resources/login-config.xml
===================================================================
--- branches/JBPAPP_5_1/hornetq-int/src/resources/login-config.xml	2010-06-08 18:46:48 UTC (rev 105813)
+++ branches/JBPAPP_5_1/hornetq-int/src/resources/login-config.xml	2010-06-08 18:55:31 UTC (rev 105814)
@@ -20,8 +20,8 @@
   </authentication>
 </application-policy>
 
-$Id: login-config.xml 76444 2008-07-29 23:50:53Z sguilhen at redhat.com $
-$Revision: 76444 $
+$Id: login-config.xml 87078 2009-04-09 14:23:47Z bstansberry at jboss.com $
+$Revision: 87078 $
 -->
 
 <policy>
@@ -78,6 +78,7 @@
     </authentication>
   </application-policy>
 
+
   <!-- A template configuration for the jmx-console web application. This
     defaults to the UsersRolesLoginModule the same as other and should be
     changed to a stronger authentication mechanism as required.
@@ -86,7 +87,6 @@
     <authentication>
       <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule"
         flag="required">
-	<module-option name = "unauthenticatedIdentity">admin</module-option>
         <module-option name="usersProperties">props/jmx-console-users.properties</module-option>
         <module-option name="rolesProperties">props/jmx-console-roles.properties</module-option>
       </login-module>



More information about the jboss-cvs-commits mailing list