RELEASE 1.1.0
This commit is contained in:
30
templates/creation/dNSDomain.xml
Normal file
30
templates/creation/dNSDomain.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE template SYSTEM "template.dtd">
|
||||
<template>
|
||||
<title>DNS Entry</title>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
<icon>images/dc.png</icon>
|
||||
<description>New DNS Entry</description>
|
||||
<askcontainer>1</askcontainer>
|
||||
<rdn>dc</rdn>
|
||||
<visible>1</visible>
|
||||
|
||||
<objectClasses>
|
||||
<objectClass id="dnsDomain"></objectClass>
|
||||
<objectClass id="domainRelatedObject"></objectClass>
|
||||
</objectClasses>
|
||||
|
||||
<attributes>
|
||||
<attribute id="domainComponent">
|
||||
<description>Domain Component</description>
|
||||
<display>DC Name</display>
|
||||
<order>1</order>
|
||||
<page>1</page>
|
||||
</attribute>
|
||||
<attribute id="associatedDomain">
|
||||
<display>Associated Domain</display>
|
||||
<order>2</order>
|
||||
<page>1</page>
|
||||
</attribute>
|
||||
</attributes>
|
||||
</template>
|
Reference in New Issue
Block a user