Posted on 05-29-2015 12:59 PM
I know there are several different ways to bind to AD during imaging. What is the best and easiest way to setup an automated system? Any help would be appreciated. I am a complete newby.
Posted on 05-29-2015 01:23 PM
Through Casper.
Click on Settings gear in top right corner
Computer Management
Directory Bindings
Create a new binding and save
Then in Casper Admin when you create a new imaging config you can add that Binding to the imaging configuration. It'll do binding on first boot.
If you run into problems, then take Casper out of the equation and make sure you can do it through the GUI (Directory Utility) first. If that works then move on to using dsconfigad (do a "man dsconfigad" to look at the options available in Terminal). If that works then try again with Casper and if doesn't work contact your JAMF buddy or post back here.
Posted on 05-29-2015 04:54 PM
I use the Casper built-in function. Instead of adding the binding to the configuration, I put it in a policy with a custom trigger. I then use a payload free package with the custom trigger to make sure the binding occurs at the correct time in the imaging process. Works great!
Posted on 05-29-2015 05:18 PM
We use the built in binding described by @bpavlov we add it to the Casper configuration which works fine.
In some cases we run an extra script with dsconfigad for pass intervals and other settings but only if it's needed.
Posted on 05-30-2015 03:52 AM
We do the same as what @bpavlov & @davidacland have advised.
My imaging workflow is blogged here, with the AD binding part of the postflight policy.
Posted on 06-01-2015 05:36 AM
Thank you everyone with the quick responses. Im going to try what @bpavlov said. Ill let you all know what turns up.