Article Number
000016399
Applies To
RSA Access Manager (AxM) 6.2 ADMINGUI
RSA Access Manager (AxM) 6.2 Admin-api
Issue
RSA Access Manager (AxM) 6.2 - Administrator can not edit a property belonging to a different Administrative Group.
When an Administrator tries to edit a property belonging to a different Administrative Group an error will occur: "sirrus.api.client.UserNotAuthorizedException: Not authorized (RC_NOT_AUTHORIZED): Insufficient permission to modify property value"
In admin-gui, if the properties are private, the properties will show as "No properties are defined"
Cause
CTSRV-4757 corrected a bug that allowed Administrators to edit properties that didn't belong to the same Administrative Group, Causing the above behavior.
Resolution
A hotfix was created (CTSRV-6115) to allow backwards compatibility so that customer that relied on the ability to edit properties belonging to a different Administrative Group could still do so. Download Hotfix 6.2.0.04 and add the following Parameter to the eserver.conf file:
# This optional flag specifies whether RSA Access Manager will allow # an admin to modify or assign the values to a user property that belongs to # different admin group. # # Allowed Values: # true | false # # Default Value: # false # #cleartrust.eserver.allow_property_shareable=true