6 Dec 2010 07:58
dlz dlopen driver
<tridge <at> samba.org>
2010-12-06 06:58:10 GMT
2010-12-06 06:58:10 GMT
Hi All, I've been working with the bind9 developers on better integration between Samba4 and bind9. As part of that I have proposed a set of patches: http://samba.org/tridge/bind9-patches/ Included in the patches is a new dlz driver which allows for an externally build dlz module to be used, like this: dlz "example zone" { database "dlopen /some/path/module.so OPTIONS"; }; I'm hoping this driver will be integrated into a future release of bind9. Samba4 can make use of this patch using a new dlz_bind9.so module. The code for that module is here: http://git.samba.org/?p=tridge/samba.git;a=blob;f=source4/dns_server/dlz_bind9.c That module uses the Samba4 AD database to export a full AD DNS database via bind9. A dlopen dlz driver is very similar to a in-tree dlz driver, except for the following differences: 1) the functions are found using dlsym(). The symbol names are:(Continue reading)
RSS Feed