Windows 7 Home e Samba 2 compartilham [duplicado]

0

Não consigo que o Windows 7 Home se conecte a um compartilhamento do Samba 2?

Eu continuo vendo artigos que sugerem o uso de 'secpol.msc 'ou' gpedit ', o que eu acho que não está na versão inicial, pois não consigo encontrá-lo.

Eu posso conectar no MacOS, então acredito que isso seja feito no lado do Windows.

O erro que recebo é "A remote procedure call (RPC) protocol error occurred."

    
por PhilCK 18.12.2010 / 20:52

1 resposta

0

Veja este post (por que vale a pena) por komickaze @ link :

I had a similar problem when trying to connect Windows 7 Home Premium and Windows 7 Ultimate to a Mac OS 10.3.9 Server. I made the following change with the Local Security Policy on Ultimate and tested it successfully while watching the registry for changes. I found the following REG_DWORD values were changed:

HKLM\System\CurrentControlSet\Control\Lsa\LmCompatibilityLevel HKLM\System\ControlSet001\Control\Lsa\LmCompatibilityLevel

After further testing, I found these to be the values and coresponding settings:

0) Send LM & NTLM responses
1) Send LM & NTLM - use NTLMv2 session security if negotiated
2) Send NTLM response only
3) Send NTLMv2 response only
4) Send NTLMv2 response only. Refuse LM
5) Send NTLMv2 response only. Refuse LM & NTLM

I created the LmCompatibilityLevel setting on my Home Premium machine with a value of 1 (http://www.builderau.com.au/blogs/codemonkeybusiness/viewblogpost.htm?p=339270746) and was finally able to connect to the 10.3.9 Server.

Localizado na metade da página, use CRTL + F e procure por uma palavra-chave no post do komickaze.

    
por 18.12.2010 / 21:49