here is my smb.conf file:
Code:
#======================= Global Settings =====================================
[global]
workgroup = HARRIS
server string = Samba Server
printcap name = /etc/printcap
load printers = yes
printing = lprng
log file = /var/log/samba/%m.log
max log size = 0
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
#============================ Share Definitions ==============================
[homes]
comment = Home Directories
browseable = no
writable = yes
valid users = %S
create mode = 0664
directory mode = 0775
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
# This one is useful for people to share files
[tmp]
comment = Temporary file space
path = /tmp
read only = no
public = yes
[mp3s]
path = /mp3s
guest ok = Yes
read only = Yes
[cdrom]
path = /mnt/cdrom
guest ok = Yes
read only = Yes
[pics]
path = /home/pics/
guest ok = no
read only = no
does your printer section look like mine?
Bookmarks