From 9bbf761bfe64b708144fb44b3f726c85efc58238 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 13 May 2010 00:05:40 +0200 Subject: s3-net: Added a rather trivial "net printing dump" command. Guenther --- source3/utils/net.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3/utils/net.c') 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, -- cgit