s3-net: Added the command rpc conf to the net binary.
[ira/wip.git] / source3 / utils / net_rpc.c
index 6e71c56f83380f5b337d79ddb7a42df5decd8c29..04e6e687e3e4b2bbc91abcc36bf232f60295eb99 100644 (file)
@@ -8001,6 +8001,14 @@ int net_rpc(struct net_context *c, int argc, const char **argv)
                        N_("net rpc trust\n"
                           "    Manage trusts")
                },
+               {
+                       "conf",
+                       net_rpc_conf,
+                       NET_TRANSPORT_RPC,
+                       N_("Configure a remote samba server"),
+                       N_("net rpc conf\n"
+                          "    Configure a remote samba server")
+               },
                {NULL, NULL, 0, NULL, NULL}
        };