[jboss-cvs] JBossAS SVN: r92527 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 18 09:33:50 EDT 2009


Author: permaine
Date: 2009-08-18 09:33:50 -0400 (Tue, 18 Aug 2009)
New Revision: 92527

Modified:
   branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch
Log:
JBPAPP-2533 Uncomment admin user in jmx-console-users.properties in jbossas-5-disableauth.patch

Modified: branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch
===================================================================
--- branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch	2009-08-18 13:30:15 UTC (rev 92526)
+++ branches/JBPAPP_5_0/build/jbossas-5-disableauth.patch	2009-08-18 13:33:50 UTC (rev 92527)
@@ -345,6 +345,41 @@
                    <interceptor code="org.jboss.jmx.connector.invoker.SerializableInterceptor"
                       policyClass="StripModelMBeanInfoPolicy"/>
 
+diff -Naur ./server/all/conf/props/jmx-console-users.properties ./server/all/conf/props/jmx-console-users.properties
+--- ./server/all/conf/props/jmx-console-users.properties	2009-07-02 14:23:28.000000000 -0400
++++ ./server/all/conf/props/jmx-console-users.properties	2009-07-02 14:35:57.000000000 -0400
+@@ -1,2 +1,2 @@
+ # A sample users.properties file for use with the UsersRolesLoginModule
+-# admin=admin
++admin=admin
+diff -Naur ./server/default/conf/props/jmx-console-users.properties ./server/default/conf/props/jmx-console-users.properties
+--- ./server/default/conf/props/jmx-console-users.properties	2009-07-02 14:23:38.000000000 -0400
++++ ./server/default/conf/props/jmx-console-users.properties	2009-07-02 14:37:00.000000000 -0400
+@@ -1,2 +1,2 @@
+ # A sample users.properties file for use with the UsersRolesLoginModule
+-# admin=admin
++admin=admin
+diff -Naur ./server/production/conf/props/jmx-console-users.properties ./server/production/conf/props/jmx-console-users.properties
+--- ./server/production/conf/props/jmx-console-users.properties	2009-07-02 14:23:38.000000000 -0400
++++ ./server/production/conf/props/jmx-console-users.properties	2009-07-02 14:37:35.000000000 -0400
+@@ -1,2 +1,2 @@
+ # A sample users.properties file for use with the UsersRolesLoginModule
+-# admin=admin
++admin=admin
+diff -Naur ./server/standard/conf/props/jmx-console-users.properties ./server/standard/conf/props/jmx-console-users.properties
+--- ./server/standard/conf/props/jmx-console-users.properties	2009-07-02 14:23:39.000000000 -0400
++++ ./server/standard/conf/props/jmx-console-users.properties	2009-07-02 14:38:10.000000000 -0400
+@@ -1,2 +1,2 @@
+ # A sample users.properties file for use with the UsersRolesLoginModule
+-# admin=admin
++admin=admin
+diff -Naur ./server/web/conf/props/jmx-console-users.properties ./server/web/conf/props/jmx-console-users.properties
+--- ./server/web/conf/props/jmx-console-users.properties	2009-07-02 14:23:39.000000000 -0400
++++ ./server/web/conf/props/jmx-console-users.properties	2009-07-02 14:36:24.000000000 -0400
+@@ -1,2 +1,2 @@
+ # A sample users.properties file for use with the UsersRolesLoginModule
+-# admin=admin
++admin=admin
 --- ./server/all/deploy/profileservice-jboss-beans.xml	2009-07-16 16:07:19.000000000 -0400
 +++ ./server/all/deploy/profileservice-jboss-beans.xml	2009-07-16 16:02:16.000000000 -0400
 @@ -174,7 +174,7 @@




More information about the jboss-cvs-commits mailing list