Clear text password not available
Hi ! Login incorrect (rlm_chap: Clear text password not available): [phlander/<CHAP-Password>] Does anyone know where to change? Tks!
INSERT INTO radcheck ( id , UserName , Attribute , op , Value ) VALUES ( NULL , 'test-user', 'user-password', '==', 'test-pass'); INSERT INTO radreply ( id , UserName , Attribute , op , Value ) VALUES (NULL , 'test-user', 'Framed-IP-Address', '=', '192.168.0.100'); So we created user. ----- Original Message ----- From: "Alan DeKok" <aland@deployingradius.com> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Saturday, October 09, 2010 10:59 AM Subject: Re: Clear text password not available
Daniel Sandulescu wrote:
Hi !
Login incorrect (rlm_chap: Clear text password not available): [phlander/<CHAP-Password>]
Does anyone know where to change?
Tell the server the "correct" password for the user?
See the FAQ for an example.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Daniel Sandulescu wrote:
INSERT INTO radcheck ( id , UserName , Attribute , op , Value ) VALUES ( NULL , 'test-user', 'user-password', '==', 'test-pass'); INSERT INTO radreply ( id , UserName , Attribute , op , Value ) VALUES (NULL , 'test-user', 'Framed-IP-Address', '=', '192.168.0.100'); So we created user.
You didn't read the FAQ for: a) The *correct* way to tell the server the "correct" password b) how to ask questions on this list. The solution to your problem is documented, as is the method you can use to track down the problem yourself. Alan DeKok.
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
participants (3)
-
Alan Buxey -
Alan DeKok -
Daniel Sandulescu