summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-11-25 01:42:29 +0000
committerAndrew Tridgell <tridge@samba.org>2001-11-25 01:42:29 +0000
commit354cdfa8f87f7795e16461c86b122fa57ca912da (patch)
treeff564430af5fc0efa69d4e2c7f32dba8ea1dadaa /source3/utils/net_ads.c
parenta83e7725c4dd1880b14c5018ef321804fc17fdee (diff)
downloadsamba-354cdfa8f87f7795e16461c86b122fa57ca912da.tar.gz
samba-354cdfa8f87f7795e16461c86b122fa57ca912da.tar.bz2
samba-354cdfa8f87f7795e16461c86b122fa57ca912da.zip
better help
(This used to be commit b390d6eef95ee6094eb193006bc2f23c40291026)
Diffstat (limited to 'source3/utils/net_ads.c')
-rw-r--r--source3/utils/net_ads.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index d9b99c77dc..72f70532b7 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -29,7 +29,13 @@ int net_ads_usage(void)
"\nnet ads join"\
"\n\tjoins the local machine to a ADS realm\n"\
"\nnet ads leave"\
-"\n\tremoves the local machine from a ADS realm\n"
+"\n\tremoves the local machine from a ADS realm\n"\
+"\nnet ads user"\
+"\n\tlist users in the realm\n"\
+"\nnet ads group"\
+"\n\tlist groups in the realm\n"\
+"\nnet ads status"\
+"\n\tdump the machine account details to stdout\n"
);
return -1;
}