summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
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/Makefile.in
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/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7229cea01d..1b23a342b5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -477,6 +477,8 @@ CLDAP_OBJ = libads/cldap.o \
../lib/util/idtree.o \
$(LIBCLI_LDAP_MESSAGE_OBJ) $(LIBCLI_LDAP_NDR_OBJ) $(LIBTSOCKET_OBJ)
+TLDAP_OBJ = lib/tldap.o
+
LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb/clifile.o \
libsmb/clikrb5.o libsmb/clispnego.o ../lib/util/asn1.o \
libsmb/clirap.o libsmb/clierror.o libsmb/climessage.o \