Hey guys, the solution for this problem is:

In smb.conf add the follow lines:

        client ntlmv2 auth = yes
        wins support = Yes
        wins proxy = No
        lanman auth = yes
        ntlm auth = Yes

And restart samba....


On windows sevent or windows 2008, edit the registry an add (or copy and
paste this script and execute).


Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters]
 
"DomainCompatibilityMode"=dword:00000001 
"DNSNameResolutionRequired"=dword:00000000
"EnableSecuritySignature"=dword:00000000


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon\Parameters] 
"RequireStrongKey"=dword:00000001 
"RequireSignOrSeal"=dword:00000001
"SealSecureChannel"=dword:00000001
"SignSecureChannel"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters] 
"NV Domain"="domain.local" 
"ICSDomain"="mshome.net"
"QualifyingDestinationThreshold"=dword:00000003

In my samba version 3.3.10 this solution is ok!

Grettings
-- 
View this message in context: 
http://old.nabble.com/Windows-7-RC-tp23405949p29113532.html
Sent from the Samba - General mailing list archive at Nabble.com.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to