08-13-07 06:26 PM
--Update.
Ok, again this jacl script works in was5.1, but will not work in WAS6.1. The
re are new entries that are added to the default admin-authz.xml file. They
are:
<authorizations xmi:id="RoleAssignmentExt_5" role="SecurityRoleExt_5"/>
<authorizations xmi:id="RoleAssignmentExt_6" role="SecurityRoleExt_6">
<roles xmi:id="SecurityRoleExt_5" roleName="deployer"/>
<roles xmi:id="SecurityRoleExt_6" roleName="adminsecuritymanager"/>
<roles xmi:id="SecurityRoleExt_1187024441996" roleName="iscadmins"/>
I believe the jacl script is failing because it's missing these new added ro
les... could someone show me how to add these to the jacl script I included
in the previous posts?
[ Post a follow-up to this message ]
|