NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
homedir
1 TopicHaving trouble with user homedir shares on CIFS
Running ROS 6.4.1 and Mac OS X 10.11 I was having trouble connecting to some CIFS shares after recent ROS and Mac updates. I managed to resolve all the regular share access by resetting file ownership and flipping SMB status in the admin UI. But with homedirs, nothing I've tried so far works. After looking at the /etc/samba/smb.conf and files in /etc/frontview/samba, everything looks like it should work from what I can tell -- and I have some experience running Samba outside ReadyNAS. *But* when I attempt to log into the user share (even after successfully connecting to other shares as that user) I get "permission denied." I confirmed this running smbclient on the NAS itself. # smbclient -W DOMAIN -U user //nas/user password Domain=[DOMAIN] OS=[Windows 6.1] Server=[Samba 4.2.4] tree connect failed: NT_STATUS_ACCESS_DENIED I successfully used this CLI to access other shares as the user and indeed was able to connect as admin to //nas/home and browse the users' homedirs. So... not exactly sure what is afoot here. The tail of the smb.conf contains: include = /etc/frontview/samba/smb.conf.%a include = /etc/frontview/samba/smb.conf.overrides include = /etc/frontview/samba/Shares.conf include = /etc/frontview/samba/Shares.conf.%U include = /etc/frontview/samba/addons/addons.conf [homes] browseable = 0 writeable = 1 public = 0 valid users = %D\%S The recently updated files in /etc/frontview/samba are: -rw-r--r-- 1 admin admin 303 Jan 2 03:27 Shares.conf.admin -rw------- 1 admin admin 2991 Jan 2 03:37 Shares.conf -rw-r--r-- 1 admin admin 0 Jan 2 03:37 dfs.conf Based on this, nothing seems amiss... but I've avoided making any manual adjustments so far.... just using the levers in the admin UI. I have looked at the /home/ directory permissions and all looks well there too. And, sadly, nothing seems to be popping up in the samba logs on the NAS that give any indications of the permission denial.Solved3.1KViews0likes12Comments