summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_enum.h
AgeCommit message (Collapse)AuthorFilesLines
2013-08-28LDAP: Move the ldap enum request to its own reusable moduleJakub Hrozek1-0/+38
The LDAP enumeration was too closely tied to the LDAP identity provider. Because some providers might need special handling such as refresh the master domain record before proceeding with the enumeration itself, this patch splits the request itself to a separate async request and lets the ldap_id_enum.c module only configure this new request. Also move the enum timestamp to sdap_domain to make the enum tracking per sdap domain. The cleanup timestamp will be moved in another patch.