9 Oct
2010
9 Oct
'10
1:25 p.m.
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