diff options
author | Volker Lendecke <vlendec@samba.org> | 2002-09-18 06:34:10 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2002-09-18 06:34:10 +0000 |
commit | e59d5b50fe882cb1b65ca2f665b0c93c6273c436 (patch) | |
tree | 258e47154f81462f98ad82c0fe895eeffaf3e0b8 /source3/Makefile.in | |
parent | c9ab9fe826a38e36a0f3c6b7924db8ce8fe70213 (diff) | |
download | samba-e59d5b50fe882cb1b65ca2f665b0c93c6273c436.tar.gz samba-e59d5b50fe882cb1b65ca2f665b0c93c6273c436.tar.bz2 samba-e59d5b50fe882cb1b65ca2f665b0c93c6273c436.zip |
First code for 'net rpc vampire'. We should probably find a more
positive name for this. It creates users and global groups. More to come.
Volker
(This used to be commit 0c1fadd9e024ef886542d362a7f119968552852d)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index cc8fb42e9a..d7f8dc5f68 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -387,7 +387,7 @@ NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_ads_cldap.o utils/net_help.o \ utils/net_cache.o NET_OBJ = $(NET_OBJ1) $(SECRETS_OBJ) $(LIBSMB_OBJ) \ - $(RPC_PARSE_OBJ) $(PASSDB_GET_SET_OBJ) \ + $(RPC_PARSE_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ) \ $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \ $(LIBMSRPC_OBJ) $(LIBMSRPC_SERVER_OBJ) \ $(LIBADS_OBJ) $(LIBADS_SERVER_OBJ) |