In Active Directory, I have a domain (dc=ABC,dc=DEF)
. I expect the domain to be ABC.DEF
However, if I use the command
nltest /dsgetdc:ABC
Sometimes I get ERROR_NO_SUCH_DOMAIN
(the expected answer), sometimes I get the returned domain as ABC and sometimes I get the return domain as ABC.DEF
Can you AD experts please indicate how this request for a partially qualified domain should respond.
The reason I ask is that sometimes SQL Server will report a login failure for ABC\SomeUser and sometimes it works fine. I would expect that it would always fail and that the user must be ABC.DEC\SomeUser or SomeUser@ABC.DEF
Any insights here please?