> PID Username Group Machine > ------------------------------------------------------------------- > 37921 gdunn01 Domain Users dev-gdunn (137.237.160.74)
> ma21cab5# smbcacls //ma21cab5/data foo/asdfas -U gdunn01 > ACL:HARRIS\gdunn01:ALLOWED/0/FULL It looks like you're connected as "gdunn01" but only "HARRIS\gdunn01" is allowed write access (assuming HARRIS is your domain and not your PC's name) - i.e. these appear to be two separate users. When I run smbstatus it lists usernames as DOMAIN\user, so unless they've changed this in 3.0.22 that could be the problem. You can also try running "chmod 777 /mnt/data" to allow full access to the share. If you then create a file through Samba, check its permissions and see if it's owned by the user you expect. Cheers, Adam. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
