i want to use bind 9.11beta2 version. I do not see bind9_11.so Best regards cat /usr/local/samba/private/named.conf # This DNS configuration is for BIND 9.8.0 or later with dlz_dlopen support. # # This file should be included in your main BIND configuration file # # For example with # include "/usr/local/samba/private/named.conf"; # # This configures dynamically loadable zones (DLZ) from AD schema # Uncomment only single database line, depending on your BIND version # dlz "AD DNS Zone" { # For BIND 9.8.x # database "dlopen /usr/local/samba/lib/bind9/dlz_bind9.so"; # For BIND 9.9.x # database "dlopen /usr/local/samba/lib/bind9/dlz_bind9_9.so"; # For BIND 9.10.x database "dlopen /usr/local/samba/lib/bind9/dlz_bind9_10.so"; };
Hi, Did you tried to use the bind9_10 library? Did it worked? If it does not work you should be able to replace this library (which do not need configuration) by one shipped with your Bind package. This one will need configuration to know how to reach and deal with AD LDAP tree and authentication, but that should be possible... 2016-07-26 9:28 GMT+02:00 barış tombul <bbtombul at gmail.com>:> i want to use bind 9.11beta2 version. > I do not see bind9_11.so > Best regards > > cat /usr/local/samba/private/named.conf > > > > # This DNS configuration is for BIND 9.8.0 or later with dlz_dlopen > support. > # > # This file should be included in your main BIND configuration file > # > # For example with > # include "/usr/local/samba/private/named.conf"; > > # > # This configures dynamically loadable zones (DLZ) from AD schema > # Uncomment only single database line, depending on your BIND version > # > dlz "AD DNS Zone" { > # For BIND 9.8.x > # database "dlopen /usr/local/samba/lib/bind9/dlz_bind9.so"; > > # For BIND 9.9.x > # database "dlopen /usr/local/samba/lib/bind9/dlz_bind9_9.so"; > > # For BIND 9.10.x > database "dlopen /usr/local/samba/lib/bind9/dlz_bind9_10.so"; > }; > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
On Tue, 2016-07-26 at 10:34 +0200, mathias dufresne wrote:> Hi, > > Did you tried to use the bind9_10 library? Did it worked?If not, the changes to the dlz_minimal.h and the code to match the .h from BIND are normally trivial> If it does not work you should be able to replace this library (which > do > not need configuration) by one shipped with your Bind package. This > one > will need configuration to know how to reach and deal with AD LDAP > tree and > authentication, but that should be possible...I'm sorry, this isn't an option. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba