2011/1/10 John Drescher <[email protected]>: >> I have samba+ldap setup,act as Domain server on Rhel 5.0 with samba >> version 3.0.28. Windows 7 machines are not joining this domain. I think >> i need to upgrade samba. What samba version is stable with windows 7? >> > I would say 3.5.6 is the best but you can get away with using 3.3.X versions. > > John
You can need at least 3.3.2. Both 3.3.1 and 3.3.0 cannot join. Remember that Samba 3.3.2, 3.3.3 and 3.3.4 needs extra settings: HKLM\System\CurrentControlSet\Services\Netlogon\Parameters RequireSignOrSeal = 0 RequireStrongKey = 0 Samba 3.3.5 or higher needs only the settings below and must not be set the setting above. HKLM\System\CCS\Services\LanmanWorkstation\Parameters DWORD DomainCompatibilityMode = 1 DWORD DNSNameResolutionRequired = 0 --- TAKAHASHI Motonobu <[email protected]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
