[jboss-dev-forums] [JBoss AS 7 Development] - Re: Custom jdbc login module for remoting

Daniel Jipa do-not-reply at jboss.com
Fri Jun 1 04:28:11 EDT 2012


Daniel Jipa [https://community.jboss.org/people/danjee] created the discussion

"Re: Custom jdbc login module for remoting"

To view the discussion, visit: https://community.jboss.org/message/739247#739247

--------------------------------------------------------------
You need to specify the module with your custom lm in the standalone.xml file:


> <security-domain name="MyCustomSecurityDomain" cache-type="default">
>     <authentication>
>         <login-module code="com.my.CustomSecurityLoginModule" flag="required" *module="deployment.MyEar.ear.SecurityModule.jar"*>
>             <module-option name="password-stacking" value="useFirstPass"/>
>         </login-module>
>     </authentication>
> </security-domain>
>
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739247#739247]

Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120601/ec9856cf/attachment.html 


More information about the jboss-dev-forums mailing list