Line 1: |
Line 1: |
| {{Level|medium}} | | {{Level|medium}} |
− | {{Warning box| This howto is based upon limited testing and may cause SME Server to experience issues when updating and/or upgrading to version 8 upon release. You should only use these instructions if Windows 7 support is critical for your environment.}} | + | {{Warning box| This howto is based upon limited testing and may cause SME Server to experience issues when backing up, installing regular updates, and upgrading to version 8 upon release. SerNet packages are NOT supported by SME Server developers. You should only use these instructions if Windows 7 support is critical for your environment.}} |
| | | |
| ==Author== | | ==Author== |
Line 41: |
Line 41: |
| | | |
| ===Roaming Profiles=== | | ===Roaming Profiles=== |
− | Windows 7 clients require that a version 2 profile folder exist in the profiles$ share, which on SME Server is located in /home/e-smith/files/samba/profiles | + | Windows 7 clients require that a version 2 profile folder exist in the profiles$ share, which on SME Server is located in /home/e-smith/files/samba/profiles. |
| | | |
− | {{Note box|If you attempt to log in to a Windows 7 client with an account which does not yet have a corresponding .V2 profile folder, a temporary profile will be created. No settings will be saved to the server until the .V2 folder is created.}}
| + | This additional profile folder is automatically provisioned for existing users when installing latest version of e-smith-samba (see [[bugzilla:5425|bug 5423]]). After this point, all new user accounts have the folder created as soon as they are added. |
| | | |
− | Any new users you add will automatically be given this additional folder, see [[bugzilla:5423|bug 5423]].
| + | {{Note box|If version 2 profile folders are not available, Windows 7 will create a temporary profile when you log in. Should you experience this problem, make sure that your SME Server installation is fully up to date.}} |
| | | |
− | For existing users, you will need to add the folder manually:
| + | Version 2 profiles are not compatible with Windows XP an earlier versions. If you have mixed environments you will be required to maintain two separate profiles for each user. |
− | | |
− | cd /home/e-smith/files/samba/profiles
| |
− | mkdir <myuser>.v2
| |
− | chown -R <myuser>.<myuser> <myuser>.v2
| |
− | chmod -R 700 <myuser>.v2
| |
− | | |
− | Replace <myuser> with each user account name in turn.
| |
− | | |
− | For the admin user only, the v2 profile folder is created automatically when logging in to a client machine. In this case, you should secure the folder to prevent unauthorised access by other users:
| |
− | | |
− | cd /home/e-smith/files/samba/profiles
| |
− | chown -R admin.admin admin.v2
| |
− | chmod -R 700 admin.v2
| |
| | | |
| ==Source Code== | | ==Source Code== |