LDAP Admin - Windows 2008/2012 ContactsWindows 2008/2012 Contacts by Massimo Micò
ver 1.0Sample Contacts Entry
<template>
<name>Windows 2008/2012 Contacts</name>
<description>Sample Contacts Entry</description>
<author>Massimo Micò</author>
<version>1.0</version>
<email>studiom@blu.it</email>
<website>ldapadmin.sf.net</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>Nome</description>
</attribute>
<attribute type="text">
<name>sn</name>
<description>Cognome</description>
</attribute>
<attribute type="text">
<name>cn</name>
<value>%givenName% %sn%</value>
<description>Nome Visualizzato</description>
</attribute>
<attribute type="text">
<name>streetAddress</name>
<description>Indirizzo</description>
</attribute>
<attribute type="text">
<name>l</name>
<description>Città</description>
</attribute>
<attribute type="text">
<name>st</name>
<description>Provincia</description>
</attribute>
<attribute type="text">
<name>postalCode</name>
<description>CAP</description>
</attribute>
<attribute type="text">
<name>mail</name>
</attribute>
<attribute type="text">
<name>telephoneNumber</name>
<description>Telefono</description>
</attribute>
<attribute type="text">
<name>homePhone</name>
<description>Telefono casa</description>
</attribute>
<attribute type="text">
<name>pager</name>
<description>Cercapersone</description>
</attribute>
<attribute type="text">
<name>mobile</name>
<description>Cellulare</description>
</attribute>
<attribute type="text">
<name>facsimileTelephoneNumber</name>
<description>Fax</description>
</attribute>
<attribute type="text">
<name>ipPhone</name>
<description>Telefono IP</description>
</attribute>
</template>
|