In LDAP, How to configure admin role for anyone in the different groups like groupA, groupB, groupC, groupD ?
Issue
- How to manage the role management in
Fuse? Red Hatexample is not enough detailed https://access.redhat.com/solutions/776053.
role.base.dn=dc=redhat,dc=com
role.name.attribute=cn
role.filter=(uniquemember=%dn,dc=redhat,dc=com)
role.search.subtree=true
- User has four groups. These groups are configured following way.
memberOf: cn=groupA,cn=groups,cn=accounts,dc=rh,dc=client,dc=local
memberOf: cn=groupB,cn=groups,cn=accounts,dc=rh,dc=client,dc=local
memberOf: cn=groupC,cn=groups,cn=accounts,dc=rh,dc=client,dc=local
memberOf: cn=groupD,cn=groups,cn=accounts,dc=rh,dc=client,dc=local
- How to configure admin role for anyone in groups groupA, groupB, groupC, groupD?
Environment
- Red Hat JBoss Fuse
- 6.1.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.