Hi
This is my first post here and I think it's great that the freebsd project now got it's own forum.
I got a strange problem with samba and the default chmod only with one specific share.
my sbm.conf
Now the problem is, if any user saves a new file on this share the permission is set to 0700.
And I really don't know why, because on all other shares the permission is correctly set to 0770 as defined in my smb.conf.
I also checked the logs but I can't find any problems.
Does anybody know where this problem may come from?
Thanks for your help.
This is my first post here and I think it's great that the freebsd project now got it's own forum.
I got a strange problem with samba and the default chmod only with one specific share.
my sbm.conf
[global]
...
# default create mode
create mode = 0770
directory mode = 0770
...
# shares
[it]
path = /mnt/data1/share/it
writeable = yes
...
Now the problem is, if any user saves a new file on this share the permission is set to 0700.
And I really don't know why, because on all other shares the permission is correctly set to 0770 as defined in my smb.conf.
I also checked the logs but I can't find any problems.
Does anybody know where this problem may come from?
Thanks for your help.