summaryrefslogtreecommitdiff
path: root/server/providers/ldap/sdap.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-10fixed the default value for tls_reqcertSumit Bose1-1/+1
2009-07-08Implement the ldap identity module.Simo Sorce1-27/+42
This uses and exapands the async helpers.
2009-07-08Add async helper functionsSimo Sorce1-0/+367
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.