You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/10/31 17:46:36 UTC

svn commit: r329855 - /portals/jetspeed-2/trunk/etc/sql/oracle/populate-userinfo-for-default-psml.sql

Author: taylor
Date: Mon Oct 31 08:46:29 2005
New Revision: 329855

URL: http://svn.apache.org/viewcvs?rev=329855&view=rev
Log:
patch from Vladimir Figurov

Modified:
    portals/jetspeed-2/trunk/etc/sql/oracle/populate-userinfo-for-default-psml.sql

Modified: portals/jetspeed-2/trunk/etc/sql/oracle/populate-userinfo-for-default-psml.sql
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/etc/sql/oracle/populate-userinfo-for-default-psml.sql?rev=329855&r1=329854&r2=329855&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/etc/sql/oracle/populate-userinfo-for-default-psml.sql (original)
+++ portals/jetspeed-2/trunk/etc/sql/oracle/populate-userinfo-for-default-psml.sql Mon Oct 31 08:46:29 2005
@@ -96,9 +96,9 @@
 INSERT INTO PRINCIPAL_PERMISSION VALUES(53,50);
 INSERT INTO PRINCIPAL_PERMISSION VALUES(53,51);
 
-INSERT INTO SECURITY_PERMISSION VALUES(100,'org.apache.jetspeed.security.PortletPermission','security::*','view, edit','to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS').572','to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS').572');
-INSERT INTO SECURITY_PERMISSION VALUES(101,'org.apache.jetspeed.security.PortletPermission','palm::*','view, edit','to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS').572','to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS').572');
-INSERT INTO SECURITY_PERMISSION VALUES(102,'org.apache.jetspeed.security.PortletPermission','pam::*','view, edit','to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS').572','to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS').572');
+INSERT INTO SECURITY_PERMISSION VALUES(100,'org.apache.jetspeed.security.PortletPermission','security::*','view, edit',to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'),to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'));
+INSERT INTO SECURITY_PERMISSION VALUES(101,'org.apache.jetspeed.security.PortletPermission','palm::*','view, edit',to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'),to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'));
+INSERT INTO SECURITY_PERMISSION VALUES(102,'org.apache.jetspeed.security.PortletPermission','pam::*','view, edit',to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'),to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'));
 
 INSERT INTO PRINCIPAL_PERMISSION VALUES(6,100);
 INSERT INTO PRINCIPAL_PERMISSION VALUES(6,101);



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