JBoss Community

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

created by Darran Lofthouse in JBoss AS 7 Development - View the full discussion

If you are seeing the user as $local you need to disable the JBOSS-LOCAL-USER SASL mechanisms on the client side.

 

The XNIO option for this is : -

 

org.xnio.Options.SASL_DISALLOWED_MECHANISMS JBOSS-LOCAL-USER

 

You will need to disable this both for the JNDI connection and for the EJB connection, there are example of this on the other posts discussing the same issue.

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community