[Samba] samba + windows xp + roaming profiles

Alex Grönholm demigod at karico.fi
Tue Aug 3 19:38:11 GMT 2004


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.


More information about the samba mailing list