summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-11-15 21:28:33 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-11-15 21:28:33 +0000
commit1cc2d96caca66eb35e5f6433698d057db242d5f7 (patch)
tree5ffae4f7a7c3e39c20a1607ef06f756f87ecf0f3
parent171f345282da39ea301e1daaca8dc3c9dbc564b0 (diff)
downloadsamba-1cc2d96caca66eb35e5f6433698d057db242d5f7.tar.gz
samba-1cc2d96caca66eb35e5f6433698d057db242d5f7.tar.bz2
samba-1cc2d96caca66eb35e5f6433698d057db242d5f7.zip
Add samdump and vampire to 'net rpc help'
Andrew Bartlett (This used to be commit cc7566ca508f8705a95cdd546553a018731d5f5f)
-rw-r--r--source3/utils/net_rpc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index 16caa8d861..d5af6e3fb8 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -2198,6 +2198,8 @@ int net_rpc_usage(int argc, const char **argv)
d_printf(" net rpc file \t\t\tto list open files\n");
d_printf(" net rpc changetrustpw \tto change the trust account password\n");
d_printf(" net rpc getsid \t\tfetch the domain sid into the local secrets.tdb\n");
+ d_printf(" net rpc vampire \t\tsyncronise an NT PDC's users and groups into the local passdb\n");
+ d_printf(" net rpc samdump \t\tdiplay an NT PDC's users, groups and other data\n");
d_printf(" net rpc trustdom \t\tto create trusting domain's account\n"
"\t\t\t\t\tor establish trust\n");
d_printf(" net rpc abortshutdown \tto abort the shutdown of a remote server\n");