Fix for https://bugzilla.samba.org/show_bug.cgi?id=9634
authorJulien ROPÉ <jrope@linagora.com>
Fri, 23 Nov 2018 14:56:59 +0000 (15:56 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 11 Jun 2021 19:28:10 +0000 (19:28 +0000)
commit0ec865d979540a63362a2014358c8bb27efc0081
tree2d8bcc534afc10d30d529213d194edc717216a61
parent4f20d310af2bb1f96dea4810a7130492cc4cfc55
Fix for https://bugzilla.samba.org/show_bug.cgi?id=9634

Add an option to smb.conf to list authorized zone transfer clients.
Implement restriction in dlz_bind9 module to allow transfers only to selected IPs.
Deny zone transfer by default in dlz_bind9.

Adds test for the restriction in DNZ zone transfer clients.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=9634

Signed-off-by: Julien ROPÉ <jrope@linagora.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Jun 11 19:28:10 UTC 2021 on sn-devel-184
WHATSNEW.txt
docs-xml/smbdotconf/domain/dnszonetransferclientsallow.xml [new file with mode: 0644]
docs-xml/smbdotconf/domain/dnszonetransferclientsdeny.xml [new file with mode: 0644]
source4/dns_server/dlz_bind9.c
source4/torture/dns/dlz_bind9.c