Cleartext-Password or User-Password

HugLeo hugocanalli at gmail.com
Tue Apr 4 16:07:00 CEST 2017


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?


More information about the Freeradius-Users mailing list