LDAP Authentication with 3.0.2

Hi

Im trying to set the system up to use LDAP authentication, but really can’t make it work. We are currently testing 3.0.2.

I have imported all users with the script from; http://www2.datenwerke.net/files/blog/2013/ldap/ldapimport.groovy
And that is working fine.

But when im trying to use the Hook to allow login it will not work. It just returns “Login attempt failed”

I have tried changing the rs.authenticator.pams to net.datenwerke.rs.authenticator.service.pam.UserPasswordPAM but that wont help either.

The hook im trying to use is http://www2.datenwerke.net/files/blog/2013/ldap/ldapimport.groovy

What have i missed?

Hello Dennis,

if I remember correctly then there should not be any PAMs active if you want to do an LDAP authentication. Could you try to set

rs.authenticator.pams =

Hope this helps.

Regards,
Arno

Hi Arno

That fixed it.

Thanks a lot m8.