Hi Team.
I am creating a policy to remove all roles from specific user.
I am using a Query funtion for read the nrfAssignedRoles attribute from user's CN.
It return a node set (xml) value, then I do a "for each" for iterate in each node and get each DN Rol, then execute the "remove rol" funcion.
The problen is that return one (first) Rol, don't itera for each rol.
Exists other way to remove all roles.
I tried using a remove attribute value, but the nrfAssignedRoles is not present in the User Class.
Some idea to do its?
Regards,