summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index eccb522dc9..075ccc177f 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -715,6 +715,13 @@ static struct functable net_func[] = {
N_(" Use 'net help registry' to get more information about "
"'net registry' commands.")
},
+ { "connections",
+ net_connections,
+ NET_TRANSPORT_LOCAL,
+ N_("Fiddle with connectinos tdb"),
+ N_(" Use 'net help connections' to get more information about "
+ "'net connections' commands.")
+ },
{ "eventlog",
net_eventlog,
NET_TRANSPORT_LOCAL,