[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] combining Simultaneous-Use attribute
From: |
List User |
Subject: |
Re: [Help-gnu-radius] combining Simultaneous-Use attribute |
Date: |
Wed, 22 Oct 2003 09:55:20 -0700 |
I have modified dictionary file:
ATTRIBUTE Simultaneous-Use 1034 integer - [L--R-R]=
attrib table has this row:
user_name=namegoeshere attrib=Simultaneous-Use, Value=1, op=NULL
User file:
DEFAULT Auth-Type = Local, Password-Location = SQL,
Simultaneous-Use = 1
Service-Type = Framed-User,
Exec-Program-Wait="/usr/local/etc/raddb/CustomAuth %u"
However user is still alowed to login more then once. What do I wrong, and
what should I check?
I have tried [L--R-R] and [L--R-R]N (restarting radius every time), without
luck
thanks
----- Original Message -----
From: "Sergey Poznyakoff" <address@hidden>
To: "List User" <address@hidden>
Sent: Monday, October 20, 2003 1:21 AM
Subject: Re: [Help-gnu-radius] combining Simultaneous-Use attribute
> List User <address@hidden> wrote:
>
> > What happens when users file has this two lines:
> >
> > DEFAULT Auth-Type = Local, Password-Location = SQL,
> > Simultaneous-Use = 2
>
> Syntax error. The RHS is missing, and you'll see in your logs:
>
> Main.error: /etc/raddb/users:<line-no>: parse error
> Main.error: discarding user `DEFAULT'
>
> > and then attrib table in the SQL sets Simultaneous-Use to 1.
> >
> > What the login limit will be 1 or 2?
>
> (Given the *correct* raddb/users entry). This depends on the
> "additivity" property of attribute Simultaneous-Use.
>
> The default dictionary file declares the attributre as follows:
>
> ATTRIBUTE Simultaneous-Use 1034 integer - [L--R-R]
>
> If you change the last part of this declaration to
>
> [L--R-R]=
>
> the attribute from SQL will take precedence over the one specified in
> raddb/users. Otherwise, if you change it to
>
> [L--R-R]N
>
> then raddb/users setting will take precedence over SQL.
>
> For more infomation, see
>
> http://www.gnu.org/software/radius/manual/html_node/radius_5.html#SEC8
> and
> http://www.gnu.org/software/radius/manual/html_node/radius_38.html#SEC86
>
> Regards,
> Sergey
>
>
- [Help-gnu-radius] combining Simultaneous-Use attribute, List User, 2003/10/19
- Message not available
- Re: [Help-gnu-radius] combining Simultaneous-Use attribute,
List User <=
- Re: [Help-gnu-radius] combining Simultaneous-Use attribute, Sergey Poznyakoff, 2003/10/22
- Re: [Help-gnu-radius] combining Simultaneous-Use attribute, List User, 2003/10/22
- Re: [Help-gnu-radius] combining Simultaneous-Use attribute, Sergey Poznyakoff, 2003/10/23
- Re: [Help-gnu-radius] combining Simultaneous-Use attribute, List User, 2003/10/23
- Re: [Help-gnu-radius] combining Simultaneous-Use attribute, Sergey Poznyakoff, 2003/10/26