Hi there, I have just purchased a new PC that came with Windows 8 Pro (Shudder...). I have been trying to add this machine to my Samba3 based domain. I'm getting the following error when doing so: The following error occurred when DNS was queried for the service location (SRV) resource record used to locate an Active Directory Domain Controller (AD DC) for domain "<blah>": The error was: "DNS name does not exist." (error code 0x0000232B RCODE_NAME_ERROR) The query was for the SRV record for _ldap._tcp.dc._msdcs.<blah> I have applied the Windows 7 registry patches: HKLM\System\CCS\Services\LanmanWorkstation\Parameters DWORD DomainCompatibilityMode = 1 DWORD DNSNameResolutionRequired = 0 Which others seem to suggest work - at least with Beta versions of Win8 - but the error message suggests these are not doing anything? I have also specified the DNS suffix of the network manually. I have also applied all available Windows updates. Its Windows 8 Pro (on a Dell machine, if that matters) and Samba 3.6.6-3 running under Debian Wheezy. Nothing at all in the Samba logs - but I guess thats as its not even trying NT4 domain style. Any help appreciated. Thanks Simon
It will not work at this time. You need to test samba4. ----------------------------------------------- EDV Daniel M?ller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 T?bingen Tel.: 07071/206-463, Fax: 07071/206-499 eMail: mueller at tropenklinik.de Internet: www.tropenklinik.de ----------------------------------------------- -----Urspr?ngliche Nachricht----- Von: samba-bounces at lists.samba.org [mailto:samba-bounces at lists.samba.org] Im Auftrag von Didster Gesendet: Montag, 3. Dezember 2012 14:57 An: samba at lists.samba.org Betreff: [Samba] Samba3 PDC and Windows 8 RTM Hi there, I have just purchased a new PC that came with Windows 8 Pro (Shudder...). I have been trying to add this machine to my Samba3 based domain. I'm getting the following error when doing so: The following error occurred when DNS was queried for the service location (SRV) resource record used to locate an Active Directory Domain Controller (AD DC) for domain "<blah>": The error was: "DNS name does not exist." (error code 0x0000232B RCODE_NAME_ERROR) The query was for the SRV record for _ldap._tcp.dc._msdcs.<blah> I have applied the Windows 7 registry patches: HKLM\System\CCS\Services\LanmanWorkstation\Parameters DWORD DomainCompatibilityMode = 1 DWORD DNSNameResolutionRequired = 0 Which others seem to suggest work - at least with Beta versions of Win8 - but the error message suggests these are not doing anything? I have also specified the DNS suffix of the network manually. I have also applied all available Windows updates. Its Windows 8 Pro (on a Dell machine, if that matters) and Samba 3.6.6-3 running under Debian Wheezy. Nothing at all in the Samba logs - but I guess thats as its not even trying NT4 domain style. Any help appreciated. Thanks Simon -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
Hi, Yes this is what I have seen online - although I dont have min/max protocol set (as this breaks other clients). It is Win8 64 bit On Mon, Dec 3, 2012 at 2:42 PM, TAKAHASHI Motonobu <monyo at monyo.com> wrote:> From: Didster <didster at gmail.com> > Date: Mon, 3 Dec 2012 13:57:03 +0000 > > > Hi there, > > > > I have just purchased a new PC that came with Windows 8 Pro (Shudder...). > > I have been trying to add this machine to my Samba3 based domain. > > In my environment, Windows 8 Pro 32bit with registry patched can join Samba > 3.6.6 domain. > > Here is my smb.conf: > > ----- > [global] > workgroup = SAMBA366 > domain logons = yes > passdb backend = tdbsam > > add machine script = /usr/sbin/useradd -d /dev/null -s /bin/false %u > max protocol = smb2 > min protocol = smb2 > > log level = 3 > > [homes] > writeable = yes > browseable = no > ----- > > > I'm getting the following error when doing so: > > > > The following error occurred when DNS was queried for the service > location > > (SRV) resource record used to locate an Active Directory Domain > Controller > > (AD DC) for domain "<blah>": > > This seems that DNSNameResolutionRequired value is not applied... > > --- > TAKAHASHI Motonobu <monyo at monyo.com> >
2012/12/4 Didster <didster at gmail.com>:> If you could try Win8 64bit and let me know I would really appreciate it. > > Many thanks > SimonI tried newly installed Win8 64bit, modified two registry values and successed to join and logon to the Samba 3.6.6 domain. My smb.conf is: ----- [global] workgroup = SAMBA366 domain logons = yes passdb backend = tdbsam add machine script = /usr/sbin/useradd -d /dev/null -s /bin/false %u [homes] writeable = yes browseable = no ----- --- TAKAHASHI Motonobu <monyo at monyo.com>
How very odd. Is it defiantly WIndows 8 RTM you are using, not a beta/preview release? I have the two registry keys set and its clearly ignoring them and just trying to join an AD domain. On Mon, Dec 3, 2012 at 4:57 PM, TAKAHASHI Motonobu <monyo at monyo.com> wrote:> 2012/12/4 Didster <didster at gmail.com>: > > If you could try Win8 64bit and let me know I would really appreciate it. > > > > Many thanks > > Simon > > I tried newly installed Win8 64bit, modified two registry values and > successed > to join and logon to the Samba 3.6.6 domain. > > My smb.conf is: > > ----- > [global] > workgroup = SAMBA366 > domain logons = yes > passdb backend = tdbsam > > add machine script = /usr/sbin/useradd -d /dev/null -s /bin/false %u > > [homes] > writeable = yes > browseable = no > ----- > > --- > TAKAHASHI Motonobu <monyo at monyo.com> >