You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2012/12/11 19:15:23 UTC

svn commit: r1420316 - /vcl/branches/vcl-2.3-bugfixes/mysql/vcl.sql

Author: jfthomps
Date: Tue Dec 11 18:15:22 2012
New Revision: 1420316

URL: http://svn.apache.org/viewvc?rev=1420316&view=rev
Log:
VCL-615
make default adminUsers group have the same level of access as the default admin user

changed node where adminUsers group has access from 'admin' up to 'VCL' and added the cascade privilege

Modified:
    vcl/branches/vcl-2.3-bugfixes/mysql/vcl.sql

Modified: vcl/branches/vcl-2.3-bugfixes/mysql/vcl.sql
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/mysql/vcl.sql?rev=1420316&r1=1420315&r2=1420316&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/mysql/vcl.sql (original)
+++ vcl/branches/vcl-2.3-bugfixes/mysql/vcl.sql Tue Dec 11 18:15:22 2012
@@ -1829,17 +1829,18 @@ INSERT INTO `usergroupprivtype` (`id`, `
 -- 
 
 INSERT INTO `userpriv` (`id`, `userid`, `usergroupid`, `privnodeid`, `userprivtypeid`) VALUES 
-(16, NULL, 3, 4, 3),
-(11, NULL, 3, 4, 4),
-(13, NULL, 3, 4, 5),
-(14, NULL, 3, 4, 6),
-(19, NULL, 3, 4, 7),
-(20, NULL, 3, 4, 8),
-(21, NULL, 3, 4, 9),
-(17, NULL, 3, 4, 10),
-(12, NULL, 3, 4, 11),
-(18, NULL, 3, 4, 12),
-(15, NULL, 3, 4, 13),
+(24, NULL, 3, 3, 2),
+(16, NULL, 3, 3, 3),
+(11, NULL, 3, 3, 4),
+(13, NULL, 3, 3, 5),
+(14, NULL, 3, 3, 6),
+(19, NULL, 3, 3, 7),
+(20, NULL, 3, 3, 8),
+(21, NULL, 3, 3, 9),
+(17, NULL, 3, 3, 10),
+(12, NULL, 3, 3, 11),
+(18, NULL, 3, 3, 12),
+(15, NULL, 3, 3, 13),
 (1, 1, NULL, 3, 2),
 (6, 1, NULL, 3, 3),
 (2, 1, NULL, 3, 4),