summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-13 00:05:40 +0200
committerGünther Deschner <gd@samba.org>2010-05-18 15:06:17 +0200
commit9bbf761bfe64b708144fb44b3f726c85efc58238 (patch)
tree0d5a8cb576ca2886fc1ef8be7d90429d1a9e1e2f /source3/utils/net.c
parentf3063d925494b78407e5f694150e5174d0a5d7c4 (diff)
downloadsamba-9bbf761bfe64b708144fb44b3f726c85efc58238.tar.gz
samba-9bbf761bfe64b708144fb44b3f726c85efc58238.tar.bz2
samba-9bbf761bfe64b708144fb44b3f726c85efc58238.zip
s3-net: Added a rather trivial "net printing dump" command.
Guenther
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index e19e0fe1c4..85ef1ec407 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -719,6 +719,14 @@ static struct functable net_func[] = {
N_(" Use 'net help eventlog' to get more information about "
"'net eventlog' commands.")
},
+ { "printing",
+ net_printing,
+ NET_TRANSPORT_LOCAL,
+ N_("Process tdb printer files"),
+ N_(" Use 'net help printing' to get more information about "
+ "'net printing' commands.")
+ },
+
{ "serverid",
net_serverid,
NET_TRANSPORT_LOCAL,