diff options
author | Jeremy Allison <jra@samba.org> | 1997-10-28 19:54:49 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1997-10-28 19:54:49 +0000 |
commit | db12131fcdcb2d361bf8adf1877d525d86c203fc (patch) | |
tree | 56984f2910ee85d8b1d3620f111bdf7d843856b5 /docs/manpages/smb.conf.5 | |
parent | 0f848f641412334b3956da1e54be362112052d19 (diff) | |
download | samba-db12131fcdcb2d361bf8adf1877d525d86c203fc.tar.gz samba-db12131fcdcb2d361bf8adf1877d525d86c203fc.tar.bz2 samba-db12131fcdcb2d361bf8adf1877d525d86c203fc.zip |
Added "printer driver location", "printer driver file" parameters.
Jeremy.
(This used to be commit c739de26c286ad1c6e19896c7e9757bc584c7fc2)
Diffstat (limited to 'docs/manpages/smb.conf.5')
-rw-r--r-- | docs/manpages/smb.conf.5 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 39864d6993..16f1b2dbf9 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 |