If I look at the schema through PLA the "Required" and "Optional" show
up. ARecord is a valid attribute. The thing is, I can't get any other
attributes to show up in the template except the 2 required. I have
tried a couple other attributes besides Arecord: TXTRecord, DNSTTL,
DNSClass nothing shows up.

If I use custom template, enter relativeDomainName (instead of cn) and
choose dnszone for objectClass, required and optional attributes show up
on subsequent page.

In the mean time, I created other templates just to see if I was
creating them wrong, they work.


Partial output of:
ldapsearch -xh localhost -b 'cn=Subschema' -s base
'(objectClass=subschema)' objectClasses
...
objectClasses: ( 1.3.6.1.4.1.2428.20.3 NAME 'dNSZone' SUP top STRUCTURAL
MUST 
 ( zoneName $ relativeDomainName ) MAY ( DNSTTL $ DNSClass $ ARecord $
MDRecor
 d $ MXRecord $ NSRecord $ SOARecord $ CNAMERecord $ PTRRecord $
HINFORecord $
  MINFORecord $ TXTRecord $ SIGRecord $ KEYRecord $ AAAARecord $
LOCRecord $ N
 XTRecord $ SRVRecord $ NAPTRRecord $ KXRecord $ CERTRecord $ A6Record $
DNAME
 Record ) )
...

All very strange, does anything look wrong with this:

--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="DNSClass">
        <display>DNSClass</display>
        <order>3</order>
        <page>1</page>
</attribute>
<attribute id="DNSTTL">
        <display>DNSTTL</display>
        <order>4</order>
        <page>1</page>
</attribute>
</attributes>
</template>

----


Kent N
--- Begin Message ---
Look at the schema (through PLA) - is aRecord a valid attribute?

Check the case, it may be case related as well.

...deon

On Wed, 25 Jun 2008 11:21:13 -0400, Kent Nasveschuk wrote

> 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?


-------------------------------------------------------------------------
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
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

--- End Message ---
-------------------------------------------------------------------------
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
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to