summaryrefslogtreecommitdiff
path: root/source3/include/tldap_util.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-06-13 11:59:39 +0200
committerVolker Lendecke <vl@samba.org>2009-06-19 14:28:22 +0200
commitb9c99a29286c748bbd706fd8757be6ef3fa9abc1 (patch)
tree505fcc81dba4db2affa85cbd620f508114807a6a /source3/include/tldap_util.h
parent663e841ecdd4baddcdc4905a72c78c2868a8c408 (diff)
downloadsamba-b9c99a29286c748bbd706fd8757be6ef3fa9abc1.tar.gz
samba-b9c99a29286c748bbd706fd8757be6ef3fa9abc1.tar.bz2
samba-b9c99a29286c748bbd706fd8757be6ef3fa9abc1.zip
Add tldap_fetch_rootdse
Diffstat (limited to 'source3/include/tldap_util.h')
-rw-r--r--source3/include/tldap_util.h7
1 files changed, 7 insertions, 0 deletions
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