Difference between revisions of "Samba4 dns"

From lippmann wiki
Jump to: navigation, search
(Created page with "=Internal dns= The samba4 internal dns server used to have a bug where it could get into a race condition when adding entries. When this happened, multiple database entries go...")
(No difference)

Revision as of 13:05, 26 July 2017

Internal dns

The samba4 internal dns server used to have a bug where it could get into a race condition when adding entries. When this happened, multiple database entries got added for the same host. The symptom ends up being that dns entries do resolve, but are not shown in the RSAT gui, nor via sambatool. They can't be edited, removed or updated with these common administration tools. The fix is to remove the duplicate entries, and then recreate the entry via normal means. Removing the duplicate entries requires using tdb to find the relevant entries and then remove them.