From: Alejandro M. <am...@ge...> - 2005-03-29 19:32:39
|
me again (this time with a decent subject) i have defined conosur.0 zone on dc=Internal,ou=Services,dc=conosurseguros,dc=cl which also house services entries, www, ldap, mail, smtp, etc... but i have the machines on ou=Machines,dc=conosurseguros,dc=cl which belong to conosur.0 zone too. my problem is that Machines are considered zones instead of entries :( dn: dc=jaguar,ou=Machines,dc=conosurseguros,dc=cl associatedDomain: jaguar.conosur.0 dc: jaguar aRecord: 192.168.1.2 objectClass: dNSDomain objectClass: domainRelatedObject objectClass: top dn: dc=Internal,ou=Services,dc=conosurseguros,dc=cl associatedDomain: conosur.0 objectClass: top objectClass: dNSDomain objectClass: domainRelatedObject dc: Internal nSRecord: ns.conosur.0 mXRecord: 10 mail.conosur.0 dn: dc=ldap,dc=Internal,ou=Services,dc=conosurseguros,dc=cl associatedDomain: ldap.conosur.0 objectClass: top objectClass: dNSDomain objectClass: domainRelatedObject dc: ldap aRecord: 192.168.1.2 $ dnsq a jaguar.conosur.0 192.168.1.2 1 jaguar.conosur.0: 117 bytes, 1+1+1+1 records, response, authoritative, noerror query: 1 jaguar.conosur.0 answer: jaguar.conosur.0 86400 SOA ns.conosur.0 amery.geeks.cl 1112117795 10800 7200 604800 86400 authority: jaguar.conosur.0 86400 NS ns.conosur.0 additional: ns.conosur.0 86400 A 192.168.1.2 $ dnsq a ldap.conosur.0 192.168.1.2 1 ldap.conosur.0: 81 bytes, 1+1+1+1 records, response, authoritative, noerror query: 1 ldap.conosur.0 answer: ldap.conosur.0 86400 A 192.168.1.2 authority: ldap.conosur.0 86400 NS ns.conosur.0 additional: ns.conosur.0 86400 A 192.168.1.2 as i understood SCHEMA=ldapdns and SCHEMA=ldapdns-2 the are not recursive, they query a single match for associatedDomain. why is jaguar.conosur.0 a zone instead of just an entry? how can i solve this? Thanks in advance, Alejandro Mery |