Modify ↓
Opened 13 years ago
Closed 12 years ago
#9112 closed defect (fixed)
AccountManager expects boolean, gets ldap object.
Reported by: | E Keith Thomson | Owned by: | John Hampton |
---|---|---|---|
Priority: | normal | Component: | DirectoryAuthPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I've encountered an issue with the current version of Account manager. We traced it down to ActiveDirectoryAuthPlugin providing a ldap object to indicate success of password verification, and AccountManager failing because it was expecting either True or False. Attached is a patch that allows this to work again.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | testdiff.patch added |
---|
comment:1 Changed 13 years ago by
Same thing here. Without this patch I'd see in the logs that the Password Verified
in the plugin but got an Invalid username or password
from AccountManager.LoginModule.process_request()
anyway.
Note: See
TracTickets for help on using
tickets.
Patch for adauth.auth