But It seems that serving ns zones over ldap is not possible on OpenBSD... The
sdb-ldap backend is not in the OpenBSD ports...

You can add dlz-ldap backend to OpenBSD's bind.

All you need to do (assuming that you've got OpenBSD's sources in /usr/src
and bind-9.4.2-P2.tar.gz unpacked in your working directory):
1) cp -R bind-9.4.2-P2/contrib /usr/src/usr.sbin/bind/
2) cp bind-9.4.2-P2/configure /usr/src/usr.sbin/bind/
3) edit configure script and remove all *tests* from ac_config_files
4) add "--with-dlz-ldap=yes" to CONFIGURE_OPTS in Makefile.bsd-wrapper
5) rebuild bind

Best regards,
Piotr Sikora < pi...@sikora.nu >

Reply via email to