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

Darran Lofthouse do-not-reply at jboss.com
Tue Feb 21 12:15:44 EST 2012


Darran Lofthouse [https://community.jboss.org/people/dlofthouse] created the discussion

"Re: Custom jdbc login module for remoting"

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

--------------------------------------------------------------
Try adding the following property in your client: -

jndiProperties.put("jboss.naming.client.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT", "false");


When moving to integrate with a JAAS login module we need the username and password to be available to pass into the login module for authentication so we need to configure the client to allow the passing of the password as plain - without this the client is trying to only use digest authentication.
--------------------------------------------------------------

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

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/20120221/f3b193cb/attachment.html 


More information about the jboss-dev-forums mailing list