fleet/changes/42799-option-to-unlock-not-available-afler-lock
Juan Fernandez 569d85340d
Do not clear MDM lock state on "idle" after lock (#42799) (#42825)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #42799 

When a macOS device acknowledges a lock command it can immediately send
a trailing Idle check-in. CleanAppleMDMLock now requires that unlock_ref
to be set at least 5 minutes ago before clearing the lock state,
preventing that trailing Idle to prematurely clearing the MDM lock
state.
2026-04-02 11:02:50 -04:00

1 line
No EOL
103 B
Text

* Fixed bug that cleared the MDM lock state if an "idle" message was received right after the lock ACK.