Want to turn on FV2 with a configuration profile but not allow the end user to defer.
(IE .. select 'cancel' when the popup window appears at logout.)
I have tested, gotten help from Jamf, gotten help from MacAdmin, but I just cannot get it to work. I get 'user authentication errors' or a 'CPDomain Error 101'
My last attempt was:
download FV2 config from Jamf
un-sign the profile and convert to XML
add these two keys to com.apple.MCX.FileVault2
<key>DeferDontAskAtUserLogout</key>
<true/>
<key>DeferForceAtUserLoginMaxBypassAttempts</key>
<integer>-1</integer>
re-sign with Apple Dev certificate
re-upload to Jamf and push out
then nada ..
Can anyone share their experience on how I can make this happen?
We are using JPS 10.12 and pushing profile to a 10.14.4 device with the local user having a secure token.
