LDAP Admin - Mail Alias EntryMail Alias Entry by Maurizio Zanello
ver 1.0Mail Alias Entry
<template>
<name>Mail Alias Entry</name>
<description>Mail Alias Entry</description>
<author>Maurizio Zanello</author>
<version>1.0</version>
<email>zanello@sissa.it</email>
<website>www.sissa.it</website>
<rdn>cn</rdn>
<attribute>
<name>objectclass</name>
<value>nisMailAlias</value>
</attribute>
<attribute type="text">
<name>cn</name>
<description>Alias Name</description>
</attribute>
<attribute type="text">
<name>rfc822MailMember</name>
<description>Mail Member</description>
<control type="grid" />
</attribute>
</template>
|