I was able to do this via record augments. I have an OD server that has almost no native users only augmented users.
Basically the principal is you augment the AD user record with OD properties for NFSHomeDirectory and HomeDirectory then have those point to whatever fileserver you want them to be when the user logs into a machine bound to both OD and AD.
Check out these links:
http://developer.apple.com/releasenotes/MacOSXServer/RN-DirectoryServicesSession549/index.html
https://www.afp548.com/article.php?story=20071210105328355
http://www.bombich.com/mactips/files/scripts/create_augments.zip
One thing to note that burned a whole day of my time: when you copy the XML plist data from those tutorials into workgroup manager they will bring over bad characters and formatting that will make the xml validation of the plist fail but there will be no warnings, your clients just don’t pick up the change. So make sure anything you copy and paste into the plist portion of those tutorials goes thru TextMate or some other plain text editor.
Recent Comments