LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Samba and NTLMv2 Authentication (https://www.linuxquestions.org/questions/linux-security-4/samba-and-ntlmv2-authentication-536973/)

kurrupt 03-12-2007 11:20 PM

Samba and NTLMv2 Authentication
 
Hey guys, Iam trying to enable NTLMv2 encryption on samba ver 3.0.24. I know for a fact its very easy to setup because iam currently running NTLMv1 (older clients).. now that i have everything upgraded i want to do NTLMv2 fully.

It was setup like this, working great with ntlmv1:

/etc/samba/smb.conf :

[global]

encrypt passwords = yes
lanman auth = No
ntlm auth = Yes
client ntlm auth = Yes
client lanman auth = No
client plaintext auth = No


I then edited it to look like this:

[global]

encrypt passwords = yes
lanman auth = No
ntlm auth = No
client ntlmv2 auth = Yes
client ntlm auth = No
client lanman auth = No
client plaintext auth = No

... and yes i did change the local security policy on all windows XP machines to send NTLMv2 response only (reject LMAN and NTLMv1). But the clients dont seem to authenticate though the system.? is there a step iam missing?


Thanks:study:

SBN 03-20-2013 11:02 AM

I would like to revive this post, i have the same issue :(


All times are GMT -5. The time now is 10:24 AM.