Hello,

I am implementing JAAS authentication with SSHD. I have the following problem: 
when the JaasPasswordAuthenticator tries to invoke my LoginModule 
implementation (it is in a separate bundle), the LoginMadule implementation 
class cannot be loaded by the sshd-core bundle class loader. Actually this 
should be expected, as the LoginModule implementation package cannot be made 
visible to sshd-core bundle classloader without modifying sshd-core's manifest. 
Could anyone help with a solution for this?

Thanks and regards,
Lazar

Reply via email to