summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net.c1
-rw-r--r--source3/utils/net_help.c1
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},