Cleartext-Password or User-Password
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?
On Tue, Apr 04, 2017 at 11:07:00AM -0300, HugLeo wrote:
Are there a way that I can keep using User-Password or need I now use just Cleartext-Password?
You need to use Cleartext-Password. User-Password has been deprecated for years. Matthew -- Matthew Newton, Ph.D. <mcn4@leicester.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
participants (2)
-
HugLeo -
Matthew Newton