To get round this query wbinfo for the correct Unix UID and the chown it correctly. e.g.:
wbinfo -i username Returns:- DOMAIN\username:*:3000020:100:Template User Display:/home/CEDARHOUSE/template:/bin/false So chown it:- chown 3000020:users username Also make it owner only readable like:- chmod 700 username.Not sure if this is correct way to do it, or something is wrong with my Samba4 setup but it certainly solved the problem.