Hi all,

Probably a quick question which I think may be configuration related:

When I try to view the print queue on my RH8 box from a Windows XP
workstation on the same network, I get an "Access denied. Unable to
connect." message, meaning I can't view the queue from WinXP, even
though I can print to that printer via SAMBA with no problems. This also
caused problems as if I print with the RH box off, it will queue the
items in Windows but never sends them later as it is always unable to
connect.

I'm thinking either I have a permission wrong, or my smb.conf is out of
line... any ideas?

smb.conf (relevant lines):

[global]
workgroup = HILLBURY
netbios name = ARIES
server string = Samba Server 
bind interfaces only = True
interfaces = eth0 192.168.0.1
hosts deny = ALL
hosts allow = 192.168.0. 127.
guest account = nobody
log file = /var/log/samba/log.%m
log level = 0
max log size = 50
security = user
invalid users = root bin daemon nobody named sys tty disk mem kmem users
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
username map = /etc/samba/smbusers
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
write cache size = 262144
printcap name = lpstat
printing = cups

[printers]    
comment = All Printers
path = /var/spool/samba
browseable = no
public = yes
guest ok = yes
writable = no
printable = yes
create mode = 0766
print command = lpr -P %p -o raw %s -r
lpq command = lpq -P %p
lprm command = cancel %p-%j

TIA,

GC



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to