<?xml version="1.0" encoding="UTF-8"?>
	<policy>
		<rule>
			<description>Department Engineering</description>
			<conditions>
				<and>
					<if-class-name op="equal">User</if-class-name>
					<if-op-attr mode="regex" name="Department" op="equal">.*Engineering.*</if-op-attr>
				</and>
			</conditions>
			<actions>
				<do-set-op-dest-dn>
					<arg-dn>
						<token-text xml:space="preserve">Eng</token-text>
						<token-text xml:space="preserve">\</token-text>
						<token-op-attr name="CN"/>
					</arg-dn>
				</do-set-op-dest-dn>
			</actions>
		</rule>
		<rule>
			<description>Department HR</description>
			<conditions>
				<and>
					<if-class-name op="equal">User</if-class-name>
					<if-op-attr mode="regex" name="Department" op="equal">.*HR.*</if-op-attr>
				</and>
			</conditions>
			<actions>
				<do-set-op-dest-dn>
					<arg-dn>
						<token-text xml:space="preserve">HR</token-text>
						<token-text xml:space="preserve">\</token-text>
						<token-op-attr name="CN"/>
					</arg-dn>
				</do-set-op-dest-dn>
			</actions>
		</rule>
	</policy>