<?xml version="1.0" encoding="UTF-8"?>
	<policy>
		<rule>
			<description>Assign Manager Template if Title contains Manager</description>
			<conditions>
				<and>
					<if-class-name op="equal">User</if-class-name>
					<if-op-attr name="Title" op="available"/>
					<if-op-attr mode="regex" name="Title" op="equal">.*Manager.*</if-op-attr>
				</and>
			</conditions>
			<actions>
				<do-set-op-template-dn>
					<arg-dn>
						<token-text xml:space="preserve">Users\Manager Template</token-text>
					</arg-dn>
				</do-set-op-template-dn>
			</actions>
		</rule>
	</policy>
	
