[jboss-user] [JBoss Portal] - Understanding permissions

roth do-not-reply at jboss.com
Thu Jul 19 06:10:07 EDT 2007


Hi

In my (almost finished) quest to attach the portal to our active directory, I have come across a minor problem.

What I like to do is give the role 'sysadmins' which is coming from my ldap the same priviledges as the standard 'admin' role has, that is, get access to the admin portal and several administration portlets.

I edited jboss-portal.sar\conf\data\default-objects.xml and changed the security constraint for the admin portal to that below, for testing.


  |          <security-constraint>
  |             <policy-permission>
  |                <action-name>viewrecursive</action-name>
  |                <unchecked/>
  |             </policy-permission>
  |          </security-constraint>
  | 

This doesn't work, when I log in, I still get a 403 when trying to access the admin portal.

What am I missing?

Thanks,
Tobias

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065703#4065703

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065703



More information about the jboss-user mailing list