creator99
creator99

Reputation: 11

Mapping LDAP groups with Jboss Fuse 6.2.1 roles

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

Answers (1)

seshadri
seshadri

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

Related Questions