[jboss-user] [JBoss Portal] - Re: CMS Adminnistration for Guest User
sohil.shah@jboss.com
do-not-reply at jboss.com
Fri Apr 18 10:59:28 EDT 2008
tinico-
Start with a fully fresh portal (including database) and in the CMS service configuration use this as the policy: inside jboss-service.xml file
| <policy>
| <criteria name="path" value="/">
| <permission name="cms" action="manage">
| <role name="Anonymous"/>
| </permission>
| </criteria>
| </policy>
|
This should give you access to functions in the CMS Admin tool as a "not logged in" (Anonymous) user.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145171#4145171
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145171
More information about the jboss-user
mailing list