1 Reply Latest reply on Aug 3, 2007 10:20 AM by roth

    Understanding permissions

      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