LDAP Admin - ALE GroupALE Group by soha YOUSSEf
ver 1.0Template for maintaining ALE group entries
<template>
<name>ALE Group</name>
<description>Template for maintaining ALE group entries</description>
<version>1.0</version>
<author>soha YOUSSEf</author>
<rdn>cn</rdn>
<attribute>
<name>objectclass</name>
<value>top</value>
<value>groupOfUniqueNames</value>
<value>AluAppLink</value>
</attribute>
<attribute type="text">
<name>cn</name>
<description>Nom de groupe (cn)</description>
</attribute>
<attribute type="text">
<name>shortName</name>
<description>short Name (facultatif)</description>
</attribute>
<attribute type="text">
<name>email</name>
<description>email (facultatif)</description>
</attribute>
<attribute type="text">
<name>uniqueMember</name>
<description>membres de groupe</description>
<control type="grid">
<name>uidGrid</name>
</control>
<control type="pickupdlg">
<name>PickupDlg</name>
<datacontrol>uidGrid</datacontrol>
<filter type="custom">(|(objectClass=ALUUser)(objectClass=AluAppLink))</filter>
<column>
<caption>CN</caption>
<value>cn</value>
</column>
<column>
<caption>uid</caption>
<value>uid</value>
</column>
</control>
</attribute>
<attribute type="text">
<name>owner</name>
<description>proprietaire de groupe (facultatif)</description>
</attribute>
<attribute type="text">
<name>description</name>
<description>description (facultatif)</description>
</attribute>
</template> |