<?xml version="1.0" encoding="UTF-8"?><policy>
	<rule>
		<description>Placement - Publisher Flat</description>
		<conditions>
			<or>
				<if-class-name mode="nocase" op="equal">User</if-class-name>
			</or>
		</conditions>
		<actions>
			<do-set-local-variable name="dest-base">
				<arg-string>
					<token-text xml:space="preserve">[Enter DN of destination container]</token-text>
				</arg-string>
			</do-set-local-variable>
			<do-set-op-dest-dn>
				<arg-dn>
					<token-local-variable name="dest-base"/>
					<token-text>\</token-text>
					<token-escape-for-dest-dn>
						<token-unique-name name="CN" scope="subtree">
							<arg-string>
								<token-lower-case>
									<token-substring length="1">
										<token-op-attr name="Given Name"/>
									</token-substring>
									<token-op-attr name="Surname"/>
								</token-lower-case>
							</arg-string>
							<arg-string>
								<token-lower-case>
									<token-substring length="2">
										<token-op-attr name="Given Name"/>
									</token-substring>
									<token-op-attr name="Surname"/>
								</token-lower-case>
							</arg-string>
						</token-unique-name>
					</token-escape-for-dest-dn>
				</arg-dn>
			</do-set-op-dest-dn>
		</actions>
	</rule>
</policy>
