SSH - No authenticate method (Auth-Type)

Phil Mayers p.mayers at imperial.ac.uk
Fri Feb 18 11:19:54 CET 2011


On 18/02/11 01:03, Jaikanth Krishnaswamy wrote:
> Hi All,
> I am a newbie to freeradius world.
> I am using freeradius 2.1.10 for authorization and authentication.
> My authorization works
> Sending Access-Request of id 58 to X.X.X.X port Y
> User-Name = "test"
> User-Password = "test"
> NAS-IP-Address = X.X.X.X
> NAS-Port = Y
> Framed-Protocol = PPP
> rad_recv: Access-Accept packet from host X.X.X.X port Y, id=58, length=38
> The freeradius is setup with an oracle db backend.

The basic step is to have the Oracle database return:

username Cleartext-Password := thepassword

...and have:

authorize {
   ...
   pap
}
authenticate {
   Auth-Type PAP {
     pap
   }
}

If you can't get it working, send the full debug output as the docs request:

radiusd -X | tee log




More information about the Freeradius-Users mailing list