pituran,

Obviously we would need at least yur smb.conf to figure out what's going on...
BUT:
Do the profile dirs have the proper rights/ownership?

I use the following to make sure the directory get's created properly:
[profiles]
       comment = Roaming User Profiles
       guest ok = yes
       browseable = no
       writeable = yes
       path = /home/profiles
       create mode = 0600
       directory mode = 0700
       veto files = /.*/
       hide files = /desktop.ini/
       root preexec = PROFILE=/home/profiles/%u; if [ ! -e $PROFILE ]; \
               then mkdir -pm700 $PROFILE; chown %u.%g $PROFILE;fi

Hope this helps...
Cheers,
--
Rory Vieira
rory dot vieira at gmail dot 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