yesterday
I'm currently testing JamfConnect in preparation for deploying across my organisation (approx 50 devices).
I'm having issues with the privilege escalation component in particular.
My MenuBar config profile contains the following:
<key>TemporaryUserPermissions</key>
<dict>
<key>TemporaryUserPromotion</key>
<true/>
<key>UserPromotionBiometrics</key>
<true/>
<key>UserPromotionDuration</key>
<integer>10</integer>
<key>UserPromotionReason</key>
<true/>
<key>VerifyUserPromotion</key>
<true/>
</dict>
Any thoughts on what may be ocurring here? It seems really strange that the User & Groups system settings menu reflects the users elevated permissions, but in reality the user does not actually get those elevated permissions...
Thanks!
Andrew