# systemctl stop samba
# samba_upgradedns --dns-backend=BIND9_DLZ
/etc/samba/smb.conf
:
server services
, добавить в секцию global
строку:
server services = -dns
global
есть параметр server services
, удалить опцию dns
, например:
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc, dnsupdate
bind
и сделать её запускаемой по умолчанию:
# systemctl enable --now bind
samba
:
# systemctl start samba