Posted on 10-12-2022 04:49 PM
Hi,
Does anyone have a script to enable the checkbox to admin password system-wide or configuration profile in Jamf Pro to get this done? Thank you in advance.
Posted on 10-13-2022 06:01 AM
#!/bin/bash
security authorizationdb read system.preferences > /tmp/system.preferences.plist
/usr/libexec/PlistBuddy -c "Set :shared false" /tmp/system.preferences.plist
security authorizationdb write system.preferences < /tmp/system.preferences.plist
Got it from https://community.jamf.com/t5/jamf-pro/require-an-administrator-password-to-access-system-wide/m-p/2...
Posted on 03-29-2023 07:16 AM
thanks @YanW its working on Ventura