There is an example on the wiki page
https://wiki.samba.org/index.php/DNS_Administration#Updating_existing_records:
samba-tool dns update <Your-AD-DNS-Server-IP-or-hostname>
samdom.example.com @ SOA \
? "dc1.samdom.example.com hostmaster.example.com 63 900 600 86400
3600" \
? "dc1.samdom.example.com admin.example.com 64 900 600 86400 3600"
On 2020-04-15 05:53, Dipl.-Ing. P?ter Varkoly via samba
wrote:> Hi,
>
> How can the SOA record of a domain be changed? I need to decrease
> expire and minttl
>
> Thanks.