summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap/ldap_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Setup ldap child logging from IPA backendJakub Hrozek2009-12-031-45/+0
| | | | Fixes: #296
* Get TGT in a child process.Jakub Hrozek2009-11-251-0/+54
| | | | | | | To avoid blocking in a synchronous call, the TGT is saved in a separate process Fixes: #277
* Add initial failover support for ldap and ipaSimo Sorce2009-11-201-0/+28
| | | | | | | The retun values are still not directly used with ldap libraries that still do their own name resolution, but this patch introduces a very basic framework to have a multiple providers in one domain use and share a single failover service if they want to.
* Move all ldap provider init functionsSimo Sorce2009-10-161-0/+142
Put all init functions in their own file so that the other files can be reused in other providers w/o having them in the way.