Subject: | error in logs is misleading |
Date: | Fri, 22 Apr 2011 11:21:28 +0400 |
To: | bug-RT-Authen-ExternalAuth [...] rt.cpan.org |
From: | Ruslan Zakirov <ruz [...] bestpractical.com> |
Hi,
Logging in user is in LDAP, module found his DN, binded with user's
credentials, but failed group check. Error message in the log doesn't
mention actual reason.
Log:
[debug]: Found LDAP DN: CN=...
(/opt/rt3/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/LDAP.pm:75)
[debug]: LDAP Search === Base: dc=... == Filter: (member=...) ==
Attrs: dn (/opt/rt3/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/LDAP.pm:100)
[info]: XXXXXX AUTH FAILED: user_login
(/opt/rt3/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/LDAP.pm:127)
[debug]: LDAP password validation result: 0
(/opt/rt3/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth.pm:334)
[debug]: Password Validation Check Result: 0
(/opt/rt3/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth.pm:159)
[debug]: Autohandler called ExternalAuth. Response: (0, Password
Invalid) (/opt/rt3/local/plugins/RT-Authen-ExternalAuth/html/Elements/DoAuth:11)
[error]: FAILED LOGIN for user_login
--
Best regards, Ruslan.