Peter Johnson [
http://community.jboss.org/people/peterj] created the discussion
"Re: Integrate JBoss 6 to AD - map groups to roles?"
To view the discussion, visit:
http://community.jboss.org/message/602331#602331
--------------------------------------------------------------
Try going into the config files and change the existing JBossAdmin role to be ga-JBossAdm.
For example, in the jmx console web.xml:
<security-constraint>
<web-resource-collection>
<web-resource-name>HtmlAdaptor</web-resource-name>
<url-pattern>/*</url-pattern>
<http-method>GET</http-method>
<http-method>POST</http-method>
</web-resource-collection>
<auth-constraint>
<role-name>ga-JBossAdm</role-name>
</auth-constraint>
</security-constraint>
<security-role>
<role-name>ga-JBossAdm</role-name>
</security-role>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/602331#602331]
Start a new discussion in Beginner's Corner at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]