4 Apr
2017
4 Apr
'17
10:07 a.m.
In my older freeradius installations I configure the radcheck username with: +---------+----------+---------------+----+--------+ | id | username | attribute | op | value | +---------+----------+---------------+----+--------+ | 1 | test | User-Password | == | 123456 | But now for freeradius 3 I have to do: +---------+----------+--------------------+----+--------+ | id | username | attribute | op | value | +---------+----------+--------------------+----+--------+ | 1 | test | Cleartext-Password | := | 123456 | +---------+----------+--------------------+----+--------+ Are there a way that I can keep using User-Password or need I now use just Cleartext-Password?