summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-11-30 20:21:37 +0100
committerVolker Lendecke <vl@sernet.de>2007-11-30 22:25:01 +0100
commita43e3f98adae129c1e9f89c4e36d5dcf3f7b9642 (patch)
treef321edc3b302c54535cb47768b42b91416e06754 /source3/utils/net.c
parentc88263ab9e8b3111742e5ce53b5aa29bba65e5ee (diff)
downloadsamba-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/net.c')
-rw-r--r--source3/utils/net.c1
1 files changed, 1 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},