LDAPAdminDownload now

OverviewNewsScreenshotsDocumentationDownloadForums

LDAP Admin - Thunderbird adreskaart

Thunderbird adreskaart by Paul Bastiaansen

ver 1.0

Thunderbird-like vcard (in Dutch)

<template>
   <name>Thunderbird adreskaart</name>
   <description>Thunderbird-like vcard (in Dutch)</description>
   <author>Paul Bastiaansen</author>
   <version>1.0</version>
   <email>paulb@westbrabant.net</email>

   <rdn>cn</rdn>
   <extends>user</extends>

   <attribute>
      <name>objectclass</name>
      <value>top</value>
      <value>inetOrgPerson</value>         
   </attribute>

   <attribute>
      <name>cn</name>
      <value>%givenName%.%sn%</value>
   </attribute>
   
         <control type = "panel"> 
    <caption>Naam</caption>
    <bevel>lowered</bevel>

            <attribute type="text">
               <description>Voornaam</description>
          <name>givenName</name>
            </attribute>
            <attribute type="text">
               <description>Achternaam</description>
          <name>sn</name>
            </attribute>
            <attribute type="text">
               <description>Weergave</description>
          <value>%givenName% %sn%</value>
          <name>cn</name>
            </attribute>

         </control>

         <control type = "panel"> 
    <caption>Internet</caption>
    <bevel>lowered</bevel>

            <attribute type="text">
               <description>E-mail</description>
          <name>mail</name>
            </attribute>
            <attribute type="text">
               <description>Alternatieve e-mail</description>
          <name>MozilaSecondEmail</name>
            </attribute>
            <attribute type="text">
               <description>Schermnaam</description>
          <name>nsAIMid</name>
            </attribute>

         </control>

    <control type = "tabbedpanel">
      <tab>
      <caption>Telefoon</caption>

              <attribute type="text">
                 <description>Thuis</description>
            <name>homePhone</name>
              </attribute>
              <attribute type="text">
                 <description>Werk</description>
            <name>telephoneNumber</name>
              </attribute>
              <attribute type="text">
                 <description>Mobiel</description>
            <name>mobile</name>
              </attribute>
              <attribute type="text">
                 <description>Fax</description>
            <name>facsimileTelephoneNumber</name>
              </attribute>
           </tab>

      <tab>
      <caption>Adres</caption>
              <attribute type="text">
                 <description>Adres</description>
            <name>mozillaHomeStreet</name>
              </attribute>
              <attribute type="text">
                 <description>Extra adresregel</description>
            <name>mozillaHomeStreet2</name>
              </attribute>
              <attribute type="text">
                 <description>Postcode</description>
            <name>mozillaHomePostalCode</name>
              </attribute>
              <attribute type="text">
                 <description>Woonplaats</description>
            <name>mozillaHomeLocalityName</name>
              </attribute>
      </tab>

      <tab>
      <caption>Overig</caption>

        <attribute>
          <name>description</name>
          <control type="textarea">
            <caption>Aantekeningen</caption>
       <height>150</height>
          </control>
        </attribute>

      </tab>
         </control> 
</template>










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