diff options
author | Herb Lewis <herb@samba.org> | 2001-03-23 22:31:53 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-03-23 22:31:53 +0000 |
commit | 1f05dd0e58258b17df828357fb81a3c970482f97 (patch) | |
tree | b16d6172b0d7ee2922f4e3d52e83bbe115785941 | |
parent | 197235d661f3ed38742e0efbccd03536b0544e4b (diff) | |
download | samba-1f05dd0e58258b17df828357fb81a3c970482f97.tar.gz samba-1f05dd0e58258b17df828357fb81a3c970482f97.tar.xz samba-1f05dd0e58258b17df828357fb81a3c970482f97.zip |
change printer$ to new style print$
-rw-r--r-- | packaging/SGI/smb.conf | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/packaging/SGI/smb.conf b/packaging/SGI/smb.conf index 5172949cfcd..58d5e6e5428 100644 --- a/packaging/SGI/smb.conf +++ b/packaging/SGI/smb.conf @@ -96,18 +96,16 @@ browseable = no writeable = 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 +; Use the new NT style printer download setup. +; See the file PRINTER_DRIVER2.txt in the docs directory for info. ; -;[printer$] +;[print$] ; comment = printer driver directory ; path = /usr/samba/printer ; guest ok = yes -; writeable = no -; browseable = no +; browseable = yes +; read only = yes +; write list = ntadmin [printers] comment = All Printers |