LDAP Admin - Approval Web Application EntryApproval Web Application Entry by Sze Yeng
ver 1.0Approval Portal
<template>
<name>Approval Web Application Entry</name>
<description>Approval Portal</description>
<author>Sze Yeng</author>
<version>1.0</version>
<email>szeyeng.yau@morpho.com</email>
<website>morpho.com</website>
<rdn>cn</rdn>
<attribute>
<name>objectclass</name>
<value>top</value>
</attribute>
<attribute type="text">
<name>cn</name>
<description>Common Name (cn)</description>
</attribute>
<attribute type="text">
<name>sn</name>
<description>Name (sn)</description>
</attribute>
<attribute type="text">
<name>uid</name>
<description>User-ID (uid)</description>
</attribute>
<attribute type="text">
<name>partition</name>
<description>partition</description>
</attribute>
<attribute type="text">
<name>userpassword</name>
<description>Object Password</description>
<control type="passwordbutton">
</control>
</attribute>
</template> |