diff options
author | Volker Lendecke <vl@samba.org> | 2009-06-13 11:59:39 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-06-19 14:28:22 +0200 |
commit | b9c99a29286c748bbd706fd8757be6ef3fa9abc1 (patch) | |
tree | 505fcc81dba4db2affa85cbd620f508114807a6a /source3/include | |
parent | 663e841ecdd4baddcdc4905a72c78c2868a8c408 (diff) | |
download | samba-b9c99a29286c748bbd706fd8757be6ef3fa9abc1.tar.gz samba-b9c99a29286c748bbd706fd8757be6ef3fa9abc1.tar.bz2 samba-b9c99a29286c748bbd706fd8757be6ef3fa9abc1.zip |
Add tldap_fetch_rootdse
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/tldap_util.h | 7 |
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 |