<?xml version="1.0" encoding="UTF-8"?>
	<policy>
		<rule>
			<description>Match Users based on email address</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" xmlns:xml="http://www.w3.org/XML/1998/namespace">ou=people,o=novell</token-text>
					</arg-dn>
					<arg-match-attr name="Internet EMail Address"/>
				</do-find-matching-object>
			</actions>
		</rule>
	</policy>

