Acceptable Use Policy
You can use Jamf Connect Login to display an acceptable use policy at the login window, which the user must accept before accessing the computer.
To add a acceptable use policy to the Jamf Connect login window, do the following:
-
Add the acceptable use policy mechanism to the Jamf Connect loginwindow application by executing the following command:
sudo authchanger -reset -preAuth JamfConnectLogin:EULA JamfConnectLogin:RunScript,privileged
-
Use your preferred configuration method to configure acceptable use policy settings.
For more information, see Configuring Settings for Jamf Connect.
Acceptable Use Policy Settings
Domain: com.jamf.connect.login
Description: Used to configure an acceptable use policy to users at the Jamf Connect login window
Key |
Description |
Example |
EULAPath |
Audit Filepath Specifies the file path to a directory where the user’s acceptance record of the acceptable use policy is stored. |
<key>EULAPath</key> <string>/usr/local/shared</string> |
EULAText |
Acceptable Use Policy Text Body text of the acceptable use policy |
<key>EULAText</key> <string>Insert EULA text here</string> |
EULATitle |
Acceptable Use Policy Title Title of the acceptable use policy |
<key>EULATitle</key> <string>Terms and Conditions</string> |
EULASubTitle |
Acceptable Use Policy Subtitle Subtitle of the acceptable use policy |
<key>EULASubTitle</key <string>Accept these terms and conditions to start using your Mac.</string> |
Related Information
For related information about packaging Jamf Connect, see the Customizing the Jamf Connect Login Package with Composer Knowledge Base article.
For related information about deploying Jamf Connect settings, see Deployment.