diff options
-rw-r--r-- | packaging/SGI/smb.conf | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/packaging/SGI/smb.conf b/packaging/SGI/smb.conf index 68187ee288..5172949cfc 100644 --- a/packaging/SGI/smb.conf +++ b/packaging/SGI/smb.conf @@ -42,6 +42,11 @@ print command = /usr/samba/bin/sambalp %p %s %U %m ; print command = /usr/bin/lp -c -d%p -t"%U on machine %m" %s ; rm %s +; clear the default lppause and lpresume commands since these are not +; supported in IRIX + lppause command = + lpresume command = + load printers = yes guest account = nobody browseable = yes @@ -89,7 +94,7 @@ [homes] comment = Home Directories browseable = no - writable = yes + writeable = yes ; To allow Win95 clients to automatically load printer drivers, uncomment ; the following section (and the lines in the printers section below). @@ -99,24 +104,24 @@ ; ;[printer$] ; comment = printer driver directory -; path=/usr/samba/printer -; public=yes -; writable=no -; browseable=yes +; path = /usr/samba/printer +; guest ok = yes +; writeable = no +; browseable = no [printers] comment = All Printers - path = /usr/tmp + path = /var/spool/samba browseable = no printable = yes - public = yes - writable = no + guest ok = yes + writeable = 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$ +; printer driver location = \\%L\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 @@ -129,5 +134,5 @@ [tmp] comment = Temporary file space path = /usr/tmp - read only = no - public = yes + writeable = yes + guest ok = yes |