<?xml version="1.0" encoding="UTF-8"?><policy>
	<rule>
		<description>Setup Local Variables</description>
		<conditions>
			<and>
				<if-class-name op="equal">User</if-class-name>
			</and>
		</conditions>
		<actions>
			<do-set-local-variable name="LVUsers1">
				<arg-string>
					<token-text xml:space="preserve">User:</token-text>
					<token-op-attr name="cn"/>
					<token-text xml:space="preserve"> added to the </token-text>
					<token-text xml:space="preserve">Training\Users\Active\Users1</token-text>
					<token-text xml:space="preserve"> container</token-text>
				</arg-string>
			</do-set-local-variable>
			<do-set-local-variable name="LVUsers2">
				<arg-string>
					<token-text xml:space="preserve">User:</token-text>
					<token-op-attr name="cn"/>
					<token-text xml:space="preserve"> added to the </token-text>
					<token-text xml:space="preserve">Training\Users\Active\Users2</token-text>
					<token-text xml:space="preserve"> container</token-text>
				</arg-string>
			</do-set-local-variable>
			<do-set-local-variable name="LVUsers3">
				<arg-string>
					<token-text xml:space="preserve">User:</token-text>
					<token-op-attr name="cn"/>
					<token-text xml:space="preserve"> added to the </token-text>
					<token-text xml:space="preserve">Training\Users\Active\Users3</token-text>
					<token-text xml:space="preserve"> container</token-text>
				</arg-string>
			</do-set-local-variable>
		</actions>
	</rule>
	<rule>
		<description>Surname A-I: place in Users1</description>
		<conditions>
			<and>
				<if-class-name op="equal">User</if-class-name>
				<if-op-attr mode="regex" name="Surname" op="equal">[a-i].*</if-op-attr>
			</and>
		</conditions>
		<actions>
			<do-set-op-dest-dn>
				<arg-dn>
					<token-text xml:space="preserve">Training\Users\Active\Users1</token-text>
					<token-text xml:space="preserve">\</token-text>
					<token-op-attr name="CN"/>
				</arg-dn>
			</do-set-op-dest-dn>
			<do-trace-message color="yellow">
				<arg-string>
					<token-local-variable name="LVUsers1"/>
				</arg-string>
			</do-trace-message>
			<do-generate-event id="1000">
				<arg-string name="text1">
					<token-local-variable name="LVUsers1"/>
				</arg-string>
			</do-generate-event>
		</actions>
	</rule>
	<rule>
		<description>Surname J-R: place in Users2</description>
		<conditions>
			<and>
				<if-class-name op="equal">User</if-class-name>
				<if-op-attr mode="regex" name="Surname" op="equal">[j-r].*</if-op-attr>
			</and>
		</conditions>
		<actions>
			<do-set-op-dest-dn>
				<arg-dn>
					<token-text xml:space="preserve">Training\Users\Active\Users2</token-text>
					<token-text xml:space="preserve">\</token-text>
					<token-op-attr name="CN"/>
				</arg-dn>
			</do-set-op-dest-dn>
			<do-trace-message color="yellow">
				<arg-string>
					<token-local-variable name="LVUsers2"/>
				</arg-string>
			</do-trace-message>
			<do-generate-event id="1000">
				<arg-string name="text1">
					<token-local-variable name="LVUsers2"/>
				</arg-string>
			</do-generate-event>
		</actions>
	</rule>
	<rule>
		<description>Surname S-Z: place in Users3</description>
		<conditions>
			<and>
				<if-class-name op="equal">User</if-class-name>
				<if-op-attr mode="regex" name="Surname" op="equal">[s-z].*</if-op-attr>
			</and>
		</conditions>
		<actions>
			<do-set-op-dest-dn>
				<arg-dn>
					<token-text xml:space="preserve">Training\Users\Active\Users3</token-text>
					<token-text xml:space="preserve">\</token-text>
					<token-op-attr name="CN"/>
				</arg-dn>
			</do-set-op-dest-dn>
			<do-trace-message color="yellow">
				<arg-string>
					<token-local-variable name="LVUsers3"/>
				</arg-string>
			</do-trace-message>
			<do-generate-event id="1000">
				<arg-string name="text1">
					<token-local-variable name="LVUsers3"/>
				</arg-string>
			</do-generate-event>
		</actions>
	</rule>
</policy>
