JBoss Community

Re: Integrate JBoss 6 to AD - map groups to roles?

created by Peter Johnson in Beginner's Corner - View the full discussion

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

Start a new discussion in Beginner's Corner at Community