Hi again guys,
 
I have checked the source codes of the portal sample...
 
I found out that if I am to add new user or to add new roles, both task
will end up submitting forms with different parameters to this resource
 
/cocoon/myportal/sunspotdemo-sunriseconf
 
which inturn would exactly match this sitemap snippet in the process...
 
<map:match pattern="sunspotdemo-sunriseconf">
                <!-- This pipeline can only be accessed if the current user is
                             allowed to configure the 'administration' coplet -->
                                <map:act type="portal-auth">
                    <map:parameter name="coplet" value="administration"/>
                </map:act>
                <map:generate type="auth-conf"/>
                <map:transform src="styles/sunriseconfHTML.xsl"/>
                <map:transform type="encodeURL"/>
                <map:serialize />
Am I correct? 
 
Now I have checked the source codes for the "portal-auth" action and the "auth-conf" genarator, and I dont think they're very easy to modify.
 
I hope I do not have to  create our own portal genarators to use a database as a storage for user and roles.
 
any ideas?
 
thanks
----- Original Message -----
Sent: Tuesday, November 12, 2002 2:18 PM
Subject: Cocoon Portal - User Roles

Hi Guys,
I am trying to use the C2 portal application and would like to transfer
the storage of the roles from xml files to a mysql database.
Can someone teach me how to do this?
 
I cannot find anything on the sitemap file that transforms or uses the sunrise roles.xml
 
btw,
 
im using
tomcat 4.1
sdk 1.3
c2.1 dev
 
thanks

Reply via email to