On Wed, May 9, 2012 at 10:39 PM, xadow20 <joaofigueiredo87@gmail.com> wrote:
I can't post all debug
http://freeradius.1045715.n5.nabble.com/file/n5697736/debug2.txt debug2.txt
What do you get if you execute this query directly on your db? SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'nso' ORDER BY id
From the next lines of log:
[mschapv2] +- entering group MS-CHAP {...} [mschap] No Cleartext-Password configured. Cannot create LM-Password. [mschap] No Cleartext-Password configured. Cannot create NT-Password. It looks like you have some records for that user in the db, but it does NOT have cleartext password. Probably it's some kind of hashed password (e.g. MD5-Password). If that's the case, then the behaviour is correct. You need to have either cleartext or NT-Hash password to use mschap. -- Fajar