mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Update password policy configuration profile (#15468)
- Update password policy from 11 characters to 10.
This commit is contained in:
parent
3ba81e1cf6
commit
d22e5f2bfa
@ -30,7 +30,7 @@
|
||||
<key>maxInactivity</key>
|
||||
<integer>15</integer>
|
||||
<key>minLength</key>
|
||||
<integer>11</integer>
|
||||
<integer>10</integer>
|
||||
<key>requireAlphanumeric</key>
|
||||
<true/>
|
||||
</dict>
|
||||
@ -38,7 +38,7 @@
|
||||
<key>PayloadDescription</key>
|
||||
<string>Configures our Macs to require passwords that are 10 character long</string>
|
||||
<key>PayloadDisplayName</key>
|
||||
<string>Enforce password length (11 characters)</string>
|
||||
<string>Enforce password length (10 characters)</string>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>com.github.erikberglund.ProfileCreator.F7CF282E-D91B-44E9-922F-A719634F9C8E</string>
|
||||
<key>PayloadOrganization</key>
|
||||
|
Loading…
Reference in New Issue
Block a user