Scott Lovenberg wrote:
What are the samba server side settings(smb.conf) for the share you are mounting?

[data]
   comment = Shared Application Data Files
   path = /srv/shares/data
   guest ok = no
   read only = no
   create mask = 0666
   directory mask = 0777

Do you have inherit permissions set?
from smb.conf(5) man page:
          Default: inherit permissions = no

I set inherit acls = yes once for an ACL aware implementation for a client. 
Otherwise no specific acl/perm stuff at this time.

--
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to