[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Radauth
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] Radauth |
Date: |
Fri, 25 Jun 2004 09:51:29 +0300 |
Georges EL OJAIMI <address@hidden> wrote:
> testing Auth-Type = Local, User-Password = "password",
> Password-Location = SQL,
> Service-Type = Frame-User,
> Session-Timeout = 0,
> Idle-Timeout = 0
>
> Where is the error?
Take a look at your /var/log/radius.log. You'll certainly see there
the following:
Jun 25 09:45:46: Main.error: /etc/raddb/users:NN: parse error
Jun 25 09:45:46: Main.error: discarding user `testing'
(NN stands for the line number).
The correct entry is:
testing Auth-Type = Local, User-Password = "password",
Password-Location = SQL
Service-Type = Frame-User,
Session-Timeout = 0,
Idle-Timeout = 0
Notice, that there is no comma after SQL. Also notice that
setting Session-Timeout = 0 is probably a bad idea: it forces
the NAS to disconnect the user right after establishing connection.
Regards,
Sergey