Good afternoon,
I built up a samba server which is coupled on an infrastructure with
other Windows servers.
It has sometimes error messages when copy which I tracked to being from
Windows network to the Samba server where source files or folders's
properties are not supported (like archiving option).
In other words Windows client complains the host doesn't support pops an
error message on each on these items.
Has someone a fix for this, or can point out what I may have missed ?
The configuration file is really simple:
[global]
workgroup = WORKGROUP
server string = %h server
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192
SO_SNDBUF=8192
log file = /var/log/samba/smbd.%m
max log size = 1024
syslog = 0
dns proxy = no
domain master = yes
netbios name = sambaserver
preferred master = yes
map to guest = Bad User
invalid users = root
unix password sync = yes
domain logons = no
[localshare]
browseable = yes
path = /home/pub
writeable = yes
guest ok = yes
valid users = localshare
directory mask = 0777
[public]
browseable = yes
path = /home/pub
public = yes
writeable = yes
guest ok = yes
force user = nobody
create mask = 0777
directory mask = 0777
Thank you,
Jean-François