You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PTR (and NS, CNAME, MX, SRV) records now display correctly — Samba stores name targets using DNS_RPC_NAME format (1-byte length prefix + dotted string), not DNS wire-format label encoding; parsing and building updated accordingly
dnsRecord attribute lookup is now case-insensitive — ldap3 may return it as dnsrecord depending on the server response
MX record priority now parsed as little-endian (matching MS-DNSP spec)
SRV record target field updated to use DNS_RPC_NAME parsing