summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-08-19 03:17:03 +0000
committerAndrew Tridgell <tridge@samba.org>2002-08-19 03:17:03 +0000
commit4b1baa5a70964e94ecc4733a9f8cd3f318c758ea (patch)
tree5fcde1f2eadb9c65dcf66ff4bb15a88b5d6ed4ba /source3/Makefile.in
parent2b93ecc90b79d95455b19e46082f1b0039b71e35 (diff)
downloadsamba-4b1baa5a70964e94ecc4733a9f8cd3f318c758ea.tar.gz
samba-4b1baa5a70964e94ecc4733a9f8cd3f318c758ea.tar.bz2
samba-4b1baa5a70964e94ecc4733a9f8cd3f318c758ea.zip
added a 'net ads lookup' command that does a CLDAP NetLogon query to a
win2000 server. It does seem to work, and win200 sends us a valid reply, but we don't parse it yet. Maybe tomorrow :) (This used to be commit 6352508c54cee333ed7c0e3ebc372be7cd60ed62)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 69ac925fd7..734f6ee82a 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -376,7 +376,7 @@ CLIENT_OBJ1 = client/client.o client/clitar.o
CLIENT_OBJ = $(CLIENT_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \
$(READLINE_OBJ)
-NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \
+NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_ads_cldap.o utils/net_help.o \
utils/net_rap.o utils/net_rpc.o \
utils/net_rpc_join.o utils/net_time.o utils/net_lookup.o