Hi List,
I'm posting this in case anyone has a similar problem.
I am using FreeRadius to provide 802.1x authentication to Windows XP
clients. I am using PEAP / MSCHAP V2 and ntlm_auth which connects to an
Active Directory backend. The problem I had was that I could not add local
users to /etc/raddb/users file and get them to work with my setup.
I was advised by a member of this list to add the following line to my users
file:
test User-Password == "testing", MS-CHAP-Use-NTLM-Auth = No
This did not work. I dug through the code a bit and it appeared to me that
radius was expecting an integer, "1" for yes, "0" for no, not a "Yes" or
"No". I changed my users file entry to:
test User-Password == "testing", MS-Chap-Use-NTLM-Auth := 0
and now everything works perfectly. Thanks to everyone who helped me get
here!
Best regards,
~Brandon
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html