<?xml version="1.0" encoding="UTF-8"?>
<templates>
	<template domain="marilynLdap">
		  <dn type="helper" />  
		<!-- <username type="form">username</username>-->
	<attribute name= "userPassword" type="helper"/>
	        <attribute name="JoomlaBlockUser" type="string">0</attribute>
	        <attribute name="JoomlaGroup" type="string">Registered</attribute>
		<attribute  name="mail" type="form">email</attribute>
		<attribute name="objectClass" type="string">top</attribute>
		<attribute name="objectClass" type="string">inetOrgPerson</attribute>
		<attribute name="objectClass" type="string">JoomlaUser</attribute>
		<attribute name="cn" type="form">username</attribute>
		<attribute name="sn" type="helper"/>
		<attribute name="uid" type="form">username</attribute>
		<attribute name="givenName" type="helper"/>
	        <attribute name="displayName" type="form">name</attribute>
	     </template>
	 
</templates>