summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-01-28 13:32:32 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-01-31 09:37:41 -0500
commite2925c2d7d10cbb51098402233784044168f1a77 (patch)
tree989510288246bb597b308b695c131cc270fe9f6e /src/providers/ldap/sdap_async.h
parent796463906a54e259bd5b582ce84af4297a58eafc (diff)
downloadsssd-e2925c2d7d10cbb51098402233784044168f1a77.tar.gz
sssd-e2925c2d7d10cbb51098402233784044168f1a77.tar.xz
sssd-e2925c2d7d10cbb51098402233784044168f1a77.zip
LDAP: Add enumeration support for services
Diffstat (limited to 'src/providers/ldap/sdap_async.h')
-rw-r--r--src/providers/ldap/sdap_async.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h
index abf16b0c6..8f8af47d5 100644
--- a/src/providers/ldap/sdap_async.h
+++ b/src/providers/ldap/sdap_async.h
@@ -28,6 +28,7 @@
#include <tevent.h>
#include "providers/dp_backend.h"
#include "providers/ldap/sdap.h"
+#include "providers/ldap/sdap_id_op.h"
#include "providers/fail_over.h"
struct tevent_req *sdap_connect_send(TALLOC_CTX *memctx,
@@ -228,4 +229,14 @@ sdap_get_services_recv(TALLOC_CTX *mem_ctx,
struct tevent_req *req,
char **usn_value);
+struct tevent_req *
+enum_services_send(TALLOC_CTX *memctx,
+ struct tevent_context *ev,
+ struct sdap_id_ctx *id_ctx,
+ struct sdap_id_op *op,
+ bool purge);
+
+errno_t
+enum_services_recv(struct tevent_req *req);
+
#endif /* _SDAP_ASYNC_H_ */