07-19-2022 06:21 AM - edited 08-19-2022 02:24 PM
Say I have a config profile for com.apple.loginwindow that enforces the value DisableFDEAutoLogin (which disables the automatic login option when using FileVault).
If I had a completely separate config profile, also using com.apple.loginwindow, that enforces SleepDisabled (which disables the sleep buttton), will both of these values be enforced? Or does one profile override the other?
Solved! Go to Solution.
Posted on 07-19-2022 06:51 AM
So long as the two profiles for the same domain don't contain any conflicting keys, then both should apply just fine.
However, if both profiles were to include the SleepDisabled key with different values, Apple says the outcome will be "undefined".
Posted on 07-19-2022 06:51 AM
So long as the two profiles for the same domain don't contain any conflicting keys, then both should apply just fine.
However, if both profiles were to include the SleepDisabled key with different values, Apple says the outcome will be "undefined".
Posted on 07-19-2022 06:54 AM
Great! Yeah, no conflicting keys, I just wasn't sure if I could have the same domain in separate profiles or if I had to concatenate the keys into the same profile. Thanks for the clarification!