Hi All,
I've been testing Casper 9 for some time while we run on our stable 8.71 release. However the one thing i've not been able to solve is manual MCX settings as I have three that I need to port over. I've four settings for our homesync prefs and one big one for our password self service account. They need to come over because every other method of deploying these settings i've tried have failed for me.
So how have you all moved your manual array MCX over? I'm looking at trying to build these things as importable manifests but that's not working too well.
Here's an example of what i'm trying to move over. This is part of the com.apple.homeSync prefs in the excludedItems key:
<array> <dict> <key>comparison</key> <string>fullPath</string> <key>value</key> <string>~/.SymAVQSFile</string> </dict> <dict> <key>comparison</key> <string>fullPath</string> <key>value</key> <string>~/Documents/Microsoft User Data</string> </dict> <dict> <key>comparison</key> <string>fullPath</string> <key>value</key> <string>~/Library</string> </dict> <dict> <key>comparison</key> <string>fullPath</string> <key>value</key> <string>~/NAVMac800QSFile</string> </dict> </array>
