6 Replies Latest reply on Jan 25, 2010 5:25 PM by sebastianmohan

    how to map roles to users and groups in JBoss?

      Hi,

       

      I am looking to find how I can map the roles i used in web.xml to users and groups stored in jdbc tables or ldap server.

      so far I was only able to find that i need to add a security domain to jboss-web.xml like the following snippet but i do not know what to do netxt.

       

      <security-domain>java:/jaas/sample-domain</security-domain>

       

      any comment or link to references is welcome.