<?xml version="1.0" encoding="UTF-8"?><policy>
	<rule>
		<description>Matching - by attribute value</description>
		<conditions>
			<and>
				<if-class-name op="equal">User</if-class-name>
			</and>
		</conditions>
		<actions>
			<do-find-matching-object>
				<arg-dn>
					<token-text xml:space="preserve">[Enter base DN to start search]</token-text>
				</arg-dn>
				<arg-match-attr name="[Enter name of attribute to match on]"/>
			</do-find-matching-object>
		</actions>
	</rule>
</policy>
