[Samba] no profiles add/saved in samba PDC

Rory Vieira rory.vieira at gmail.com
Thu Sep 7 09:15:40 GMT 2006


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


More information about the samba mailing list