Bind dns server in Solaris 10 and win xp clients
Posted
by
stevecomptech
on Server Fault
See other posts from Server Fault
or by stevecomptech
Published on 2011-01-15T09:55:34Z
Indexed on
2011/01/16
15:54 UTC
Read the original article
Hit count: 233
Hi, Added this in zone db file, I am running solaris 10
_ldap._tcp.mydomain.com. SRV 0 0 389 dc.mydomain.com.
_kerberos._tcp.mydomain.com. SRV 0 0 88 dc.mydomain.com.
_ldap._tcp.dc._msdcs.mydomain.com. SRV 0 0 389 dc.mydomain.com.
_kerberos._tcp.dc._msdcs.mydomain.com. SRV 0 0 88 host.mydomain.com.
Now I get this error when I try to join win xp to the domain
The query was for the SRV
record for _ldap._tcp.dc._msdcs.mydomain.com
The following domain controllers were identified by the query: host.mydomain.com
Common causes of this error include:
Host (A) records that map the name of the domain controller to its IP addresses are missing or contain incorrect addresses.
Domain controllers registered in DNS are not connected to the network or are not running.
What do I need to change in order my win xp join the domain
© Server Fault or respective owner