diff options
author | Günther Deschner <gd@samba.org> | 2006-04-24 12:01:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:28 -0500 |
commit | ad8493d90cc7e3df8eeea9ced93758a5eef6bc77 (patch) | |
tree | 42ad527406eb22bca23c0b5895f5d3ff7127061f /source3 | |
parent | e18c9a926f43853594a00db89167f698466b10ee (diff) | |
download | samba-ad8493d90cc7e3df8eeea9ced93758a5eef6bc77.tar.gz samba-ad8493d90cc7e3df8eeea9ced93758a5eef6bc77.tar.bz2 samba-ad8493d90cc7e3df8eeea9ced93758a5eef6bc77.zip |
r15198: Mention the auditing tool in "net rpc help".
Guenther
(This used to be commit e55e1e1e96e1a1e6d2bcc5897a44828ddc2c9f3b)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/net_rpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 3f534f9412..5c32c23a84 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -6610,6 +6610,7 @@ int net_rpc_usage(int argc, const char **argv) d_printf(" net rpc rights\t\tto manage privileges assigned to SIDs\n"); d_printf(" net rpc registry\t\tto manage registry hives\n"); d_printf(" net rpc service\t\tto start, stop and query services\n"); + d_printf(" net rpc audit\t\t\tto modify global auditing settings\n"); d_printf("\n"); d_printf("'net rpc shutdown' also accepts the following miscellaneous options:\n"); /* misc options */ d_printf("\t-r or --reboot\trequest remote server reboot on shutdown\n"); |