
no-reply at lighthouseapp
Oct 15, 2009, 2:22 PM
Post #1 of 2
(383 views)
Permalink
|
|
[Bricolage #103] LDAP login 500's when you enter a good username but leave the password field blank.
|
|
// Add your reply above here ================================================== Aaron Fuleki updated this ticket at October 15th, 2009 @ 09:22 PM **Reproducible:** Always <br /> **Versions Affected:** 1.10.6, 1.10.7 <br /> **Details:** Assuming LDAP authentication is properly configured and working, entering a known good LDAP username and blank password results in an Apache 500 error, with the following log output: <br /> <code> [Wed Oct 14 18:54:30 2009] [error] [client 140.141.xx.xx] LDAP Error: Inappropriate authentication [/usr/local/bricolage/lib/Bric/Util/AuthLDAP.pm:89] [/usr/local/lib/perl5/site_perl/5.8.8/Net/LDAP.pm:94] [/usr/local/lib/perl5/site_perl/5.8.8/Net/LDAP.pm:357] [/usr/local/bricolage/lib/Bric/Util/AuthLDAP.pm:124] [/usr/local/bricolage/lib/Bric/Biz/Person/User.pm:907] [/usr/local/bricolage/lib/Bric/App/Auth.pm:197] [/usr/local/bricolage/lib/Bric/App/Callback/Login.pm:25] [/usr/local/lib/perl5/site_perl/5.8.8/Params/CallbackRequest.pm:294] [/usr/local/lib/perl5/site_perl/5.8.8/MasonX/Interp/WithCallbacks.pm:119] [/usr/local/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm:869] [/usr/local/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm:823] [/usr/local/bricolage/lib/Bric/App/Handler.pm:314] </code> The following cases all work as expected (Invalid username or password. Please try again.): * Good LDAP username with a bad password<br /> * Bad LDAP username with a bad password<br /> * Bad LDAP username with no password<br /> **Expected Behavior:** Standard "Invalid username or password" error response. -------------------------------------------------------------------------------- Assigned: Bugs (at bricolage) State: new View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/103-ldap-login-500s-when-you-enter-a-good-username-but-leave-the-password-field-blank Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/103-ldap-login-500s-when-you-enter-a-good-username-but-leave-the-password-field-blank/watch Update your Profile: http://bricolage.lighthouseapp.com/profile Support: support [at] lighthouseapp or http://help.lighthouseapp.com
|