mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add configuration to block user account details on sign-in (#34622)
This commit is contained in:
parent
bb4717da1f
commit
d4dabf4783
1 changed files with 15 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
<Replace>
|
||||
<CmdID>2</CmdID>
|
||||
<Item>
|
||||
<Meta>
|
||||
<Format>chr</Format>
|
||||
<Type>text/plain</Type>
|
||||
</Meta>
|
||||
<Target>
|
||||
<LocURI>./Device/Vendor/MSFT/Policy/Config/ADMX_Logon/BlockUserFromShowingAccountDetailsOnSignin</LocURI>
|
||||
</Target>
|
||||
<Data>
|
||||
<![CDATA[<enabled/>]]>
|
||||
</Data>
|
||||
</Item>
|
||||
</Replace>
|
||||
Loading…
Reference in a new issue