Re: Clear text password not available issue

2010-11-07 Thread Alan DeKok
ann kok wrote: > The radius log keep saying that > > Auth: Login incorrect (rlm_chap: Clear text password not available > > I already tried different password attribute > > eg: > CHAP-Password, Cleartext-Password and User-Password > > All won't work > &

Clear text password not available issue

2010-11-07 Thread ann kok
Hi I am trying new FreeRADIUS Version 2.0.4 and testing Ntrping software The radius log keep saying that Auth: Login incorrect (rlm_chap: Clear text password not available I already tried different password attribute eg: CHAP-Password, Cleartext-Password and User-Password All won't

Re: Clear text password not available

2010-10-09 Thread Alan Buxey
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 ) V

Re: Clear text password not available

2010-10-09 Thread Alan DeKok
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');

Re: Clear text password not available

2010-10-09 Thread Daniel Sandulescu
-IP-Address', '=', '192.168.0.100'); So we created user. - Original Message - From: "Alan DeKok" To: "FreeRadius users mailing list" Sent: Saturday, October 09, 2010 10:59 AM Subject: Re: Clear text password not available Daniel Sandulescu wrote: Hi !

Re: Clear text password not available

2010-10-09 Thread Alan DeKok
Daniel Sandulescu wrote: > Hi ! > > Login incorrect (rlm_chap: Clear text password not available): > [phlander/] > > Does anyone know where to change? Tell the server the "correct" password for the user? See the FAQ for an example. Alan DeKok. - List inf

Clear text password not available

2010-10-09 Thread Daniel Sandulescu
Hi ! Login incorrect (rlm_chap: Clear text password not available): [phlander/] Does anyone know where to change? Tks!- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_chap clear text password not available

2010-02-23 Thread John Dennis
On 02/23/2010 08:07 AM, Eric Eric wrote: please help.It confused me ! You only need to post your question once, posting it again and again in frustration because no one immediately answered you is not polite. -- John Dennis Looking to carve out IT costs? www.redhat.com/carveoutcosts/ - Lis

rlm_chap clear text password not available

2010-02-23 Thread Eric Eric
dap: ldap_release_conn: Release Id: 0   rlm_chap: login attempt by "test" with CHAP password   rlm_chap: Could not find clear text password for user test Login incorrect (rlm_chap: Clear text password not available): [test] (from client vpntist port 128 cli 10.10.10.24) I saw the prob

(rlm_chap: Clear text password not available)

2010-02-23 Thread Eric Eric
: Release Id: 0   rlm_chap: login attempt by "test" with CHAP password   rlm_chap: Could not find clear text password for user test Login incorrect (rlm_chap: Clear text password not available): [test] (from client vpntist port 128 cli 10.10.10.24) I saw the problem in faq but I didn&

Re: "Clear text password not available"

2007-06-26 Thread tnt
Yes. The one you are using is years out of date. Ivan Kalik Kalik Informatika ISP Dana 26/6/2007, "Flavio Silvestrone" <[EMAIL PROTECTED]> piše: >I modified the users file with: > ># DEFAULTAuth-Type = System >#Fall-Through = 1 > >and > >flavio User-Password == "flavio" > Service-

Re: "Clear text password not available"

2007-06-26 Thread Flavio Silvestrone
I modified the users file with: # DEFAULTAuth-Type = System #Fall-Through = 1 and flavio User-Password == "flavio" Service-Type = Framed-User, Framed-Protocol = PPP, Framed-IP-Address = 10.1.1.8, Framed-IP-Netmask = 255.255.255.0, Framed-Routing = Broadcast

Re: "Clear text password not available"

2007-06-25 Thread Dennis Skinner
Kevin Bonner wrote: > On Monday 25 June 2007 12:45:15 Flavio Silvestrone wrote: >>> If you are using a recent version of freeradius, you should have the > ... >> The version of radius is "freeradius-1.0.1-3". > > 1.0.1 is not recent. Use 1.1.6. > >> flavio Cleartext-Password := "flavio" >>

Re: "Clear text password not available"

2007-06-25 Thread Kevin Bonner
On Monday 25 June 2007 12:45:15 Flavio Silvestrone wrote: > > If you are using a recent version of freeradius, you should have the ... > The version of radius is "freeradius-1.0.1-3". 1.0.1 is not recent. Use 1.1.6. > flavio Cleartext-Password := "flavio" >Service-Type = Framed-User, >

Re: "Clear text password not available"

2007-06-25 Thread Flavio Silvestrone
Can you post the FULL entry that you have in the users file? What you posted lists only reply items, which give us no information related to the problem you are having. What check items do you have? If you are using a recent version of freeradius, you should have the Cleartext-Password as a

Re: "Clear text password not available"

2007-06-25 Thread Kevin Bonner
On Monday 25 June 2007 10:14:07 Flavio Silvestrone wrote: > If i enable the same pppoe profile (user: flavio, password: flavio) on the > Access Point all work fine; When i disable the profile on the Access Point > and i configure the radius client on the Access Point i have the problem > This is th

Re: "Clear text password not available"

2007-06-25 Thread Flavio Silvestrone
Matched DEFAULT at 183 modcall[authorize]: module "files" returns ok for request 0 modcall: group authorize returns ok for request 0 rad_check_password: Found Auth-Type CHAP auth: type "CHAP" Processing the authenticate section of radiusd.conf modcall: entering grou

Re: "Clear text password not available"

2007-06-25 Thread tnt
Remove Auth-Type, change password attribute to Cleartext-Password and operator to := and post the output of radiusd -X. Ivan Kalik Kalik Informatika ISP Dana 25/6/2007, "Flavio Silvestrone" <[EMAIL PROTECTED]> piše: >I'm sorry, here the entry: > >flavio Auth-Type := Local, User-Password == "fla

Re: "Clear text password not available"

2007-06-25 Thread Alan DeKok
Flavio Silvestrone wrote: > I'm sorry, here the entry: > > flavio Auth-Type := Local, User-Password == "flavio" Why? See the FAQ. DO NOT SET Auth-Type. Use Cleartext-Password := "flavio". Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: "Clear text password not available"

2007-06-25 Thread Flavio Silvestrone
I'm sorry, here the entry: flavio Auth-Type := Local, User-Password == "flavio" Service-Type = Framed-User, Framed-Protocol = PPP, Framed-IP-Address = 10.1.1.8, Framed-IP-Netmask = 255.255.255.0, Framed-Routing = Broadcast-Listen, # Framed-Filter-Id = "std.ppp"

Re: "Clear text password not available"

2007-06-25 Thread tnt
>This is the configuration on the file /etc/raddb/users for the user "flavio" >: > > Service-Type = Framed-User, > Framed-Protocol = PPP, > Framed-IP-Address = 10.1.1.8, > Framed-IP-Netmask = 255.255.255.0, > Framed-Routing = Broadcast-Listen, ># Framed-Filter-Id

"Clear text password not available"

2007-06-25 Thread Flavio Silvestrone
Clear text password not available): [flavio/] (from client Erri port 1511 cli 00:35:00:04:60:99) The message is clear but i don't know where to solve. The configuration is: - two wireless client with pppoe profile - one wireless Access Point - one freeradius server If i enable the same pppoe pro

Re: rlm_chap: Clear text password not available

2004-02-02 Thread Alan DeKok
Jonathan Dwerryhouse <[EMAIL PROTECTED]> wrote: > rlm_chap: Clear text password not available > > I am not using the users file as user information is pulled from an SQL > database. > > Any advice? Supply a clear-text password for the user. I note that you d

rlm_chap: Clear text password not available

2004-02-02 Thread Jonathan Dwerryhouse
Hi I'm getting a lot of authentication errors from users trying to authenticate with CHAP: rlm_chap: Clear text password not available I am not using the users file as user information is pulled from an SQL database. Any advice? Kind Regards Jonathan Dwerryhouse Senior Account Manag