I'm planning to use OpenDJ as a backend ldap server to store RBAC. And I'm going to use objectclass=organizationalRole to store Roles (I'm choosing groupOfNames to store Organizational Groups, unnecessarily related with Roles).
As I can see there's an equivalent virtual attribute of isMemeberOf, with which I can easily find out which Organizational Group a person belongs to.
I'm wondering if there's an similar membership attribute for organizationalRole so I can quickly find out which Roles a person belongs to ?
Or any other better solution to do RBAC and Organizational Group in OpenDJ ?
Thanks