Hello,

I posted this once before, but no one responded. I have a template that
I'm trying to create for dnszone.schema
http://www.venaas.no/ldap/bind-sdb/dnszone-schema.txt

I have been unable to get any attribute other than the MUST attributes
to show up on the web page.

--forward_zone.xml--
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE template SYSTEM "template.dtd">
<template>
<title>DNS Forward Zone</title>
<icon>images/dc.png</icon>
<askcontainer>1</askcontainer>
<rdn>relativeDomainName</rdn>
<visible>1</visible>

<objectClasses>
<objectClass id="dNSZone"></objectClass>
</objectClasses>

<attributes>
<attribute id="relativeDomainName">
        <display>relativeDomainName</display>
        <icon>images/dc.png</icon>
        <order>1</order>
        <page>1</page>
</attribute>
<attribute id="zoneName">
        <display>zoneName</display>
        <order>2</order>
        <page>1</page>
</attribute>
<attribute id="aRecord">
        <display>aRecord</display>
        <order>3</order>
        <page>1</page>
</attribute>
</attributes>
</template>
------------

The MUST attributes "relativeDomainName" and "zonename" show up,
"aRecord" doesn't. I've made other templates none behave like this one.
I think there must be some other reason I am missing. Any suggestions?

Kent N 

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to