From 992f1e6b8f86b346fddd266b04d29cde69585633 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 Apr 2004 10:15:11 +0000 Subject: Add all the source files from the old CVS tree, add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100) --- docs/smbdotconf/printing/deleteprintercommand.xml | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/smbdotconf/printing/deleteprintercommand.xml (limited to 'docs/smbdotconf/printing/deleteprintercommand.xml') diff --git a/docs/smbdotconf/printing/deleteprintercommand.xml b/docs/smbdotconf/printing/deleteprintercommand.xml new file mode 100644 index 0000000000..17e0e16232 --- /dev/null +++ b/docs/smbdotconf/printing/deleteprintercommand.xml @@ -0,0 +1,36 @@ + + + With the introduction of MS-RPC based printer + support for Windows NT/2000 clients in Samba 2.2, it is now + possible to delete printer at run time by issuing the + DeletePrinter() RPC call. + + For a Samba host this means that the printer must be + physically deleted from underlying printing system. The + deleteprinter command defines a script to be run which + will perform the necessary operations for removing the printer + from the print system and from smb.conf. + + + The deleteprinter command is + automatically called with only one parameter: + "printer name". + + Once the deleteprinter command has + been executed, smbd will reparse the + smb.conf to associated printer no longer exists. + If the sharename is still valid, then smbd + will return an ACCESS_DENIED error to the client. + + +addprinter command +printing +show add printer wizard + + +/usr/bin/removeprinter + -- cgit