You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2007/09/14 08:24:40 UTC

svn commit: r575554 - in /ofbiz/branches/release4.0: applications/securityext/data/SecurityExtData.xml framework/security/data/SecurityData.xml

Author: jleroux
Date: Thu Sep 13 23:24:39 2007
New Revision: 575554

URL: http://svn.apache.org/viewvc?rev=575554&view=rev
Log:
Applied fix from trunk for revision: 562723 (Merged by hand)

Modified:
    ofbiz/branches/release4.0/applications/securityext/data/SecurityExtData.xml
    ofbiz/branches/release4.0/framework/security/data/SecurityData.xml

Modified: ofbiz/branches/release4.0/applications/securityext/data/SecurityExtData.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/securityext/data/SecurityExtData.xml?rev=575554&r1=575553&r2=575554&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/securityext/data/SecurityExtData.xml (original)
+++ ofbiz/branches/release4.0/applications/securityext/data/SecurityExtData.xml Thu Sep 13 23:24:39 2007
@@ -40,4 +40,9 @@
     <UserLogin userLoginId="admin" partyId="admin"/>
 
     <UserLoginSecurityGroup groupId="FULLADMIN" userLoginId="admin" fromDate="2001-01-01 12:00:00.0"/>
+    
+    <!-- Party for System UserLogin Account - just in case logic depends on it -->
+    <Party partyId="system" partyTypeId="PERSON"/>
+    <Person partyId="system" firstName="System" lastName="Account"/>
+    <UserLogin userLoginId="system" partyId="system"/>
 </entity-engine-xml>

Modified: ofbiz/branches/release4.0/framework/security/data/SecurityData.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/security/data/SecurityData.xml?rev=575554&r1=575553&r2=575554&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/security/data/SecurityData.xml (original)
+++ ofbiz/branches/release4.0/framework/security/data/SecurityData.xml Thu Sep 13 23:24:39 2007
@@ -33,7 +33,7 @@
     <SecurityGroupPermission groupId="VIEWADMIN" permissionId="OFBTOOLS_VIEW"/>
     <SecurityGroupPermission groupId="BIZADMIN" permissionId="OFBTOOLS_VIEW"/>
     
-    <!-- System UserLogin Account -->
+    <!-- System UserLogin Account - see additional data in SecurityExtData -->
     <UserLogin userLoginId="system" enabled="N" isSystem="Y"/>
     <UserLoginSecurityGroup groupId="FULLADMIN" userLoginId="system" fromDate="2001-01-01 12:00:00.0"/>
 </entity-engine-xml>