>> >When I try to do MAC auth, it shows No User, though it works fine when >> I >> >remove the Calling-Station-Id check item from MySQL. Debug shows >> quotes >> >around MAC.I put MAC in database with and without quotes and still >> errors. >> > >> >> No quotes. >> >> >Any ideas? >> >> Log into your database and post here the result of this query: >> >> >-> SELECT id, username, attribute, value, op FROM radcheck >> >WHERE username = 'eric1328' ORDER BY id >> >> Ivan Kalik >> Kalik Informatika ISP > >Here's the result, Ivan: > >5 eric1328 Cleartext-Password PASSWORD := >7 eric1328 Calling-Station-Id 00-1C-B3-B1-3E-07 == > >Thanks! >
Try SELECT * FROM radcheck WHERE value='00-1C-B3-B1-3E-07' and see if that line gets listed. You might have white space around it. It should match. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

