summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-06-06 12:30:57 +0200
committerVolker Lendecke <vl@samba.org>2009-06-06 13:10:30 +0200
commit7194937eea7f12a9408655654777fe19832e338a (patch)
treee47b15cb75f3ca55d6b29d265db041e31f89bea4 /source3/include/includes.h
parent0e261d0e9c89ff11dc37b2bfd70c74c3a06486bd (diff)
downloadsamba-7194937eea7f12a9408655654777fe19832e338a.tar.gz
samba-7194937eea7f12a9408655654777fe19832e338a.tar.bz2
samba-7194937eea7f12a9408655654777fe19832e338a.zip
Add the early start of an async ldap library
There's a lot of things this does not do yet: For example it does not parse the reply blob in the sasl bind, it does not do anything with controls yet, a lot of the ldap requests are not covered yet. But it provides a basis for me to play with a pdb_ads passdb module.
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index e468bd5c38..41f1b4eeeb 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -684,6 +684,7 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx);
#include "eventlog.h"
#include "../lib/util/smb_threads.h"
#include "../lib/util/smb_threads_internal.h"
+#include "tldap.h"
#include "lib/smbconf/smbconf.h"
#include "lib/smbconf/smbconf_init.h"