[jboss-user] [Beginner's Corner] - Re: Integrate JBoss 6 to AD - map groups to roles?

Peter Johnson do-not-reply at jboss.com
Wed Apr 27 14:17:30 EDT 2011


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&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110427/fe7ba419/attachment-0001.html 


More information about the jboss-user mailing list