RATE THIS ANSWER
0
Click to Vote:
0
0
The solution for the roaming profile is found as its established in some of our client places. It works fine & its very simple. Here you go.
Generally in a Mac system, users profiles are stored user /Users directory as "Documents and settings"' in windows XP. When you mount this directory from a common storage, the profile stored under this directory will become roaming.
1. Make sure the Mac systems are joined to the domain controller and an ADS user can log on successfully. Use "Directory Utility" under "Utilities" menu to join the system to the domain.
2. Backup all the contents from /Users to the storage or somewhere locally.
3. Configure automount
- Go to "Utilities" -> "Directory Utility"
- Select the domain and click "Show advanced options"
- Click "Mounts" tab and add automount as mentioned below.
Remote NFS URL: nfs://server_name/share_name/path/to/profile/directory
Mount location: /Users
Additional mount parameters: -P,-T
Apply the settings and this will mount the remote shared folder or we can name it as Roaming Profile Space - under /Users directory
4. Enable roaming profile
- Go to "Utilities" -> "Directory Utility"
- Select the domain and click "Show advanced options"
- Click "Services" -> Select "Active Directory" and click "Show advanced option"
- Click "User experience" tab and select the option "Create mobile account at login".
5. Reboot the system and log in as any ADS user. The Roaming shared folder will be mounted and the user profile will be created on the shared folder.
IMPORTANT: On the shared folder(if its Linux based NFS shared folder), initially the folders inside the user profile directory will have "root" as owner. Log on the roaming server and change the ownership to the user using
chown -R <username> <user_profile_path>
This is the well known chown command for linux.
This will work.
Thanks,
Guru Bhai
nice mr. guru my email id balwinderbhatia25@gmail.com i am want to share our knowlegment why chat ing-
Last Answered:
Sep 26 2009 9:47 AM GMT by Bbb 
745 pts.