|
From: John Drescher on 23 Apr 2008 16:10 > I recall, when setting up a PDC with ubuntu server I ran into this 'network path was not found' error, but I can't remember what I did to resolve it. > > Any ideas? > Fix your browsing problem. Either setup a dns server with the SRV records for the PDC (see the active directory part in the manual). Or use wins and add the wins server to the windows machine. John -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
From: brad davison on 24 Apr 2008 09:20 > > I recall, when setting up a PDC with ubuntu server I > ran into this 'network path was not found' error, > but I can't remember what I did to resolve it. > > > > Any ideas? > > > Fix your browsing problem. Either setup a dns server with > the SRV > records for the PDC (see the active directory part in the > manual). Or > use wins and add the wins server to the windows machine. > > John > -- Thanks for the reply John. Based on the guide, I added the following SRV records to my BIND server: _ldap._tcp.differentialdesign.org. IN SRV 0 0 389 node1.differentialdesign.org. _kerberos._tcp.differentialdesign.org. SRV 0 0 88 node1.differentialdesign.org. _ldap._tcp.dc._msdcs.differentialdesign.org. SRV 0 0 389 node1.differentialdesign.org. _kerberos._tcp.dc._msdcs.differentialdesign.org. SRV 0 0 88 node1.differentialdesign.org. _ldap._tcp.pdc._msdcs.differentialdesign.org. SRV 0 0 389 node1.differentialdesign.org. But I am getting the same thing. I did the 'dig' as stated in the guide to ensure I had the presence of correct DNS entries. Do you see something that I am missing? Below is the output of my dig: %dig @ns1 -t any _ldap._tcp.dc._msdcs.differentialdesign.org ; <<>> DiG 9.3.3 <<>> @ns1 -t any _ldap._tcp.dc._msdcs.differentialdesign.org ; (1 server found) ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27125 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2 ;; QUESTION SECTION: ;_ldap._tcp.dc._msdcs.differentialdesign.org. IN ANY ;; ANSWER SECTION: _ldap._tcp.dc._msdcs.differentialdesign.org. 38400 IN SRV 0 0 389 node1.differen tialdesign.org. ;; AUTHORITY SECTION: differentialdesign.org. 38400 IN NS ns1.differentialdesign.org. ;; ADDITIONAL SECTION: node1.differentialdesign.org. 38400 IN A 10.0.10.9 ns1.differentialdesign.org. 38400 IN A 10.0.10.252 ;; Query time: 1 msec ;; SERVER: 10.0.10.252#53(10.0.10.252) ;; WHEN: Thu Apr 24 09:14:43 2008 ;; MSG SIZE rcvd: 172 ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
|
Pages: 1 Prev: Full control access rights mapped as execute Next: [Samba] samba+cups+ad |