
13 Jan
2004
13 Jan
'04
9:10 a.m.
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