JBoss Community

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

created by Frank Ulbricht in JBoss AS 7 Development - View the full discussion

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

Start a new discussion in JBoss AS 7 Development at Community