s4-dns: a dlz module for bind9
authorAndrew Tridgell <tridge@samba.org>
Mon, 6 Dec 2010 03:12:07 +0000 (14:12 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 6 Dec 2010 04:48:30 +0000 (05:48 +0100)
commit9f6f1b009866b8f697bcfad8b1451395732b78c1
treef815444e650f33e61fa85d8e4b242771973b93eb
parent521e96ca751df072e5c71d3844ed5708b79ac69d
s4-dns: a dlz module for bind9

this module can be loaded into bind9 if bind9 has been built with the
--with-dlz-dlopen option. It provides access bind9 access to the
DNS records in SAMDB.

You can then start bind9 with this in named.conf:

dlz "Samba zone" {
database "dlopen /usr/lib/samba/modules/bind9/dlz_bind9.so";
};

See http://git.samba.org/tridge/bind9.git for a bind9 tree with the
dlz_dlopen driver. See also the discussion on the bind-workers mailing
list

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Mon Dec  6 05:48:30 CET 2010 on sn-devel-104
source4/dns_server/dlz_bind9.c [new file with mode: 0644]
source4/dns_server/dlz_bind9.h [new file with mode: 0644]
source4/dns_server/wscript_build