-
Notifications
You must be signed in to change notification settings - Fork 22
Components
Below is a list of all the pieces that are needed to make this workflow a success.
This is the location where all the workflow assets are stored. In this directory we will create a plist and log file to record what is being done
This is the launch daemon that will be created to trigger the removal of admin privileges based on the adminTimer specified.
This is the plist file that will be created when a user requests temporary admin privileges. This plist file will track the user requesting temporary admin rights along with what current admin accounts are on the system.
This is the name of the log file that will be created within the workingDir.
Here you can specify how long the user will be granted temporary admin privileges. This numerical value is in seconds (i.e., 10 minutes = 600 and 30 minutes = 1800).
This is the name of the custom trigger specified when creating the removeTempAdmin policy in Jamf Pro.
This is the location where all the workflow assets are stored. In this directory we will create a plist and log file to record what is being done
This is the launch daemon that will be created to trigger the removal of admin privileges based on the adminTimer specified.
This is the plist file that will be created when a user requests temporary admin privileges. This plist file will track the user requesting temporary admin rights along with what current admin accounts are on the system.
This is the name of a plist file that will be created within the workingDir which can be used in conjunction with the Extension Attribute to report if the user violated their tempAdmin privileges by modifying an existing organizational admin account and/or creating a new local admin.
This is the name of the log file that will be created within the workingDir.
Here you can specify the organizational admin account that you would like to ensure a user given temporary admin rights does not modify. If you'd like to specify multiple organizational admin accounts, please head over to Multiple Org Admins to see how to accomplish this.
Please refer to Encrypted Strings.
Please refer to Encrypted Strings.