Hi all,
I am currently working on getting my login scripts working via a configuration profile. I am using Casper 9.32 and only bind to Active Directory.
Workgroup manager and Caspers Configuration Profile for 'Loginwindow" under "scripts" says the following:-
------------------------------------------------------------------------------------------------------
The above settings require specific properties in the file
~root/Library/Preferences/com.apple.loginwindow.plist, located on the client computer:
- Set EnableMCXLoginScripts to TRUE.
- Set MCXScriptTrust to match the binding settings used to connect the client computer to the directory domain.
------------------------------------------------------------------------------------------------------
I have done the first part by using the following command:-
defaults write /var/root/Library/Preferences/com.apple.loginwindow EnableMCXLoginScripts TRUE
I am aware I can set the MCXScriptTrust to "Anonymous" which should work anyway (not sure on the capitalisation) but how can I find "the binding settings used to connect the client computer to the directory domain" when I just use the JAMF AD bind to join. Is there a simple command to find the MCXScriptTrust settings i should be applying?
Cheers