summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-28 01:21:49 +0100
committerMichael Adam <obnox@samba.org>2008-03-28 16:19:35 +0100
commitfb6fb69966a23a20a41db9524bf8f5757b671be4 (patch)
tree4801437d171bf2aa2b004c9fe9940ec8df1f4bc5 /source3/Makefile.in
parent8f6b03b673ff9d2bc012eef0e2e093b4f02db362 (diff)
downloadsamba-fb6fb69966a23a20a41db9524bf8f5757b671be4.tar.gz
samba-fb6fb69966a23a20a41db9524bf8f5757b671be4.tar.bz2
samba-fb6fb69966a23a20a41db9524bf8f5757b671be4.zip
net: add a "net registry" subcommand to locally access the registry.
The interface is like that of net rpc registry. Access is direct local access to the registry tdb through reg_api. Michael (This used to be commit 3250068eb980bd0489f814f702401cdc9c925a8d)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c6e3af0ecf..d586082df4 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -841,7 +841,9 @@ NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \
utils/netlookup.o utils/net_sam.o utils/net_rpc_shell.o \
utils/net_util.o utils/net_rpc_sh_acct.o utils/net_rpc_audit.o \
$(PASSWD_UTIL_OBJ) utils/net_dns.o utils/net_ads_gpo.o \
- utils/net_conf.o auth/token_util.o utils/net_dom.o nsswitch/wb_client.o
+ utils/net_conf.o \
+ utils/net_registry.o \
+ auth/token_util.o utils/net_dom.o nsswitch/wb_client.o
NET_OBJ = $(NET_OBJ1) $(PARAM_WITHOUT_REG_OBJ) $(SECRETS_OBJ) $(LIBSMB_OBJ) \
$(RPC_PARSE_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ) \