mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Added acccount-lock-out.xml (#34619)
This commit is contained in:
parent
97cf97ca3e
commit
b0895b9e23
1 changed files with 11 additions and 0 deletions
11
docs/solutions/account-lock-out.xml
Normal file
11
docs/solutions/account-lock-out.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<Add>
|
||||
<Item>
|
||||
<Meta>
|
||||
<Format xmlns="syncml:metinf">chr</Format>
|
||||
</Meta>
|
||||
<Target>
|
||||
<LocURI>./Device/Vendor/MSFT/Policy/Config/DeviceLock/AccountLockoutPolicy</LocURI>
|
||||
</Target>
|
||||
<Data>AccountLockoutDuration:30, AccountLockoutThreshold:10, ResetAccountLockoutCounterAfter:3</Data>
|
||||
</Item>
|
||||
</Add>
|
||||
Loading…
Reference in a new issue