summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc.c
diff options
context:
space:
mode:
authorVicentiu Ciorbaru <cvicentiu@gmail.com>2011-07-13 21:17:08 +0300
committerMichael Adam <obnox@samba.org>2011-08-22 13:59:24 +0200
commit283da12a73ea3edc49a63f7375bc2c64ed36e2b1 (patch)
tree2db4883aa44fe7e4355c2d290f7cdb3fe83e8422 /source3/utils/net_rpc.c
parentb46655bd18a92560524ea8d1a6859ac56feea2a9 (diff)
downloadsamba-283da12a73ea3edc49a63f7375bc2c64ed36e2b1.tar.gz
samba-283da12a73ea3edc49a63f7375bc2c64ed36e2b1.tar.bz2
samba-283da12a73ea3edc49a63f7375bc2c64ed36e2b1.zip
s3-net: Added the command rpc conf to the net binary.
The net binary now has an extra item linked to it, the net_rpc_conf.c module. Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/net_rpc.c')
-rw-r--r--source3/utils/net_rpc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index 6e71c56f83..04e6e687e3 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -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}
};