Hi folks,
In order to authenticate customers against active directory, I had to
modify /opt/otrs/Kernel/System/CustomerAuth/LDAP.pm.
if (!$LDAP->bind(dn=>'validuser@mydomain,mydomain', password=>'validpassword')) {
instead of:
if (!$LDAP->bind(dn => $Self->{SearchUserDN}, password => $Self->{SearchUserPw}))
I expect that this should not be neccessary....
Eivind