• What is the best way to remove rol to user from policy using a NullDriver

    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…