LDAPAdminDownload now

OverviewNewsScreenshotsDocumentationDownloadForums

LDAP Admin - Phone Contact list

Phone Contact list by Petr Zanda

ver 1.0

Sample Contacts Entry

<template>
     <name>Phone Contact list</name>
     <description>Sample Contacts Entry</description>
     <author>Petr Zanda</author>
     <version>1.0</version>
     <email>petr@focusnetworks.co.uk</email>
     <website>focusnetworks.co.uk</website>

     <rdn>cn</rdn>
     <extends>user</extends>
     
     <attribute>
         <name>objectclass</name>
         <value>contact</value>
         <value>organizationalPerson</value>
         <value>person</value>
         <value>top</value>
     </attribute>

     <attribute type="text">
         <name>givenName</name>
         <description>Name</description>
     </attribute>

     <attribute type="text">
         <name>sn</name>
         <description>Surname</description>
     </attribute>

     <attribute type="text">
         <name>cn</name>
         <value>%givenName% %sn%</value>
         <description>Display Name</description>
     </attribute>

     <attribute type="text">
         <name>telephoneNumber</name>
         <description>Telephone</description>
     </attribute>
 
        <attribute type="text">
         <name>mobile</name>
         <description>Mobile</description>
     </attribute>

</template>


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