Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] LdapLoginModule: Login Failure: all modules ignored

Hi

I'm struggling with how to get past the following on submitting a form based login attempting to use an LdapLoginModule:

2012-10-13 13:11:46.300:INFO:oejpjs.LdapLoginModule:Searching for users with filter: '(&(objectClass={0})({1}={2}))' from base dn: ou=people,dc=my-domain,dc=com
2012-10-13 13:11:46.307:INFO:oejpjs.LdapLoginModule:Found user?: true
2012-10-13 13:11:46.311:WARN:oejpj.JAASLoginService:
javax.security.auth.login.LoginException: Login Failure: all modules ignored

Could anyone offer some advice? There's a little more detail included here: http://stackoverflow.com/questions/12873237/jetty-ldaploginmodule-login-failure-all-modules-ignored

Thanks
Rich

Back to the top