Darran Lofthouse [
https://community.jboss.org/people/dlofthouse] created the discussion
"Re: Custom jdbc login module for remoting"
To view the discussion, visit:
https://community.jboss.org/message/719090#719090
--------------------------------------------------------------
Actually I think I see one more SASL option missing, for the JNDI lookup you also need to
set the following: -
jndiProperties.put("jboss.naming.client.connect.options.org.xnio.Options.SASL_DISALLOWED_MECHANISMS",
*"*JBOSS-LOCAL-USER");
We have been considering if we need to be able to disable the local mechanism server side
- I think the issues being encountered here are adding real justification that the answer
is yes we do need that to be possible to be disabled for the realm used by apps at the
very least.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/719090#719090]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]