Hi jBoss,

Gustav Bostrom wrote:
GB> Hi Oleg !

GB> This information was great. Now I just wonder what to put in my
GB> jboss.xml.
You need to modify jboss.xml only if non-standard container
configurations are defined there.
Otherwise you just need to modify standardjboss.xml: put inside each
contained configuration the following lines:
   <container-configuration>
       ...
       <authentication-module>java:/jaas/other</authentication-module>
       <role-mapping-manager>java:/jaas/other</role-mapping-manager>
       ...
   </container-configuration>
Or put your app. name specified in auth.conf instead of "other".

GB> I'm also curious pn how the Login Information is passed from the client
GB> side to the server side. Is the SecurityAssociation still used?
Yes, JAAS security stuff is just a layer over the original jBoss
security stuff.

Best regards,
 Oleg 




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to