From b9c99a29286c748bbd706fd8757be6ef3fa9abc1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 13 Jun 2009 11:59:39 +0200 Subject: Add tldap_fetch_rootdse --- source3/include/tldap_util.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3/include/tldap_util.h') diff --git a/source3/include/tldap_util.h b/source3/include/tldap_util.h index 06b1036474..8869d1e9de 100644 --- a/source3/include/tldap_util.h +++ b/source3/include/tldap_util.h @@ -54,4 +54,11 @@ bool tldap_pull_uint64(struct tldap_message *msg, const char *attr, bool tldap_pull_uint32(struct tldap_message *msg, const char *attr, uint32_t *presult); +struct tevent_req *tldap_fetch_rootdse_send(TALLOC_CTX *mem_ctx, + struct tevent_context *ev, + struct tldap_context *ld); +int tldap_fetch_rootdse_recv(struct tevent_req *req); +int tldap_fetch_rootdse(struct tldap_context *ld); +struct tldap_message *tldap_rootdse(struct tldap_context *ld); + #endif -- cgit