Derek Podoll
2007-May-19 05:17 UTC
[Samba] roaming profiles for XP RPO Vista 2000 and automounted home directorys
Background on setup Here is some basic background of my setup I have 3 domains setup running over a IPSEC tunnel over the Internet with one PDC BDC and some file servers at each location all running samba (I am sorry I do not have the version number in front of me for samba) from SUSE enterprise 10 using the LDAP backend. There is a trust setup between all the domains and the IPSEC tunnels is setup so I can access it using client software on my laptop even if I am not plugged in to any of the networks. Problem Background on problem I have a Windows 2000 XP PRO and Vista Ultimate client that connect to the domains. The 2000 and XP PRO computers are able to automount my home directory from any of the domains I login to and both use the same roaming profile. But the Vista Ultimate client when I connected that one to the network it created a new profile directory for the same account and added .V2 at the end of the name using that as the location for storing the vista profile. And the vista client does not automount the home directory for any of the domains. But I am able to browse and mount it after I have the desktop up and running. Question Is there a way to make samba use the same roaming profile directory for all 3 type of clients. I have files in my documents folder and other stuff in my profile that I would like to have access to using any of the clients. Also is there a change that needs to be made to vista or samba in order to get vista to automount my home directory. Once again I am sorry I do not have access to the samba version right now and the smb.conf file. It is running the latest version of samba that is automatically installed with SUSE Enterprise 10. I have made no changes to the home shares and the roaming profiles sections of the smb.conf file.
Derek Podoll
2007-May-19 05:17 UTC
[Samba] roaming profiles for XP RPO Vista 2000 and automounted home directorys
Background on setup Here is some basic background of my setup I have 3 domains setup running over a IPSEC tunnel over the Internet with one PDC BDC and some file servers at each location all running samba (I am sorry I do not have the version number in front of me for samba) from SUSE enterprise 10 using the LDAP backend. There is a trust setup between all the domains and the IPSEC tunnels is setup so I can access it using client software on my laptop even if I am not plugged in to any of the networks. Problem Background on problem I have a Windows 2000 XP PRO and Vista Ultimate client that connect to the domains. The 2000 and XP PRO computers are able to automount my home directory from any of the domains I login to and both use the same roaming profile. But the Vista Ultimate client when I connected that one to the network it created a new profile directory for the same account and added .V2 at the end of the name using that as the location for storing the vista profile. And the vista client does not automount the home directory for any of the domains. But I am able to browse and mount it after I have the desktop up and running. Question Is there a way to make samba use the same roaming profile directory for all 3 type of clients. I have files in my documents folder and other stuff in my profile that I would like to have access to using any of the clients. Also is there a change that needs to be made to vista or samba in order to get vista to automount my home directory. Once again I am sorry I do not have access to the samba version right now and the smb.conf file. It is running the latest version of samba that is automatically installed with SUSE Enterprise 10. I have made no changes to the home shares and the roaming profiles sections of the smb.conf file.
Gerald (Jerry) Carter
2007-May-19 12:07 UTC
[Samba] roaming profiles for XP RPO Vista 2000 and automounted home directorys
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Derek Podoll wrote:> Is there a way to make samba use the same roaming > profile directory for all 3 type of clients.Sure. Although I spearate the profiles by OS, here's the same basic idea that you can use to consolidate profile shares between XP and Vista. [profiles] preexec = /etc/samba/scripts/create_profile %U %a path = /data/smb/c/profiles/%U/%a comment = Roaming user profile storage create mask = 0600 directory mask = 0700 profile acls = yes [profiles.V2] copy = profiles browseable = no Or you can use symlinks within a single share. My experience has been that user profiles between Windows releases don't work tool well. So YMMV. cheers, jerry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGTuhzIR7qMdg1EfYRAmDCAKCuw7cR7yRb+0qhezQcMMxodEYZUQCgwjtP k4OXW51cY6Kw9NbQmQGlQDc=RSEZ -----END PGP SIGNATURE-----