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&...]