From c739de26c286ad1c6e19896c7e9757bc584c7fc2 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 28 Oct 1997 19:54:49 +0000 Subject: Added "printer driver location", "printer driver file" parameters. Jeremy. --- docs/manpages/smb.conf.5 | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 39864d69932..16f1b2dbf99 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -445,6 +445,8 @@ printing printcap name +printer driver file + protocol read bmpx @@ -628,6 +630,8 @@ print command printer driver +printer driver location + print ok printable @@ -2737,6 +2741,7 @@ will assume the file is in AIX "qconfig" format if the string .B Example: printcap name = /etc/myprintcap + .SS printer (S) A synonym for this parameter is 'printer name'. @@ -2772,6 +2777,50 @@ scrollbox after you have chosen the printer manufacturer. See .B printer. +.SS printer driver file (G) +This parameter tells Samba where the printer driver definition file, +used when serving drivers to Windows 95 clients, is to be found. If +this is not set, the default is : + +SAMBA_INSTALL_DIRECTORY/lib/printers.def + +This file is created from Windows 95 'msprint.def' files found on the +Windows 95 client system. For more details on setting up serving of +printer drivers to Windows 95 clients, see the documentation file +docs/PRINTER_DRIVER.txt. + +.B Default: + None (set in compile). + +.B Example: + printer driver file = /usr/local/samba/printers/drivers.def + +Related parameters. +.B printer driver location + +.SS printer driver location (S) +This parameter tells clients of a particular printer share where +to find the printer driver files for the automatic installation +of drivers for Windows 95 machines. If Samba is set up to serve +printer drivers to Windows 95 machines, this should be set to + +\e\eMACHINE\ePRINTER$ + +Where MACHINE is the NetBIOS name of your Samba server, and PRINTER$ +is a share you set up for serving printer driver files. For more +details on setting this up see the documentation file +docs/PRINTER_DRIVER.txt. + +.B Default: + None + +.B Example: + printer driver location = \e\eMACHINE\ePRINTER$ + +Related paramerers. +.B printer driver file + + .SS printing (G) This parameters controls how printer status information is interpreted on your system, and also affects the default values for the "print -- cgit