[jboss-dev-forums] [JBoss AS 7 Development] - Re: Custom jdbc login module for remoting
Darran Lofthouse
do-not-reply at jboss.com
Mon Feb 20 06:55:00 EST 2012
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/717945#717945
--------------------------------------------------------------
Looking at your configuration your inbound communications over Remoting are making use of the MyAppRealm - this realm needs to be updated to reference the JAAS domain that you have defined, here is an example of how to reference a JAAS domain from a realm: -
<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/717945#717945]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120220/6e36307f/attachment.html
More information about the jboss-dev-forums
mailing list