Xavier Callejas wrote:
Hi, I'm having a problem with the roaming profiles and windows xp.

The problem is that when a new user creates automatically a roaming profile and when he logs out the profile stay in the home dir. when he 'relogin' the 'desktop.ini' files stop working beacuse they are not 'hidden' anymore, and all the folders loss its propertis.

Why is that?? what is the solution????

You can only store so much information in the UNIX permissions. My solution was to activate extended attribute support and disable the old style attribute mapping:


        ea support = yes
        map archived = no
        map hidden = no
        map system = no
        store dos attributes = yes

This way the system stores the DOS attributes in the extended attributes. You need to have a filesystem that supports extended attributes (e.g. ext3 & xfs) for this to work.
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba

Reply via email to