Clear text password not available

Alan Buxey A.L.M.Buxey at lboro.ac.uk
Sat Oct 9 19:25:37 CEST 2010


Hi,
> INSERT INTO radcheck ( id , UserName , Attribute , op , Value )
> VALUES ( NULL , 'test-user', 'user-password', '==', 'test-pass');

if you read the documents, the FAQ and the output from radiusd -X 
you'd see it should be more like

INSERT INTO radcheck (UserName , Attribute , op , Value )
VALUES ('test-user', 'Cleartext-password', ':=', 'test-pass');


alan



More information about the Freeradius-Users mailing list