Closed
Bug 634418
Opened 15 years ago
Closed 15 years ago
The ldappool needs to be purged on credentials changes
Categories
(Cloud Services :: Server: Core, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tarek, Assigned: tarek)
Details
Attachments
(1 file)
|
18.46 KB,
patch
|
telliott
:
review+
|
Details | Diff | Splinter Review |
ldapsql needs to purge any active connector in the pool when these APIs are called:
- delete_user
- update_password
I'll add a purge(bind) in the pool, and call it in these apis + tests
| Assignee | ||
Comment 1•15 years ago
|
||
extra note: we need to protect the purge from concurrent accesses in case a syncing is going on.
| Assignee | ||
Comment 3•15 years ago
|
||
Fixes the bug and also clean up the ldap tests: the fake connectors are now also pooled so we have a similar behavior in the tests
| Assignee | ||
Comment 4•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•15 years ago
|
||
Sorry, forgot my latest comment that was for another bug :)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•15 years ago
|
Attachment #512768 -
Flags: review?(telliott) → review+
| Assignee | ||
Comment 6•15 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Comment 7•15 years ago
|
||
verified, no longer able to change PW, then log in with original. Only login with new.
Status: RESOLVED → VERIFIED
(In reply to comment #7)
> verified, no longer able to change PW, then log in with original. Only login
> with new.
Missing from this bug is a note that ldappool is now disabled by default. If the above "verified" note applies to the staging or prod account portal, you may wish to coordinate with ops to repeat the tests with connection pooling enabled, so as to test the new ldappool code.
You need to log in
before you can comment on or make changes to this bug.
Description
•