/etc/bind/univention.conf.d/domain.lan
zone "domain.lan" {
type master;
allow-transfer { any; };
notify yes;
database "ldap ldap://127.0.0.1:7389/zoneName=domain.lan,cn=dns,dc=domain,dc=lan????!bindname=cn%3Ducs1%2Ccn%3Ddc%2Ccn%3Dcomputers%2Cdc%3Ddomain%2Cdc%3Dlan,!x-bindpw=xxxxxxxxxxxxxxxx,x-tls 172800";
};
I have tried allowing transfer in the options, and the zone file. nothing seem to allow a transfer from the UCS servers.
possibly a bug in bind ???
Jul 30 14:28:04 ucs1 named[15251]: client @0x7f9fd4166bf0 10.10.50.200#59811 (domain.lan): zone transfer 'domain.lan/IN' denied
root 15251 0.6 1.5 519924 95200 ? Ssl 14:27 0:02 /usr/sbin/named -c /etc/bind/named.conf.samba4 -f -d 0
/etc/bind/named.conf.samba4
options {
tkey-gssapi-keytab "/var/lib/samba/private/dns.keytab";
listen-on { any; };
allow-query { any; };
allow-recursion { localhost; 10.0.0.0/8; 169.254.0.0/16; 172.16.0.0/12; 192.168.0.0/16; fc00::/7; fe80::/10; localnets; };
allow-query-cache { localhost; 10.0.0.0/8; 169.254.0.0/16; 172.16.0.0/12; 192.168.0.0/16; fc00::/7; fe80::/10; localnets; };
allow-transfer { any; };
listen-on-v6 { any; };
};