Hi Guys,
I implemented a magic triangle consisting of an Active Directory along with a Mac OS X server Open Directory.
I am trying to implement login and logout scipts via workgroup manager in OD for Active directory users. Other settings like SIMPLE FINDER work fine which confirms that the setup is correct.
I have already enabled the settings on the client using the commands below:
sudo defaults write com.apple.loginwindow EnableMCXLoginScripts -bool TRUE
and
sudo defaults write com.apple.loginwindow MCXScriptTrust -string PartialTrust.
Then, on the server, using WorkGroup manager, i have set the scripts for a computer group. Also my scripts are located in a folder on desktop on the OSX server.
The Client machine still does not execute the scripts.
Any ideas will be appreciated.