Re: WARNING: Unprintable characters in the password

2001-10-29 Thread Michele Cerioni

Mitry Matyushkov wrote:
 
 On Monday, October 29, 2001 13:29 Michele Cerioni [EMAIL PROTECTED] wrote:
 
  pippo   Auth-Type := Local, Password == otto
  Service-Type = Framed-User,
  Framed-Protocol = PPP,
  Framed-MTU = 1500
 
 MC I got the same message:
 
 MC rad_recv: Access-Request packet from host 194.243.125.2:1026, id=100,
 MC length=97
 ...
 MC What does the message Double-check the shared secret on the server and
 MC the NAS!  mean?
 
 I think you should check secret password for your NAS (194.243.125.2) in
 clients.conf file. Make sure it doesn't contain symbols in national language.
 
 Mitry.
 
 -
in clients file I put : 
ptnet.dada.it   radahaha73  

the host ptnet.dada.it ha the IP 194.243.125.2

and in clients.conf 
client 194.243.125.2 {
secret  = radahaha73
shortname   = ptnet.dada.it
}


I also made test using radtest and I got the same error.

Michele

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



Re: WARNING: Unprintable characters in the password

2001-10-29 Thread Mitry Matyushkov

On Monday, October 29, 2001 16:06 Michele Cerioni [EMAIL PROTECTED] wrote:

MC Now I have comment the use of clients.conf  in radiusd.conf but it's the
MC same.

Make sure that file clients is not included in radiusd.conf and clients.conf
is. I have the following configuration:

clients.conf file:
client 127.0.0.1 {
secret  = testing123
shortname   = localhost
}

users file:
pippo   Auth-Type := Local, Password == otto
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-MTU = 1500


After that I run radtest script:

# radtest pippo otto localhost 0 testign123
Sending Access-Request of id 58 to 127.0.0.1:1645
User-Name = pippo
Password = h\tx\000)$w\351\035\276;\236\227Ns¦
NAS-IP-Address = sat
NAS-Port-Id = 0
rad_recv: Access-Accept packet from host 127.0.0.1:1645, id=58, length=38
Service-Type = Framed-User
Framed-Protocol = PPP
Framed-MTU = 1500

radiusd -X response:
rad_recv: Access-Request packet from host 127.0.0.1:2084, id=58, length=54
User-Name = pippo
Password = h\tx\000)$w\351\035\276;\236\227Ns¦
NAS-IP-Address = 255.255.255.255
NAS-Port-Id = 0
modcall: entering group authorize
  modcall[authorize]: module preprocess returns ok
  modcall[authorize]: module suffix returns ok
users: Matched pippo at 70
  modcall[authorize]: module files returns ok
modcall: group authorize returns ok
  rad_check_password:  Found Auth-Type Local
auth: type Local
auth: user supplied Password matches local Password
Login OK: [pippo/otto] (from nas localhost port 0)
Sending Access-Accept of id 58 to 127.0.0.1:2084
Service-Type = Framed-User
Framed-Protocol = PPP
Framed-MTU = 1500
Finished request 2


Mitry.


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



Re: WARNING: Unprintable characters in the password

2001-10-26 Thread Mitry Matyushkov

On Friday, October 26, 2001 20:50 Michele Cerioni [EMAIL PROTECTED] wrote:

MC I can't authenticate a user whith radius.
MC THis is the parameter for user pippo:

MC pippo   Auth-Type = Local, Password = otto
MC Service-Type = Framed-User,
MC Framed-Protocol = PPP,
MC Framed-MTU = 1500

try this way:

pippo   Auth-Type := Local, Password == otto
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-MTU = 1500

Mitry.


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



Re: WARNING: Unprintable characters in the password

2001-10-26 Thread Chris Parker

At 05:50 PM 10/26/2001 +, you wrote:
I can't authenticate a user whith radius.
THis is the parameter for user pippo:

pippo   Auth-Type = Local, Password = otto

try Auth-Type := Local

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

Pay attention to this warning, and follow what it is telling you.

-Chris
--
\\\|||///  \  Chris Parker-Manager, Development Engineering
\ ~   ~ /   \   WX *is* Wireless!\   [EMAIL PROTECTED]
| @   @ |\   http://www.starnetwx.net \  (847) 963-0116
oOo---(_)---oOo--\--
   \ Without C we would have 'obol', 'basi', and 'pasal'


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