summaryrefslogtreecommitdiff
path: root/server/providers/ldap/ldap_common.h
AgeCommit message (Collapse)AuthorFilesLines
2009-11-10Add cleanup taskSimo Sorce1-3/+18
2009-11-06Reorganize ldap id provider filesSimo Sorce1-0/+7
Split enum task in a separate file.
2009-10-29Add support to get rootDSE from the LDAP server.Simo Sorce1-0/+3
Also fic sdap_get_generic_send() to be a bit more "generic" :-) Also figs bugs within it. This patch allow us 2 good things. A) we check that the server effectively supports GSSAPI auth before we try to use it. B) against IPA it substantially cuts delays when the server is offline because it uses a 5 second async timeout on the connection and doesn't try to do a slow synchronous kinit+sasl_bind if the server is not even available.
2009-10-16Move all ldap provider init functionsSimo Sorce1-0/+37
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.
2009-10-14Move ldap provider configuration into its own fileSimo Sorce1-0/+32