-----Original Message-----Hi folks,
From: Eivind Arnesen [mailto:eivinda@imr.no]
Sent: Tuesday, January 13, 2004 10:11 AM
To: otrs@otrs.org
Subject: [otrs] AD authentication (I had to change LDAP.pm?)
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
DISCLAIMER:
This message contains information that may be privileged or confidential and is the property of the Roxar Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorised to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.