Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-21 | added LDAP change password backend target | Sumit Bose | 1 | -0/+8 | |
2009-07-08 | Implement the ldap identity module. | Simo Sorce | 1 | -4/+10 | |
This uses and exapands the async helpers. | |||||
2009-07-08 | Unify password caching ops in sysdb | Simo Sorce | 1 | -9/+0 | |
2009-07-08 | Add async helper functions | Simo Sorce | 1 | -0/+90 | |
These functions use the tevent_req async model, where a pair of _send/_recv functions pilot requests, with additional helpers like _done functions, and where needed multiple stage helpers. |