1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/dns_server
Andrew Tridgell 9f6f1b0098 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
2010-12-06 05:48:30 +01:00
..
dlz_bind9.c s4-dns: a dlz module for bind9 2010-12-06 05:48:30 +01:00
dlz_bind9.h s4-dns: a dlz module for bind9 2010-12-06 05:48:30 +01:00
dns_query.c s4:dns_server - fix counter types 2010-10-23 16:37:29 +02:00
dns_server.c s4-server: make server sockets a child of the task context 2010-11-15 10:19:34 +11:00
dns_server.h s4 dns: Switch to WERROR 2010-10-23 10:17:06 +00:00
dns_update.c s4:dns_server/dns_update.c - remove unreachable statements 2010-11-29 14:48:13 +01:00
dns_utils.c s4 dns: Switch to WERROR 2010-10-23 10:17:06 +00:00
TODO s4 dns: Add a boilerplate DNS server implementation 2010-10-23 10:17:05 +00:00
wscript_build s4-dns: a dlz module for bind9 2010-12-06 05:48:30 +01:00