Jason Ornstein <jason.ornstein@sybase.com> wrote:
I started the server normally and I noticed that when it receives a request it is still sending output to the screen.
Wed Jun 1 12:17:18 2005 : Info: rlm_passwd: Adding "Auth-Type = PAP"
That's annoying. I'll fix that.
I'm wondering why after freeradius knows I have an incorrect password it isn't sending an access reject? Instead the router sends the request 4 times since it isn't getting a reponse and then fails over to local login mode and then does the accounting request. Has anyone seen this yet other than me?
Set "reject_delay = 0". That should work aroud the issue in 1.0.x. For the CVS head, I've substantially re-written the relevant code so that reject_delay should now work as advertised. Alan DeKok.