From 11c342724fe23ef532063a7731c2a6d19614cf78 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 24 Mar 2011 12:10:13 +0100 Subject: s3-net: Add net trust utility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/utils/net_rpc.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3/utils/net_rpc.c') diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 2df33c618a..4003b88d51 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -7997,6 +7997,14 @@ int net_rpc(struct net_context *c, int argc, const char **argv) N_("net rpc shell\n" " Open interactive shell on remote server") }, + { + "trust", + net_rpc_trust, + NET_TRANSPORT_RPC, + N_("Manage trusts"), + N_("net rpc trust\n" + " Manage trusts") + }, {NULL, NULL, 0, NULL, NULL} }; -- cgit