search for: 8b5036bd

Displaying 1 result from an estimated 1 matches for "8b5036bd".

Did you mean: 8b5031bf
2005 Oct 02
1
ntlm_auth with freeradius doesn't work when windows is automatically using the current username+password
Hi all, I've configured FreeRADIUS for PEAP and I'm forwarding the NTLM authentication to our Windows Active Directory. I'm using the following script to proxy the MSCHAPv2 NTLM credentials: /usr/bin/ntlm_auth --helper-protocol=ntlm-server-1 >> /tmp/log << @EOF Username: ${1/NTDOMAIN01\\\\} Full-Username: ${1} LANMAN-Challenge: ${2} NT-Response: ${3} . @EOF (This