Hello all,
I'm attempting to set the "Require Password After Screensaver" to NOT require a password in Yosemite via configuration profile. I have uploaded:
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "{field{*fldinst{HYPERLINK "http://www.apple.com/DTDs/PropertyList-1.0.dtd"}}{fldrslt cf4 http://www.apple.com/DTDs/PropertyList-1.0.dtd}}">
<plist version="1.0">
<dict>
<key>askForPassword</key>
<integer>0</integer>
</dict>
</plist>}
as a custom configuration. The JSS seems to read it fine, showing:
external image link
However, none of my enrolled machines show the setting as disabled. The setting itself is unavailable (greyed out), so the computer is reading the config profile (as it also shows under profiles), and I can affect the require password timeframe option by adding:
<key>askForPasswordDelay</key>
<integer>900</integer>
But for the life of me I can't seem to get it to disable the "Require Password" checkbox! Any help would be greatly appreciated. I'd like to avoid using any MCX and stick with Config Profiles only...