diff options
author | Günther Deschner <gd@samba.org> | 2007-11-30 20:21:37 +0100 |
---|---|---|
committer | Volker Lendecke <vl@sernet.de> | 2007-11-30 22:25:01 +0100 |
commit | a43e3f98adae129c1e9f89c4e36d5dcf3f7b9642 (patch) | |
tree | f321edc3b302c54535cb47768b42b91416e06754 /source3/utils | |
parent | c88263ab9e8b3111742e5ce53b5aa29bba65e5ee (diff) | |
download | samba-a43e3f98adae129c1e9f89c4e36d5dcf3f7b9642.tar.gz samba-a43e3f98adae129c1e9f89c4e36d5dcf3f7b9642.tar.bz2 samba-a43e3f98adae129c1e9f89c4e36d5dcf3f7b9642.zip |
Add "net dom" command suite to "net".
Guenther
(This used to be commit a41f9aef843378b1f85f9b3d672d00f3399fa342)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net.c | 1 | ||||
-rw-r--r-- | source3/utils/net_help.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c index 8015358f7d..ee671f6b58 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -940,6 +940,7 @@ static struct functable net_func[] = { {"TIME", net_time}, {"LOOKUP", net_lookup}, {"JOIN", net_join}, + {"DOM", net_dom}, {"CACHE", net_cache}, {"GETLOCALSID", net_getlocalsid}, {"SETLOCALSID", net_setlocalsid}, diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index 9d86386ba6..2cb601f917 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -266,6 +266,7 @@ int net_help(int argc, const char **argv) {"GROUP", net_help_group}, {"GROUPMAP", net_help_groupmap}, {"JOIN", net_help_join}, + {"DOM", net_help_dom}, {"VALIDATE", net_rap_validate_usage}, {"GROUPMEMBER", net_rap_groupmember_usage}, {"ADMIN", net_rap_admin_usage}, |