I don't personally know but the Karaf source code is not very large, just by examining how its JAAS Login module is linked into Karaf you may be able to determine what needs to be done to link your implementation instead without much difficulty. If your solution requires you to rebuild Karaf, however, because Karaf doesn't allow you to configure an interface implementation or similar via external configuration file, probably good to enter a JIRA tracker item to have the functionality added.

Glen

On 07/26/2011 07:22 PM, twaldrep wrote:
Thanks, but I've looked at that documentation, but our requirement is a
little more involved.

We have our own authentication mechanism that we use for authentication into
our web application that is hosted in jetty/karaf/servicemix.  We really
want to be able redirect all other access points (SSH, JMX, etc.) through
our authentication scheme as well.  Since Karaf's authentication is based on
JAAS, we should be able to replace Karaf's JAAS Login module with our own
(at least in theory).

Thanks,

Troy

--
View this message in context: 
http://karaf.922171.n3.nabble.com/Custom-JAAS-Login-Module-For-web-console-SSH-JMX-Remote-Access-tp3201689p3201832.html
Sent from the Karaf - User mailing list archive at Nabble.com.


--
Glen Mazza
Application Integration Division
Talend (http://www.talend.com/ai)
blog: http://www.jroller.com/gmazza


Reply via email to