<?xml version="1.0" encoding="UTF-8"?>
	<policy>
		<rule>
			<description>Default Password of [2]FN+[6]LN</description>
			<conditions>
				<and>
					<if-class-name op="equal">User</if-class-name>
					<if-password op="not-available"/>
				</and>
			</conditions>
			<actions>
				<do-set-dest-password>
					<arg-string>
						<token-lower-case>
							<token-substring length="2">
								<token-op-attr name="Given Name"/>
							</token-substring>
							<token-substring length="6">
								<token-op-attr name="Surname"/>
							</token-substring>
						</token-lower-case>
					</arg-string>
				</do-set-dest-password>
			</actions>
		</rule>
	</policy> 