AD integration : server can't find _gc._tcp.test.domain.com: NXDOMAIN
957315Aug 23 2012 — edited Sep 7 2012Hi,
I'm not able to use Active Directory integration with kerberos :
Our domain name is TEST.DOMAIN.COM.
when running the nslookup query request for the GC in this domain, getting the below output :
# nslookup -query=any gc.tcp.test.domain.com
Server: 10.10.2.6
Address: 10.10.2.6#53
** server can't find gc.tcp.test.domain.com: NXDOMAIN
there is no answer.
_______________________________________________________________________________
But when runing the same query without test, GC are getting resolved in nslookup :
# nslookup -query=any gc.tcp.domain.com | grep sis
gc.tcp.domain.com service = 0 100 3268 server1.test.domain.com.
gc.tcp.domain.com service = 0 100 3268 server2.test.domain.com.
bash-3.00#
Is-it possible to add the possibility to enter the domain name where reside the gc.tcp ?
Appreciate, if someone could help me out to get this resolved.
Thank you.