[jboss-dev-forums] [JBoss AS 7 Development] - Re: Remote client access with database login module: user name and password are UUIDs

Frank Ulbricht do-not-reply at jboss.com
Fri Feb 24 09:36:51 EST 2012


Frank Ulbricht [https://community.jboss.org/people/f.ulbricht] created the discussion

"Re: Remote client access with database login module: user name and password are UUIDs"

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

--------------------------------------------------------------
That's it - it works!

Here my final (minimized) configuration:


remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false
remote.connections=default
remote.connection.default.host=localhost
remote.connection.default.port=4447
remote.connection.default.username=userName
remote.connection.default.password=password
remote.connection.default.connect.options.org.xnio.Options.SASL_DISALLOWED_MECHANISMS=JBOSS-LOCAL-USER
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false

And for JNDI:

Context.URL_PKG_PREFIXES=org.jboss.ejb.client.naming

This seams to be that is required to have it work.

Thank you very much!
--------------------------------------------------------------

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

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/20120224/b3d882a1/attachment.html 


More information about the jboss-dev-forums mailing list