You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2010/11/19 02:23:14 UTC

svn commit: r1036703 - in /geronimo/server/branches/2.2/framework/configs/server-security-config/src/main/resources/security: groups.properties users.properties

Author: xiaming
Date: Fri Nov 19 01:23:13 2010
New Revision: 1036703

URL: http://svn.apache.org/viewvc?rev=1036703&view=rev
Log:
GERONIMO-4296 add derby default user 'app' to server security realm

Modified:
    geronimo/server/branches/2.2/framework/configs/server-security-config/src/main/resources/security/groups.properties
    geronimo/server/branches/2.2/framework/configs/server-security-config/src/main/resources/security/users.properties

Modified: geronimo/server/branches/2.2/framework/configs/server-security-config/src/main/resources/security/groups.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/framework/configs/server-security-config/src/main/resources/security/groups.properties?rev=1036703&r1=1036702&r2=1036703&view=diff
==============================================================================
--- geronimo/server/branches/2.2/framework/configs/server-security-config/src/main/resources/security/groups.properties (original)
+++ geronimo/server/branches/2.2/framework/configs/server-security-config/src/main/resources/security/groups.properties Fri Nov 19 01:23:13 2010
@@ -16,4 +16,4 @@
 #=====================================================================
 admin=system
 monitor=monitor
-derbyadmin=dbadmin
+derbyadmin=dbadmin,app

Modified: geronimo/server/branches/2.2/framework/configs/server-security-config/src/main/resources/security/users.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/framework/configs/server-security-config/src/main/resources/security/users.properties?rev=1036703&r1=1036702&r2=1036703&view=diff
==============================================================================
--- geronimo/server/branches/2.2/framework/configs/server-security-config/src/main/resources/security/users.properties (original)
+++ geronimo/server/branches/2.2/framework/configs/server-security-config/src/main/resources/security/users.properties Fri Nov 19 01:23:13 2010
@@ -17,3 +17,4 @@
 system=manager
 monitor=password
 dbadmin=manager
+app=app