Subject: | RTx::EmailCompletion 0.06 does not accept sending usernames in domain\username format |
environment:
RT 3.8.4
Net::LDAP 0.39
Perl 5.8.8
CentOS 5.3 x64
When binding against Active Directory, it is common to send the username
in domain\username format. EmailCompletion throws an error:
Unable to bind to foo.bar.com: LDAP_INVALID_CREDENTIALS
(/usr/local/rt/plugins/RTx-EmailCompletion/lib/RTx/EmailCompletion/Ldap.pm:24)
removing the domain prefix fixes the problem
On the same system I have RT::Authen::ExternalAuth working with the
domain\username credential format, so it seems to just be
EmailCompletion that has this issue.
If this is desired behavior, it would be great if the docs were updated.
I'd be happy to do that if you like.