summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap/sdap.c
Commit message (Collapse)AuthorAgeFilesLines
* some UPN handling fixesSumit Bose2009-08-241-1/+7
| | | | | | - making the realm part upper case is now optional and done in the LDAP backend - using a username@realm UPN is now optional
* enable usage of defaultBindDnSumit Bose2009-08-191-0/+1
|
* fixed the default value for tls_reqcertSumit Bose2009-07-101-1/+1
|
* Implement the ldap identity module.Simo Sorce2009-07-081-27/+42
| | | | This uses and exapands the async helpers.
* Add async helper functionsSimo Sorce2009-07-081-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.