Acceptable Use Policy Settings

Jamf Connect Documentation

Solution
Application
Jamf Connect
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
  • Domain

    com.jamf.connect.login

  • Description

    Used to configure an acceptable use policy to display to users at the Jamf Connect login window

Setting

Description

Acceptable Use Policy Web Address or File Path

EULAFilePath

Specifies the web address or file path that contains your acceptable use policy document that users must agree to before logging in.

Supported formats include: URL web address or the path of a locally stored PDF, TXT, RTF or RTFD file.

<key>EULAFilePath</key>
<string>/usr/local/shared/AcceptableUsePolicyFile.txt</string>

Audit File Path

EULAPath

Specifies the file path to a directory where the user's acceptance record of the acceptable use policy is stored.

This file path must have permissions that allow the _SecurityAgent write access. /Users/Shared/ is recommended.

<key>EULAPath</key>
<string>/usr/local/shared/eula-acceptance</string>

Acceptable Use Policy Text

EULAText

Specifies the body text of the acceptable use policy.
Note:

To format the body text, you can enter *** in this string value to start a new line.

<key>EULAText</key>
<string>Example body text.***New line of example body text.</string>

Acceptable Use Policy Title

EULATitle

Specfie the title of the acceptable use policy.

<key>EULATitle</key>
<string>Terms & Conditions</string>

Acceptable Use Policy Subtitle

EULASubTitle

Specifies the subtitle of the acceptable use policy.

<key>EULASubTitle</key
<string>Accept these terms and conditions to start using your Mac.</string>