From fb6fb69966a23a20a41db9524bf8f5757b671be4 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 28 Mar 2008 01:21:49 +0100 Subject: 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) --- source3/utils/net.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net.c') 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 -- cgit