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
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to