Re: Freeradius+mysql+chillispot

2010-07-13 Thread Alan DeKok
jorge88 wrote:
 I have a serious problem, see if you can help. It just can not authenticate
 any user. The throwing error is: 
 
 WARNING: Please update your configuration, and remove 'Auth-Type = Local' 
 WARNING: Use the PAP or CHAP modules instead. 
 User-Password in the request does NOT match known good password. 
 Failed to authenticate the user. 
   WARNING: unprintable characters in the password. Double-check the shared
 secret on the server and the NAS! 

  All of those messages should be easy to understand.

  Use Cleartext-Password := .. instead of User-Password == ..

  Re-enter the shared secret.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Freeradius+mysql+chillispot

2010-07-13 Thread Jorge Fresneda

Hello Alan,

Thank you very much for you request.

Using Cleartext-Password: = message still appears:

WARNING: unprintable characters in the password. Double-check the shared
secret on the server and the NAS!

And the user is not logged in successful, the encrypted key.

What could be the problem?

Thank you :)

Regards,
Jorge


El 13/07/2010 18:44, Alan DeKok escribió:

jorge88 wrote:
   

I have a serious problem, see if you can help. It just can not authenticate
any user. The throwing error is:

WARNING: Please update your configuration, and remove 'Auth-Type = Local'
WARNING: Use the PAP or CHAP modules instead.
User-Password in the request does NOT match known good password.
Failed to authenticate the user.
   WARNING: unprintable characters in the password. Double-check the shared
secret on the server and the NAS!
 

   All of those messages should be easy to understand.

   Use Cleartext-Password := .. instead of User-Password == ..

   Re-enter the shared secret.

   Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
   




No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 9.0.830 / Virus Database: 271.1.1/3002 - Release Date: 07/13/10 
08:36:00

   
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Freeradius+mysql+chillispot

2010-07-13 Thread Tim Sylvester
Using Cleartext-Password: = message still appears:

WARNING: unprintable characters in the password. Double-check the shared
secret on the server and the NAS!

And the user is not logged in successful, the encrypted key.

What could be the problem?



 

You need to read the error message and Alan's e-mail. The error message
says: Double-check the shared secret on the server and the NAS!

 

Tim

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius+mysql+chillispot

2010-07-13 Thread Alan Buxey
Hi,

this:

 User-Password = L] \ 357DK \ 027 \ 304 \ 033 \ 376Hx. \ 342Ö \ 336

and this:

   WARNING: unprintable characters in the password. Double-check the shared
 secret on the server and the NAS!

are clear signs that the shared secret on the NAS is wrong - or
you've entered the wrong string in the clients.conf (or SQL table).

fix it

alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html