BIND9_DLZ not working on OpenSUSE Leap 15.2
by unquietwiki from LinuxQuestions.org on (#5F9F5)
Hey all. I successfully got Samba to run as an Active Directory controller using Ubuntu 20.04. However, I decided to switch over to OpenSUSE 15.2 to take advantage of some tooling one of the devs was working on. I already had to do some bind mounts to /etc/fstab, but it's still trying to access the wrong LDB file: /var/lib/samba/private/dns/sam.ldb is what it wants, but /var/lib/samba/private/sam.ldb is what exists.
Stuff I put in /etc/fstab
Code:/usr/lib64 /var/lib/named/usr/lib64 none bind,ro
/lib64 /var/lib/named/lib64 none bind,ro


Stuff I put in /etc/fstab
Code:/usr/lib64 /var/lib/named/usr/lib64 none bind,ro
/lib64 /var/lib/named/lib64 none bind,ro