We've been plotting a roll out of OS X with Active Directory (AD) authenticaion and roaming/network home folders (on an XServe) for all users but were having problems finding AD attributes to borrow for the three essential User attributes, viz UID, HomeDirectory and NFSHomeDirectory. Now, though UID is solvable one way or another, the two Home Directory attributes were causing some problems. Either we extended the company's global MS AD schema, or borrowed some unused attributes. No longer! We can static map them with Variable Substitution! For example:
- HomeDirectory maps to: #afp://HOMESERVER/Homes$sAMAccountName$
- NFSHomeDirectory maps to #/Network/Servers/HOMESERVER/Homes/$sAMAccountName$

