JBoss Community

Re: remote ejb client username is encrypted at the server(JBOSS7.1 CR1)

created by jaikiran pai in JBoss AS 7 Development - View the full discussion

Darran Lofthouse wrote:

 

Can you try the following client properties: -

 

remote.connection.default.connect.options.org.xnio.Options..SASL_DISALLOWED_MECHANISMS=JBOSS-LOCAL-USER

remote.connection.two.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false

 

There are a couple of typos in there. What Darran meant was:

 

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

 

(Notice the connection name is "default" and not "two").

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community