radius authentication

  • Follow


Hi all,
I'm trying to use radius authentication for testing and I  have
observed that if I
use a CHAP request with my client it overrides the secret key ( shared
):
it means that I can write wrong key with correct account and the
authentication WORKS.

If I use PAP method ther is no problem because I MUST put the correct
shared key
and authentication doesn't work with wrong key.

I think this is a normal behaviour but I cannot find this in Radius
RFC.

Does anyone know if this behaviour is correct ?

thanks in advance
Loris

0
Reply l.cardullo (1) 2/15/2006 12:54:48 PM

Hi,

In case of PAP the "password" field is encrypted using the secret key.
If the secret key does not match the radius server will never have the
right password.

CHAP and MsChap do not use the "password" field like PAP. Hence the
secret key isnt used in CHAP to encrypt the password. The Radius server
will pass the authentication.

l.cardullo@virgilio.it wrote:
> Hi all,
> I'm trying to use radius authentication for testing and I  have
> observed that if I
> use a CHAP request with my client it overrides the secret key ( shared
> ):
> it means that I can write wrong key with correct account and the
> authentication WORKS.
>
> If I use PAP method ther is no problem because I MUST put the correct
> shared key
> and authentication doesn't work with wrong key.
>
> I think this is a normal behaviour but I cannot find this in Radius
> RFC.
>
> Does anyone know if this behaviour is correct ?
> 
> thanks in advance
> Loris

0
Reply hellboy 2/16/2006 7:35:53 PM


1 Replies
109 Views

(page loaded in 0.044 seconds)

Similiar Articles:













7/22/2012 12:46:52 PM


Reply: