LDAP Admin - OXOX by Tihomir Karlovic
ver 0.2OpenXchange Entry
<template>
<name>OX</name>
<description>OpenXchange Entry</description>
<author>Tihomir Karlovic</author>
<version>0.2</version>
<email>tk1065@sourceforge.net</email>
<website>ldapadmin.sourceforge.net</website>
<version>0.1</version>
<author>Sebastian Schirmer</author>
<email>ses@zyres.com</email>
<website>www.zyres.net</website>
<rdn>uid</rdn>
<extends>user</extends>
<attribute>
<name>objectclass</name>
<value>OXUserObject</value>
</attribute>
<control type="panel">
<caption>Mail account</caption>
<bevel>lowered</bevel>
<attribute type="boolean">
<name>mailEnabled</name>
<description>mailEnabled</description>
<value>OK</value>
<control type="checkbox">
<caption>Mail enabled</caption>
<true>OK</true>
<false></false>
</control>
</attribute>
<attribute type="boolean">
<name>lnetMailAccess</name>
<description>lnetMailAccess</description>
<value>TRUE</value>
<value>OK</value>
<control type="checkbox">
<caption>Allow user to send mails to internet</caption>
<true>TRUE</true>
<false></false>
</control>
</attribute>
</control>
<control type = "tabbedpanel">
<tab>
<caption>E-Mail</caption>
<attribute type="text">
<name>mail</name>
<description>E-Mail</description>
<control type="edit">
<regex>
<expression>[_a-zA-Z\d\-\.]+@[_a-zA-Z\d\-]+(\.[_a-zA-Z\d\-]+)+</expression>
<errormessage>Invalid E-Mail address!</errormessage>
</regex>
</control>
</attribute>
<attribute type="text">
<name>alias</name>
<description>Secondary (alias) mailaddresses</description>
<control type="grid">
<regex>
<expression>[_a-zA-Z\d\-\.]+@[_a-zA-Z\d\-]+(\.[_a-zA-Z\d\-]+)+</expression>
<errormessage>Invalid E-Mail address!</errormessage>
</regex>
<rows>3</rows>
</control>
</attribute>
</tab>
<tab>
<caption>Server settings</caption>
<attribute type="text">
<name>mailDomain</name>
<description>E-Mail domain</description>
<value>example.org</value>
</attribute>
<attribute type="text">
<name>smtpServer</name>
<description>SMTP server address</description>
<value>smtp.%mailDomain%</value>
</attribute>
<attribute type="text">
<name>imapServer</name>
<description>IMAP server address</description>
<value>imap.%mailDomain%</value>
</attribute>
<attribute type="text">
<name>preferredLanguage</name>
<description>Preferred language</description>
<value>DE</value>
<control type="combo">
<items>
<item>DE</item>
<item>EN</item>
</items>
</control>
</attribute>
<attribute type="text">
<name>userCountry</name>
<description>userCountry</description>
<value>DE</value>
<control type="combo">
<items>
<item>DE</item>
<item>EN</item>
</items>
</control>
</attribute>
<attribute type="integer">
<name>OXGroupID</name>
<description>Group ID</description>
<value>1100</value>
<control type="integer">
<name>edOxGID</name>
</control>
<control type="pickupdlg">
<name>pickupdlg</name>
<datacontrol>edOxGID</datacontrol>
<filter type="groups"></filter>
<returns>GidNumber</returns>
<column>
<caption>Group</caption>
<value>*DN*</value>
</column>
<column>
<caption lang="en">Description</caption>
<caption lang="de">Beschreibung</caption>
<value>description</value>
</column>
</control>
</attribute>
</tab>
<tab>
<caption>Dayview settings</caption>
<attribute type="time">
<name>OXDayviewStartTime</name>
<description>Starttime for displaying ox appointments</description>
<value>7:00</value>
<control type="time">
<timeformat>HH:mm</timeformat>
<displayformat>HH:mm</displayformat>
</control>
</attribute>
<attribute type="text">
<name>OXDayviewEndTime</name>
<description>Endtime for displaying ox appointments</description>
<value>23:59</value>
<control type="time">
<timeformat>HH:mm</timeformat>
<displayformat>HH:mm</displayformat>
</control>
</attribute>
<attribute type="text">
<name>OXAppointmentDays</name>
<description>Days to display new appointments</description>
<value>7</value>
</attribute>
<attribute type="text">
<name>OXTaskDays</name>
<description>Days to display new tasks</description>
<value>7</value>
</attribute>
<attribute type="text">
<name>OXTimeZone</name>
<description>Time zone</description>
<value>Europe/Berlin</value>
</attribute>
<attribute>
<name>OXDayviewInterval</name>
<description>Interval for displaying ox appointments</description>
<value>30</value>
</attribute>
</tab>
</control>
</template>
|