[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Re[2]: DNS information in LDAP
Quoting Manuel Guesdon <mguesdon@oxymium.net>:
> As it seems to interest many people, you'll find PHP and perl files at the following location:
> ftp://ftp.oxymium.net/pub/ldap-dns/
>
> I've just added few comments. Feel free to ameliorate it and write some documentation :-)
This seems interesting... Do you have the objectclasses defined somewhere to, so I don't
have to do duplicate development? :)
One small note (since I don't know if you developed those objectclasses yourself) but
the 'dnsrecord'... Why not have to kinds, 'recordtype' and 'recorddata' (or something
similarly:
dc=localhost,dc=MyDomain,dc=net,o=LDAPRoot
dc=localhost
recordtype=A
recorddata=127.0.0.1
dc=www,dc=MyDomain,dc=net,o=LDAPRoot
dc=www
recordtype=CNAME
recorddata=www.justredirect.com.