From 9f6eb36a630cec8cd172bf35e115262422960de5 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 13 Jun 2009 12:16:00 -0400 Subject: Add async helper functions These functions use the tevent_req async model, where a pair of _send/_recv functions pilot requests, with additional helpers like _done functions, and where needed multiple stage helpers. --- server/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index 0627836d..63d98bcd 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -212,6 +212,8 @@ dist_noinst_HEADERS = \ providers/dp_backend.h \ providers/providers.h \ providers/krb5/krb5_auth.h \ + providers/ldap/sdap.h \ + providers/ldap/sdap_async.h \ tools/tools_util.h \ krb5_plugin/sssd_krb5_locator_plugin.h \ $(infopipe_headers) \ @@ -381,7 +383,9 @@ endif #BUILD_TESTS #################### libsss_ldap_la_SOURCES = \ providers/ldap/ldap_id.c \ - providers/ldap/ldap_auth.c + providers/ldap/ldap_auth.c \ + providers/ldap/sdap_async.c \ + providers/ldap/sdap.c libsss_ldap_la_CFLAGS = \ $(AM_CFLAGS) \ $(LDAP_CFLAGS) -- cgit