Skip to content

Commit

Permalink
Create edu.psu.macoslaps.plist
Browse files Browse the repository at this point in the history
Example PLIST file for configuration (Copied from legacy Python version as it is the same config)
  • Loading branch information
joshua-d-miller committed Nov 15, 2018
1 parent b0f6945 commit 04726cb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions edu.psu.macoslaps.plist
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!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>

0 comments on commit 04726cb

Please sign in to comment.