Darran Lofthouse [
https://community.jboss.org/people/dlofthouse] created the discussion
"Re: remote ejb client username is encrypted at the server(JBOSS7.1 CR1)"
To view the discussion, visit:
https://community.jboss.org/message/717947#717947
--------------------------------------------------------------
Don't worry about the SASL options, they are selected automatically based on the
capabilities of the authentication mechanism you choose.
What you will need to do is reference the JAAS domain from the realm, an example of this
is here: -
<security-realm name="ManagementRealm">
<authentication>
<jaas name="darrans-domain" />
</authentication>
</security-realm>
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/717947#717947]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]