Hi,

--- Sumit Ranjan <[EMAIL PROTECTED]> wrote:
> in the  WEB-INF/db folder there is a file jetspeed.script.
> it contains a lot of entries like ...
> 
> NSERT INTO TURBINE_USER_GROUP_ROLE VALUES(240,1,1)
> INSERT INTO TURBINE_USER_GROUP_ROLE VALUES(260,1,1)
> INSERT INTO TURBINE_USER_GROUP_ROLE VALUES(261,1,1)
> INSERT INTO TURBINE_USER_GROUP_ROLE VALUES(262,1,1)
> INSERT INTO TURBINE_USER_GROUP_ROLE VALUES(280,1,1)
> INSERT INTO ID_TABLE VALUES(1,'TURBINE_PERMISSION',100,10)
> INSERT INTO ID_TABLE VALUES(2,'TURBINE_ROLE',120,10)
> INSERT INTO ID_TABLE VALUES(3,'TURBINE_GROUP',100,10)
> INSERT INTO ID_TABLE VALUES(4,'TURBINE_USER',300,10)
> INSERT INTO ID_TABLE VALUES(5,'TURBINE_SCHEDULED_JOB',100,10)
> INSERT INTO ID_TABLE VALUES(6,'TURBINE_ROLE_PERMISSION',100,10)
> 
> can anyone please throw some light on these nos.
> 

The TURBINE_USER_GROUP_ROLE entries are putting your users into
groups/roles.

The ID_TABLE entries setup the primary key sequences.

See the jakarta-turbine project for more information on these.

Regards,
Chris

=====
Need somewhere to Live in London - http://freeflats.com

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to