Hi,
I recently upgraded my Samba 2.0.7 server to 2.2.0 because of upgrading
the hardware to Solaris 8.
I was under the impression that the pre 2.2.0 printing configuration should
need no changes but it isn't quite right.
I can print to network printers but the Printers window on my Win2K
clients show the status of all of these printers as Access Denied, unable
to connect.
Also if I want to add a new printer I used to be able to browse for a
network printer eg \\Samba Server\Printername and I would then be
prompted to install a driver locally. Win2K now fails to throw up the
list of printer manufacturers and models for me to select the correct
one.
The Win2K machine has not been changed in any way, only the Samba
side.
I attach my smb.conf file and look forward to any suggestions.
Thanks,
Bob.
[global]
workgroup = NEWBURY
server string = acesn19 Samba Server Version 2.2.0
load printers = yes
printcap name = lpstat
log file = /usr/local/samba/var/log.%m
max log size = 5000
security = server
password server = acesn17
username map = /usr/local/samba/lib/smbusers
socket options = TCP_NODELAY
dns proxy = no
#============================ Share Definitions
=============================[homes]
comment = Home Directories
browseable = yes
writable = yes
user = %S
# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
comment = All Printers
path = /usr/local/samba/spool
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes