summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap/sdap_async.h
Commit message (Collapse)AuthorAgeFilesLines
* enable usage of defaultBindDnSumit Bose2009-08-191-0/+1
|
* Consolidate tevent helpersJakub Hrozek2009-08-051-17/+0
|
* added LDAP change password backend targetSumit Bose2009-07-211-0/+8
|
* Implement the ldap identity module.Simo Sorce2009-07-081-4/+10
| | | | This uses and exapands the async helpers.
* Unify password caching ops in sysdbSimo Sorce2009-07-081-9/+0
|
* Add async helper functionsSimo Sorce2009-07-081-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.