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

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

Reply via email to