LDAP Admin - Zarafa User AccountZarafa User Account by Dancho Penev
ver 1.0Custom template for Zarafa user accounts
<template>
<name>Zarafa User Account</name>
<description>Custom template for Zarafa user accounts</description>
<author>Dancho Penev</author>
<version>1.0</version>
<extends>user</extends>
<attribute>
<name>objectclass</name>
<value>top</value>
<value>inetOrgPerson</value>
<value>zarafa-user</value>
</attribute>
<attribute>
<name>zarafaAccount</name>
<value>1</value>
</attribute>
<attribute type="text">
<name>zarafaAliases</name>
<description>Aliases</description>
<control type="listbox">
<bevel>none</bevel>
<margin>0</margin>
<buttons>
<orientation>vertical</orientation>
<alignment>right</alignment>
<button type="add"></button>
<button type="edit"></button>
<button type="delete"></button>
</buttons>
</control>
</attribute>
<attribute type="text">
<name>zarafaSendAsPrivilege</name>
<description>Send on behalf of</description>
<control type="listbox">
<bevel>none</bevel>
<margin>0</margin>
<buttons>
<orientation>vertical</orientation>
<alignment>right</alignment>
<button type="browse">
<filter type="custom">(&(objectClass=zarafa-user)(zarafaAccount=1))</filter>
<base></base>
<returns>mail</returns>
<column>
<caption>Name</caption>
<value>displayName</value>
</column>
<column>
<caption>E-Mail</caption>
<value>mail</value>
</column>
</button>
<button type="delete"></button>
</buttons>
</control>
</attribute>
<attribute type="text">
<name>zarafaEnabledFeatures</name>
<description>Enabled features</description>
<control type="listbox">
<bevel>none</bevel>
<margin>0</margin>
<buttons>
<orientation>vertical</orientation>
<alignment>right</alignment>
<button type="add"></button>
<button type="edit"></button>
<button type="delete"></button>
</buttons>
</control>
</attribute>
<control type="panel">
<bevel>frame</bevel>
<caption>Options</caption>
<attribute type="integer">
<name>zarafaSharedStoreOnly</name>
<value>0</value>
<control type="checkbox">
<caption>Inactive (shared store only)</caption>
<true>1</true>
<false>0</false>
</control>
</attribute>
<attribute type="integer">
<name>zarafaAdmin</name>
<value>0</value>
<control type="checkbox">
<caption>Administrative account</caption>
<true>1</true>
<false>0</false>
</control>
</attribute>
<attribute type="integer">
<name>zarafaHidden</name>
<value>0</value>
<control type="checkbox">
<caption>Excluded from Global Address Book</caption>
<true>1</true>
<false>0</false>
</control>
</attribute>
</control>
<control type="panel">
<bevel>frame</bevel>
<caption>Mailbox quota</caption>
<attribute type="integer">
<name>zarafaQuotaOverride</name>
<value>0</value>
<control type="checkbox">
<caption>Override system wide quota</caption>
<true>1</true>
<false>0</false>
</control>
</attribute>
<attribute type="integer">
<name>zarafaQuotaHard</name>
<description>Hard quota size in MiB</description>
<value>2048</value>
</attribute>
<attribute type="integer">
<name>zarafaQuotaSoft</name>
<description>Soft quota size in MiB</description>
<value>1843</value>
</attribute>
<attribute type="integer">
<name>zarafaQuotaWarn</name>
<description>Warning quota size in MiB</description>
<value>1638</value>
</attribute>
</control>
</template>
|