From: Chris R. <Chr...@me...> - 2000-07-06 14:58:51
|
On Thu, 06 Jul 2000 09:06:29 CDT, Clif Harden wrote: > > > > hi,everybody: > > > > Does anybody know about any format in adding DNS zone > > info in ldap sever? something like ldap->add { > > dn........} > > ........??? > > > > Eric > > > > Eric, > > You can put dns and network information in a directory. There are several > commerical products that do this. > > The netscape objectClass domain has a dnsrecord attribute. > > If you do not find what you what in the standard objectClasses > and attributes you could aways create your own objectclass or > attributes. > > > Regards, > > Clif Harden INTERNET: c-h...@ti... > > The only 'domain' object class I can find wasn't invented by Netscape. It is defined in RFC 1274, and does not include any dnsrecord attribute. Perhaps you're thinking of the 'dNSDomain' object class, which does contain this attribute, and is also defined in RFC 1274? I would advise looking in RFC 1274 to see what else might be useful. If nothing is appropriate, as Clif says go ahead and create your own. Cheers, Chris |