LDAP Admin - Employee attributesEmployee attributes by Maurizio Zanello
ver 1.0Employee attributes
<template>
<name>Employee attributes</name>
<description>Employee attributes</description>
<author>Maurizio Zanello</author>
<version>1.0</version>
<email>zanello@sissa.it</email>
<website>www.sissa.it</website>
<rdn>uid</rdn>
<extends>user</extends>
<attribute>
<name>objectclass</name>
<value>inetOrgPerson</value>
</attribute>
<attribute type="text">
<name>employeeNumber</name>
<description>ID Number</description>
</attribute>
<attribute type="text">
<name>employeeType</name>
<description>Type</description>
</attribute>
</template>
|