A couple of questions, the default configuration for the SMB.CONF seems to be that profiles are stored in a seperate location to the Users personal home directory eg. (\HOME\PROFILES\USER, but this leaves some rather strange security issues, surely it is better to put the Profile of the user in the Users home Directory e.g. (/HOME/USER/PROFILE) ?
How so?
# chown root:root /home/profiles # chmod 711 /home/profiles # mkdir /home/profiles/user1 # chown user1:user1 /home/profiles/user1 # chmod 770 /home/profiles/user1
And that way you don't clutter up your Unix homedir with your windows profile.
Brian -- Brian Richardson Software Developer Public Key available at http://www.cubik.ca/