LDAP Admin - Scalix GroupScalix Group by Stephen Horvath
ver 1.0Scalix Group Entry
<template>
<name>Scalix Group</name>
<description>Scalix Group Entry</description>
<author>Stephen Horvath</author>
<version>1.0</version>
<email>stephen@graphicnet.co.za</email>
<website>www.graphicnet.co.za</website>
<rdn>cn</rdn>
<extends>group</extends>
<attribute>
<name>objectclass</name>
<value>groupOfNames</value>
<value>scalixGroupClass</value>
</attribute>
<attribute type="text">
<name>cn</name>
<description>Distribution Group Name</description>
</attribute>
<attribute type="text">
<name>description</name>
<description>Description</description>
</attribute>
<attribute type="text">
<name>scalixScalixObject</name>
<description>Create Scalix Group</description>
<value>TRUE</value>
<control type="combo">
<items>
<item>TRUE</item>
<item>FALSE</item>
</items>
</control>
</attribute>
<attribute type="text">
<name>scalixMailnode</name>
<description>Scalix Mailnode</description>
</attribute>
<attribute type="text">
<name>displayName</name>
<description>Display Name</description>
<value>%cn%</value>
</attribute>
<attribute type="text">
<name>member</name>
<description>Add Members</description>
<value>uid=%cn%,cn=Users,dc=%n%,dc=%o%</value>
<control type="grid"/>
</attribute>
<attribute type="text">
<name>scalixEmailAddress</name>
<description>Email Addresses</description>
<value>%cn%@%o%</value>
<control type="grid"/>
</attribute>
<attribute type="text">
<name>scalixHideUserEntry</name>
<description>Hide User Entry</description>
<value>FALSE</value>
<control type="combo">
<items>
<item>TRUE</item>
<item>FALSE</item>
</items>
</control>
</attribute>
</template>
|