I'm in a bit of an odd situation here, I have a freeradius 2.1.8 server (installed from the ubuntu 10.04 repo) that I'm using in conjunction with a DD-WRT v24-SP2 (on wrt54g v5) NAS. I've generated certs for two users RadiusUser and RadiusSQL and installed both on a windows 7 ultimate box along with the CA.<div>

<br></div><div>RadiusUser is in the Users file with a bare-bones configuration:<br>RadiusUser Cleartext-Password: "RadiusUser"</div><div><br></div><div>RadiusSQL is in a MySQL database with a similiar configuration:<br>

SELECT * FROM radcheck;<br><div>+----+-----------+--------------------+----+-----------+</div><div>| id | username  | attribute          | op | value     |</div><div>+----+-----------+--------------------+----+-----------+</div>

<div>|  1 | RadiusSQL | Cleartext-Password | := | RadiusSQL |</div><div>+----+-----------+--------------------+----+-----------+</div></div><div><br></div><div>radtest for both users works on server, but from the windows 7 client only RadiusUser can log in. After looking at RadiusSQL's debug, it seems the sql module isn't ever consulted... Debugs for both users can be posted on request.</div>

<div><br></div><div><br></div>