I'm having a problem introducing Windows 10 machines to my Samba NT4 domain.
I know that Microsoft actively "encourages" people to move to AD, but for various reasons, I'm stuck with NT4 for now.
After the registry fixes described in https://wiki.samba.org/index.php/Required_Settings_for_Samba_NT4_Domains I'm able to join the computer to a domain "EXAMPLE".
Problem is, my domain uses a DNS suffix "example.net", and, while Windows 7 machines recognise that automatically and are resolvable via "computername.example.net", Windows 10 systems are not.
Here's an Nmap output for reverse DNS for my subnet for example:
Nmap scan report for user1.example.net (192.168.0.187)
....
Nmap scan report for USER2.EXAMPLE (192.168.0.191)
The result I'm looking for is for USER2.EXAMPLE to be resolvable as user2.example.net.
What should I look into to solve this?