added commented out sections for supporting automatically providing printer
[kai/samba.git] / packaging / SGI / smb.conf
index dce487b4e356430383a4550b2500d67c3aeadd00..eb7139c1360464de3b85654ad6916b0407ce3d4a 100644 (file)
    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
    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