Bind dns server in Solaris 10 and win xp clients
Posted
by
stevecomptech
on Super User
See other posts from Super User
or by stevecomptech
Published on 2011-01-13T14:55:06Z
Indexed on
2011/01/13
15:55 UTC
Read the original article
Hit count: 287
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
© Super User or respective owner