F.1 Examples

//// Example - Set Local Lock on User//<modify-attr attr-name="SETGRANULARLOCKS">	<add-value>		<value type="structured">			<component name="LOCK_LOCAL">X</component>		</value>	</add-value></modify-attr>//// Example - Set Local and Global Locks on User//<modify-attr attr-name="SETGRANULARLOCKS">	<add-value>		<value type="structured">			<component name="LOCK_LOCAL">X</component>			<component name="LOCK_GLOBAL">X</component>		</value>	</add-value></modify-attr>//// Example - Clear Local and Wrong Logon Locks on User//<modify-attr attr-name="CLEARGRANULARLOCKS">	<add-value>		<value type="structured">			<component name="LOCK_LOCAL">X</component>			<component name="LOCK_WRONG_LOGON">X</component>		</value>	</add-value></modify-attr>