help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] "users" which kills radiusd :)


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] "users" which kills radiusd :)
Date: Fri, 13 Jun 2003 17:06:30 +0300

> DEFAULT Auth-Type = Local, Password-Location = SQL,
>         Simultaneous-Use = 1,
>         Service-Type = Framed-User,
>         Framed-Protocol = PPP

The entry does not have RHS (right-hand side aka reply pairs). It's
probably the only entry in your config, the 0.96 series have a bug
that makes it die if the only entry in the config is not valid.

Replace it with

DEFAULT Auth-Type = Local, Password-Location = SQL,
         Simultaneous-Use = 1
         Service-Type = Framed-User,
         Framed-Protocol = PPP

(Notice commas)

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]