Search This Blog

Tuesday, August 23, 2011

Problems joining Macs to OD after imaging

After some failed attempts at joining imaged Macs to OD, a Google search and notes from an onsite Apple training the following steps should be completed.

1) Open keychain access and delete the .com.apple keys under system (should only be four).
2) The following commands should be ran from terminal before the machine is restarted.

sudo rm -fr /var/db/krb5kdc

sudo defaults delete /System/Library/LaunchDaemons/com.apple.configureLocalKDC "Disabled"

sudo plutil -convert xml1 /System/Library/LaunchDaemons/com.apple.configureLocalKDC.plist

rm -rf /var/db/krb5kdc/usr/libexec/configureLocalKDC

3)Restart

No comments:

Post a Comment