LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   samba sanity (https://www.linuxquestions.org/questions/linux-software-2/samba-sanity-173509/)

skywaterhulk 04-22-2004 08:13 PM

samba sanity
 
I've been banging my head on this problem for a week now, trying to figure out why my WinXP machines can not write anything to my Samba shares. They can read anything I put in them from the Linux box, but can't write to them from across the network. Below I've enclosed the smb.conf:


[global]
workgroup = WORKGROUP
netbios name = Ben's File Server
server string = Ben's File Server
printcap name = cups
load printers = yes
printing = cups
printer admin = @adm
log file = /var/log/samba/log.%m
max log size = 50
map to guest = bad user
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no

[homes]
comment = Home Directories
browseable = no
writable = yes

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = yes
writable = no
printable = yes
create mode = 0700

[print$]
path = /var/lib/samba/printers
browseable = yes
read only = yes
write list = @adm root
guest ok = yes



[pdf-generator]
path = /var/tmp
guest ok = No
printable = Yes
comment = PDF Generator (only valid users)
print command = /usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "%J" &


[shared]
comment = The File Dump
path = /home/shared
public = yes
browseable = yes
writable = yes
printable = no
guest ok = yes
create mode = 777
directory mode = 777

I haven't tested the print server side yet because I haven't installed a printer yet... any thoughts of what I missed or misplaced in the file?


All times are GMT -5. The time now is 02:09 AM.