Tag: gnu
Lesson 3. freeRadius + mschap
by Moushegh Nazaretyan on Oct.26, 2009, under how to
Once you have the previous steps working, configuring FreeRADIUS to use for MS-CHAP is simple. First, delete the testing entry used above from the users file, as leaving it in other authentication types. Then, fine the mschap module in raddb/modules/mschap file, and look for the line containing ntlm_auth = . It is commented out by default, and should be uncommented, and edited to be as follows. As before, update the fields in bold to match your local configuration.
Start the server and use a test client to send an MS-CHAP authentication request. The radclient cannot currently be used to send this request, unfortunately, which makes testing a little difficult If everything goes well, you should see the server returning an message as above.
