LDAPAdminDownload now

OverviewNewsScreenshotsDocumentationDownloadForums

LDAP Admin - Mail Group

Mail Group by Tihomir Karlovic

ver 1.0

Template example for a mail group

<template>
   <name>Mail Group</name>
   <description>Template example for a mail group</description>
   <author>Tihomir Karlovic</author>
   <version>1.0</version>
   <email>tk1065@users.sourceforge.net</email>
   <website>ldapadmin.sourceforge.net</website>

   <rdn>cn</rdn>

   <attribute>
      <name>objectclass</name>
      <value>mailGroup</value>
   </attribute>

   <attribute type="text">
      <description>Group name</description>
      <name>cn</name>
        </attribute>

   <attribute type="text">
      <description>Mail Routing Address</description>
      <name>mailroutingaddress</name>
        </attribute>

   <attribute type="text">
      <description>E-Mail Adress</description>
      <name>mail</name>
   </attribute>

   <attribute type="text">
      <name>member</name>
      <control type="grid">
         <name>MailGrid</name>
      </control>
      <control type="pickupdlg">
         <name>PickupDlg</name>
         <datacontrol>MailGrid</datacontrol>
         <filter type="custom">(objectclass=mailUser)</filter>
         <column>
            <caption>Group</caption>
            <value>*DN*</value>
         </column>
         <column>
            <caption>Description</caption>
            <value>description</value>
         </column>
      </control>
        </attribute>

</template>


Copyright (C) 2012 Tihomir Karlovic & www.ldapadmin.org. All rights reserved.   Design by Alexander Sokoloff. Impressum
LDAP Admin