Hi,
well the patch for the bug you are refferring to is already relased in March '18. Indeed there was an issue when executed on a system without Samba installed. This is fixed.
The test can not provide meaningful results without Samba being installed as it test the functionality of Samba DNS updates.
Background:
When a client receives it’s IP-address through DHCP it starts an update for it’s name to DNS. In our case to bind9 (the DNS server on UCS systems). Bind9 then updates to its backend Samba through the samba_dlz module about the new entry. Afterwards the new entry is registered as well as in Samba-DNS as ind bind9. Perfect so far but you need the Kerberos stuff working mentioned in the bug.
If the backend is set to ldap nearly the same happens- until bind9 tries to update its backend. But unlikely with samba_dlz bind9 does not have any write permissions to the ldap database and therefore is not permitted to write any entries. And so no client updates could be performed.
Hope this helps
/CV