Discussion:
[Samba] bind 9.11.b2 with samba 4.4.5
barış tombul
2016-07-26 07:28:13 UTC
Permalink
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
mathias dufresne
2016-07-26 08:34:03 UTC
Permalink
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...
Post by barış tombul
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
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Loading...