LDAP Admin - MVA Person DetailsMVA Person Details by Narasimham Mantha
ver 1.0Person Details
<template>
<name>MVA Person Details</name>
<description>Person Details</description>
<author>Narasimham Mantha</author>
<version>1.0</version>
<email>mva.narasimham@cmcltd.com</email>
<website>www.cmcltd.com</website>
<rdn>cn</rdn>
<extends>user</extends>
<attribute>
<name>objectclass</name>
<value>top</value>
<value>posixAccount</value>
<value>person</value>
<value>organizationalPerson</value>
<value>inetOrgPerson</value>
</attribute>
<attribute type="date">
<name>roomNumber</name>
<dateformat>ddMMyyyy</dateformat>
<displayformat>ddMMyyyy</displayformat>
<description>Account Inactive Date</description>
</attribute>
<attribute type="text">
<name>employeeType</name>
<description>Category</description>
<control type="combo">
<items>
<item>Student</item>
<item>Faculty</item>
<item>Non-Teaching</item>
<item>Teaching</item>
</items>
</control>
</attribute>
<attribute type="text">
<name>departmentNumber</name>
<description>Department</description>
</attribute>
<attribute type="text">
<name>manager</name>
<description>School</description>
</attribute>
<attribute type="text">
<name>homePostalAddress</name>
<description>Category 2</description>
<control type="combo">
<items>
<item>SC</item>
<item>ST</item>
<item>BC</item>
<item>OTHERS</item>
</items>
</control>
</attribute>
<attribute type="text">
<name>secretary</name>
<description>Gender</description>
<control type="combo">
<items>
<item>Male</item>
<item>Female</item>
</items>
</control>
</attribute>
</template>
|