[Top][All Lists]
[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
- [Help-gnu-radius] "users" which kills radiusd :), Ilia E. Chipitsine, 2003/06/13
- Re: [Help-gnu-radius] "users" which kills radiusd :), Gerald, 2003/06/13
- Re: [Help-gnu-radius] "users" which kills radiusd :), Sergey Poznyakoff, 2003/06/13
- Re: [Help-gnu-radius] "users" which kills radiusd :), Ilia E. Chipitsine, 2003/06/13
- Re: [Help-gnu-radius] "users" which kills radiusd :), Sergey Poznyakoff, 2003/06/13
- Re: [Help-gnu-radius] "users" which kills radiusd :), Ilia E. Chipitsine, 2003/06/13
- Re: [Help-gnu-radius] "users" which kills radiusd :), Sergey Poznyakoff, 2003/06/13
Re: [Help-gnu-radius] "users" which kills radiusd :),
Sergey Poznyakoff <=