Reputation: 11
I am implementing LDAP security in Jboss Fuse 6.2.1. My confusion is about how to map 7 roles in Jboss Fuse 6.2.1 with LDAP group.
Upvotes: 0
Views: 266
Reputation: 1
You have to use the role mapping param and define the groups configured equal to the rolename..it should be as below.
role.mapping=JBossAdmin=admin;JBossMonitor=Monitor,viewer
--seshadri
Upvotes: 0