LDAP Admin - DNS ZoneDNS Zone by Tihomir Karlovic
ver 1.0Template for DNS Zone Entry
<template>
<name>DNS Zone</name>
<description>Template for DNS Zone Entry</description>
<author>Tihomir Karlovic</author>
<version>1.0</version>
<email>tk1065@users.sourceforge.net</email>
<website>ldapadmin.sourceforge.net</website>
<rdn>relativeDomainName</rdn>
<attribute>
<name>objectclass</name>
<value>top</value>
<value>dnsZone</value>
</attribute>
<attribute type="text">
<description>Zone name</description>
<name>zoneName</name>
<value>myzone.com</value>
<control type="edit"/>
</attribute>
<attribute type="text">
<description>DNS class</description>
<name>dNSClass</name>
<value>IN</value>
</attribute>
<attribute type="text">
<description>DNS class</description>
<name>dNSClass</name>
<value>IN</value>
</attribute>
<attribute type="text">
<description>DNS time to live</description>
<name>dNSTTL</name>
<value>3600</value>
</attribute>
<attribute type="text">
<description>MX records</description>
<name>mXRecord</name>
<value>10 mail.%zoneName%.</value>
<control type="grid">
<rows>3</rows>
</control>
</attribute>
<attribute type="text">
<description>NS records</description>
<name>nSRecord</name>
<value>ns.%zoneName%.</value>
<control type="grid">
<rows>3</rows>
</control>
</attribute>
<attribute type="text">
<description>SOA record</description>
<name>sOARecord</name>
<value>%zoneName%. dnsadmin.%zoneName%. 1 172800 14400 3628800 604800</value>
</attribute>
<attribute type="text">
<description>Relative domain name</description>
<name>relativeDomainName</name>
<value>@</value>
</attribute>
</template>
|