summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap/ldap_id.c
Commit message (Collapse)AuthorAgeFilesLines
* enable usage of defaultBindDnSumit Bose2009-08-191-8/+27
|
* Rework the engine that deals with openldap librariesSimo Sorce2009-07-201-14/+13
| | | | | | | The way openldap libraries work, require to have a single engine per connection as all replies are read at the same time. So we need to always read anything that comes in from the wire and then loop to dispatch results to the requests that are waiting.
* add infrastructure to handle new backend targetsSumit Bose2009-07-201-5/+5
|
* Implement the ldap identity module.Simo Sorce2009-07-081-646/+679
| | | | This uses and exapands the async helpers.
* Split ldap backend into auth and identity filesSimo Sorce2009-05-181-0/+786