summaryrefslogtreecommitdiff
path: root/server/providers/ldap/ldap_init.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-03Setup ldap child logging from IPA backendJakub Hrozek1-45/+0
Fixes: #296
2009-11-25Get TGT in a child process.Jakub Hrozek1-0/+54
To avoid blocking in a synchronous call, the TGT is saved in a separate process Fixes: #277
2009-11-20Add initial failover support for ldap and ipaSimo Sorce1-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.
2009-10-16Move all ldap provider init functionsSimo Sorce1-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.