-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.apple.mobiledevice.passwordpolicy.mobileconfig
More file actions
49 lines (49 loc) · 1.67 KB
/
Copy pathcom.apple.mobiledevice.passwordpolicy.mobileconfig
File metadata and controls
49 lines (49 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?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>PayloadContent</key>
<array>
<dict>
<key>allowSimple</key>
<true/>
<key>forcePIN</key>
<true/>
<key>maxFailedAttempts</key>
<integer>5</integer>
<key>minutesUntilFailedLoginReset</key>
<integer>15</integer>
<key>maxGracePeriod</key>
<integer>1</integer>
<key>maxInactivity</key>
<integer>10</integer>
<key>maxPINAgeInDays</key>
<integer>90</integer>
<key>minLength</key>
<integer>15</integer>
<key>pinHistory</key>
<integer>24</integer>
<key>requireAlphanumeric</key>
<false/>
<key>PayloadIdentifier</key>
<string>com.example.mypasscodepayload</string>
<key>PayloadType</key>
<string>com.apple.mobiledevice.passwordpolicy</string>
<key>PayloadUUID</key>
<string>2a8a75e5-d17d-44d5-b062-3cb92161af9f</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Passcode</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>e044f50d-ff67-4bcd-9f3f-d7b678091061</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>