<?xml version="1.0" encoding="UTF-8"?><policy>
	<rule>
		<description>Command Transformation - Create Departmental Container - Part 1</description>
		<conditions>
			<and>
				<if-operation op="equal">add</if-operation>
			</and>
		</conditions>
		<actions>
			<do-set-local-variable name="target-container">
				<arg-string>
					<token-dest-dn length="-2"/>
				</arg-string>
			</do-set-local-variable>
			<do-set-local-variable name="does-target-exist">
				<arg-string>
					<token-dest-attr class-name="OrganizationalUnit" name="objectclass">
						<arg-dn>
							<token-local-variable name="target-container"/>
						</arg-dn>
					</token-dest-attr>
				</arg-string>
			</do-set-local-variable>
		</actions>
	</rule>
</policy>
