summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
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/utils/net.c
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/utils/net.c')
-rw-r--r--source3/utils/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index 1b21c5e0ed..5706e336de 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -1001,6 +1001,7 @@ static struct functable net_func[] = {
{"USERSHARE", net_usershare},
{"USERSIDLIST", net_usersidlist},
{"CONF", net_conf},
+ {"REGISTRY", net_registry},
#ifdef WITH_FAKE_KASERVER
{"AFS", net_afs},
#endif