[jboss-user] [Security & JAAS/JBoss] - Re: Custom security module configuration 4.0.3 to 5.0.1 migr

anil.saldhana@jboss.com do-not-reply at jboss.com
Thu Jun 11 06:47:13 EDT 2009


Try the following and tell whether it works:

deploy/security/security-jboss-beans.xml

Make changes to JNDIBasedSecurityManagement as follows:


  |   <!-- JNDI Based Security Management -->
  |    <bean name="JNDIBasedSecurityManagement"
  |       class="org.jboss.security.integration.JNDIBasedSecurityManagement">
  |        <property name="authenticationMgrClass">com.apropos.xxxx</property>
  |     </bean>
  | 



View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236963#4236963

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236963



More information about the jboss-user mailing list