search for: qtype_aaaa

Displaying 1 result from an estimated 1 matches for "qtype_aaaa".

2016 May 16
0
Possible / probable bug: "net ads dns register" does not remove stale IPv6 AAAA records
.../lib/addns/dnsrecord.c#L433 /* * Delete any existing A records */ err = dns_create_delete_record(req, hostname, QTYPE_A, DNS_CLASS_ANY, &rec); But I don't see any similar code for cleaning AAAA records. My guess is it's as simple as adding another function call with QTYPE_AAAA but I'm not a SAMBA programmer and this is my first time ever looking at SAMBA code... I also just sent an e-mail regarding the proposed "net ads dns unregister" command but now upon further examination of the above code and the proposed patch, I suspect the "dns unregister&quot...