serre wrote:
Hello,
After some hours of googling my problem, i come. I hope somebody will be able to help me! I set up a mac based authentication, with users in mysql database. It is working properly when users are difined in the users file, but did not work with empty Cleartext-Password in the database.
Any idea? It is the only problem I've found when following this EXELLENT howto page: http://wiki.freeradius.org/SQL_HOWTO
Thanks in advance
Ok I have found the problem. Here is how look like the radcheck table now: +----+----------+--------------------+----+----------+ | id | username | attribute | op | value | +----+----------+--------------------+----+----------+ | 7 | seb | Auth-Type | := | Accept | | 8 | chris | Auth-Type | := | Accept | And it is working. Don't realy know why, but the problem is solved. Thanks