[Ldapdns-users] ldapaxfr - axfr rights
Brought to you by:
nimh
From: <Pet...@gm...> - 2003-08-06 19:28:39
|
hi, I´ve installed ldapdns 2.04 on a Gentoo Linux System. It works very well and I´m very surprised. But I´ve got a problem with ldapaxfr. If I set the environment variable on AXFR=. I can retrieve all the data. With AXFR=de I just get data from TLD de. However, I couldn´t find a configuration that allows me to define which IP can interrogate which zone (like axfrdns). Configurations like /var/lib/ldapdns/root/axfr don´t have any effect. Can someone give me an example how a computer with the IP 123.345.567 can call the domain my.example.tld ? With the following command I tried to get out which data were read: strace -e trace=open,close,read,write -f -o axfr.log /etc/init.d/ldapaxfr start the result was: 25148 open("search", O_RDONLY) = -1 ENOENT (No such file or directory) 25148 open("switch", O_RDONLY) = -1 ENOENT (No such file or directory) 25148 open("axfr", O_RDONLY) = 4 25148 read(4, "de=127.0.0.1\n", 4096) = 20 Why do I need search and switch for ldapaxfr? de=127.0.0.1 means TLD de could be transfered to the IP 127.0.0.1 Is this right? Thank you in advance Peter -- COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test -------------------------------------------------- 1. GMX TopMail - Platz 1 und Testsieger! 2. GMX ProMail - Platz 2 und Preis-Qualitätssieger! 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post |