diff options
author | Herb Lewis <herb@samba.org> | 1998-01-03 03:55:52 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1998-01-03 03:55:52 +0000 |
commit | b0e6cf38224950cfa84df1f2bfc758c0cc120018 (patch) | |
tree | d0eb0a0499564bc23befca9e3f217681679aee79 /packaging/SGI | |
parent | d018d7b42a7ae68a5a76c3874d285e9399fdce81 (diff) | |
download | samba-b0e6cf38224950cfa84df1f2bfc758c0cc120018.tar.gz samba-b0e6cf38224950cfa84df1f2bfc758c0cc120018.tar.bz2 samba-b0e6cf38224950cfa84df1f2bfc758c0cc120018.zip |
added commented out sections for supporting automatically providing printer
drivers to Win95 clients.
(This used to be commit e414f4223208dffb464940da90d536add88183db)
Diffstat (limited to 'packaging/SGI')
-rw-r--r-- | packaging/SGI/smb.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packaging/SGI/smb.conf b/packaging/SGI/smb.conf index dce487b4e3..eb7139c136 100644 --- a/packaging/SGI/smb.conf +++ b/packaging/SGI/smb.conf @@ -73,6 +73,19 @@ browseable = no writable = yes +; To allow Win95 clients to automatically load printer drivers, uncomment +; the following section (and the lines in the printers section below). +; Run the make_printerdef command to create the /usr/samba/lib/printers.def +; file (see the PRINTER_DRIVER.txt file in the docs directory for info). +; Copy all the required files to the /usr/samba/printer directory +; +;[printer$] +; comment = printer driver directory +; path=/usr/samba/printer +; public=yes +; writable=no +; browseable=yes + [printers] comment = All Printers path = /usr/tmp @@ -81,6 +94,19 @@ public = yes writable = no create mask = 0700 +; +; this specifies the location of the share containing the printer driver +; files - see the printer$ section above +; +; printer driver location = \\%h\printer$ +; +; the following line will make all printers default to the QMS-PS 810 Turbo +; driver - which works quite well for Impressario. If you need a diferent +; driver for a specific printer, create a section for that printer and +; specify the correct printer driver. +; +; printer driver = QMS-PS 810 Turbo + [tmp] comment = Temporary file space |