diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-11-15 21:43:57 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-11-15 21:43:57 +0000 |
commit | c64d762997c80bd9ad2d47d1799cf9ec870d455a (patch) | |
tree | 6839d179517104a114f726a8ee4d7a299c3534f6 /source3/utils | |
parent | 392e2b2a0aab5e0e86d831b462b174abe8d089cb (diff) | |
download | samba-c64d762997c80bd9ad2d47d1799cf9ec870d455a.tar.gz samba-c64d762997c80bd9ad2d47d1799cf9ec870d455a.tar.bz2 samba-c64d762997c80bd9ad2d47d1799cf9ec870d455a.zip |
Updates from HEAD:
- const for PACKS() in lanman.c
- change auth to 'account before password'
- add help to net rpc {vampire,samsync}
- configure updates for sun workshop cc
- become_root() around pdb_ calls in auth_util for guest login.
Andrew Bartlett
(This used to be commit 43e90eb6e331d478013a9c038292f245edc51bd0)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc.c | 2 |
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"); |