s4/dlz: add support for bind 9.20
authorMichael Tokarev <mjt@tls.msk.ru>
Tue, 3 Jun 2025 06:41:57 +0000 (09:41 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 21 Aug 2025 17:37:38 +0000 (20:37 +0300)
commitd5358916dd0c087483ee5c7c81d7c47bb3965ea2
tree49e6a309b2ff6d548cbcae0e308ac1f46dafe54a
parentb3c89d1b254af40f60b267c3ea62b357dcc9bf5f
s4/dlz: add support for bind 9.20

Forwarded: yes, https://gitlab.com/samba-team/samba/-/merge_requests/4067
Bug-Debian: https://bugs.debian.org/1107139

bind dlz interface does not change much, yet we build
dlz_bind9_NN for every bind9 version NN we support -
despite many of them differ only in soversion, with
the code being identical.

For bind9_20, use dlz_bind9_18.so which we already have.

It'd be nice to extract actual bind9 version string in
sambadns.py and use it in more direct way.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=15790
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Gbp-Pq: Name add-support-for-bind-9.20.patch
python/samba/provision/sambadns.py
source4/setup/named.conf.dlz