Reposted from Samba as PDC thread.
Sorry if i broke any forum rules
Tryed to follow the guide on Howto setup SUSE 11.1 as Samba PDC - openSUSE , with a minimal infrastructure created in VMware:
- 1 opensuse 11.1 box
- 1 XP box.
On the opensuse the installation goes almost ok with few exceptions:
- for the CPAN packages install bundle its not so ābundleā so you need to install by hand some of them like String, Map, MapUTF8ā¦
- in the smb.conf file you need to comment āldapsam:trusted = yesā line, otherwise samba will crash whenever will try to map user ānobodyā
And everything works fineā¦,but when i try to join the xp box to the domain i get the following error:
A domain controller for the domain xxx.yyy.zz could not be contacted.
Ensure that the domain name is typed correctly.
If the name is correct, click Details for troubleshooting information.
If i click details i get this answer:
**Note: This information is intended for a network administrator. If you are not your networkās administrator, notify the administrator that you received this information, which has been recorded in the file C:\WINDOWS\debug\dcdiag.txt.
DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain xxx.yyy.zz:
The query was for the SRV record for _ldap._tcp.dc._msdcs.xxx.yyy.zz
The following domain controllers were identified by the query:
pdc.xxx.yyy.zz
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.
For information about correcting this problem, click Help.**
Which is not the case. A nslookup on the Xp box is resolving the dns and the domain name, the query for A record of the domain name is resolved. On the linux box both dig and nslookup are resolving the xp box in both directions. A check with sleuth package of the dns configuration reports some warnings about missing the second dns, but no errorā¦
Did anybody meet this problem, do you have any idea why?
thx