From c98dd1184dd60648a98fc9866ce5de062fb9f415 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 4 Apr 2003 23:04:49 +0000 Subject: - Add some entities for authors - Layout improvements, fixing links (This used to be commit 71441d3d7cc7922259302ff23c8fc1c9429d5934) --- docs/docbook/projdoc/printer_driver2.sgml | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) (limited to 'docs/docbook/projdoc/printer_driver2.sgml') diff --git a/docs/docbook/projdoc/printer_driver2.sgml b/docs/docbook/projdoc/printer_driver2.sgml index 8d15e437b2..da3eb838f2 100644 --- a/docs/docbook/projdoc/printer_driver2.sgml +++ b/docs/docbook/projdoc/printer_driver2.sgml @@ -1,16 +1,7 @@ - - - Gerald (Jerry)Carter - - Samba Team -
- jerry@samba.org -
-
-
+ &author.jerry; PatrickPowell @@ -183,14 +174,14 @@ Samba follows this model as well. Next create the directory tree below the [print$] share for each architecture you wish to support. - + [print$]----- |-W32X86 ; "Windows NT x86" |-WIN40 ; "Windows 95/98" |-W32ALPHA ; "Windows NT Alpha_AXP" |-W32MIPS ; "Windows NT R4000" |-W32PPC ; "Windows NT PowerPC" - + ATTENTION! REQUIRED PERMISSIONS @@ -302,8 +293,9 @@ setdriver command can be used to set the driver associated with an installed driver. The following is example of how this could be accomplished: - -$ rpcclient pogo -U root%secret -c "enumdrivers" + +$ rpcclient pogo -U root%secret -c "enumdrivers" + Domain=[NARNIA] OS=[Unix] Server=[Samba 2.2.0-alpha3] [Windows NT x86] @@ -315,16 +307,18 @@ Printer Driver Info 1: Printer Driver Info 1: Driver Name: [HP LaserJet 4Si/4SiMX PS] - -$ rpcclient pogo -U root%secret -c "enumprinters" + +$ rpcclient pogo -U root%secret -c "enumprinters" + Domain=[NARNIA] OS=[Unix] Server=[Samba 2.2.0-alpha3] flags:[0x800000] name:[\\POGO\hp-print] description:[POGO\\POGO\hp-print,NO DRIVER AVAILABLE FOR THIS PRINTER,] comment:[] -$ rpcclient pogo -U root%secret \ -> -c "setdriver hp-print \"HP LaserJet 4000 Series PS\"" + +$ rpcclient pogo -U root%secret -c "setdriver hp-print \"HP LaserJet 4000 Series PS\"" + Domain=[NARNIA] OS=[Unix] Server=[Samba 2.2.0-alpha3] Successfully set hp-print to driver HP LaserJet 4000 Series PS. -- cgit