Issue with moblieconfig for Privileges 2 #168
-
We've attempted to use the mobile config with modifications to suite our needs, but when it's deployed to the user device, it will not let them elevate their priviliges. ` PayloadContent PayloadContent corp.sap.privileges Forced mcx_preference_settings
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@LAD-JasonS I see several problems with your mobileconfig file. First, setting an |
Beta Was this translation helpful? Give feedback.
@LAD-JasonS I see several problems with your mobileconfig file. First, setting an
ExpirationInterval
andExpirationIntervalMax
does not make much sense. Either you configure a fixed interval that the user can't change withExpirationInterval
, or you configure a maximum expiration interval where the user can choose any value up to the configured interval withExpirationIntervalMax
. If you configureEnforcePrivileges
with a value ofnone
, it is no longer possible to change privileges with the Privileges application or any of its bundled applications. Therefore, it won't work for you. TheReasonPresetList
is not configured properly. Please read the documentation as it explains all settings i…