Hi Team,
Does anyone know how to enforce the screensaver after 15 minutes of inactivity and require a password to unlock in Sonama?
I've been trying through a script but it doesn't seem to work, and end-users are still able to change the settings through System Settings., even after the screen lock Password is required need to unlock the screen
Solved
Screen Lock Sonama
Best answer by RaGL
Yes, @RaGL @, I have tried that way as well, but it's still not working. Are there any other options that need to be enabled and also specific machine I tested done, not working
Maybe try a configuration profile with "Application & Custom Settings" and upload a plist like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>askForPassword</key>
<integer>1</integer>
<key>askForPasswordDelay</key>
<integer>0</integer>
<key>idleTime</key>
<integer>900</integer>
</dict>
</plist>Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
