Hello, I try to use a own implementation of a custom IdentityLoginModule. Can you tell me how to make the configuration for using it ?
The only thing I've done is that I changed the class in jboss-portal.sar\conf\login-config.xml, but with no luck. | <login-module code="com.test.CUSTOMIdentityLoginModule" flag="required"> | <module-option name="unauthenticatedIdentity">guest</module-option> | <module-option name="userModuleJNDIName">java:/portal/UserModule</module-option> | <module-option name="roleModuleJNDIName">java:/portal/RoleModule</module-option> | <module-option name="userProfileModuleJNDIName">java:/portal/UserProfileModule</module-option> | <module-option name="membershipModuleJNDIName">java:/portal/MembershipModule</module-option> | <module-option name="additionalRole">Authenticated</module-option> | <module-option name="password-stacking">useFirstPass</module-option> | </login-module> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138764#4138764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138764 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user