Skip to content

Example Configuration

Joshua D. Miller edited this page Dec 27, 2021 · 1 revision

Below is the contents of an example PLIST file which could be uploaded to an MDM via Custom Settings or applied to the local location:

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>DaysTillExpiration</key>
    <integer>30</integer>
    <key>LocalAdminAccount</key>
    <string>admin</string>
    <key>PasswordLength</key>
    <integer>14</integer>
    <key>RemovePassChars</key>
    <string>{}[]|</string>
</dict>
</plist>

Using with jamf Pro

To use this configuration with Jamf Pro, you could configure the Custom Settings payload and upload this as a PLIST file or paste the contents into Property List box. The Preference domain is edu.psu.macoslaps