[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 16:28:31 -0700 |
It did not help. I don't have to recompile radius to reflect changes in the
dictionary file, do I? My config info is shown below:
address@hidden /usr/local/etc/raddb]#radwho -A
Login Name Proto TTY When From Location
mama mama 42949 0002 Wed 17:11 192.168.2 10.0.0.250
mama mama 42949 0001 Wed 17:11 192.168.2 10.0.0.244
mysql> select * from attrib where user_name='mama'\g
user_name attr value op
mama Session-Timeout 9969260 NULL
mama Simultaneous-Use 1 =
address@hidden /usr/local/etc/raddb]#cat users
DEFAULT Auth-Type = Local, Password-Location = SQL
# Simultaneous-Use = 1
Service-Type = Framed-User,
Exec-Program-Wait="/usr/local/etc/raddb/CustomAuth %u"
address@hidden /usr/local/etc/raddb]#cat dictionary |grep Simul
ATTRIBUTE Simultaneous-Use 1034 integer - [L--R-R]=
I have also tried removing Simultaneous-Use from SQL and using only users
file:
address@hidden /usr/local/etc/raddb]#cat users
DEFAULT Auth-Type = Local, Password-Location = SQL,
Simultaneous-Use = 1
Service-Type = Framed-User,
Exec-Program-Wait="/usr/local/etc/raddb/CustomAuth %u"
----- Original Message -----
From: "Sergey Poznyakoff" <address@hidden>
To: "List User" <address@hidden>
Cc: <address@hidden>
Sent: Wednesday, October 22, 2003 1:14 PM
Subject: Re: [Help-gnu-radius] combining Simultaneous-Use attribute
> List User <address@hidden> wrote:
>
> > attrib table has this row:
> >
> > user_name=namegoeshere attrib=Simultaneous-Use, Value=1, op=NULL
>
> No, that's wrong. Should be:
>
> user_name=namegoeshere attrib=Simultaneous-Use, Value=1, op='='
>
> See
>
> http://www.gnu.org/software/radius/manual/html_node/radius_60.html#SEC124
>
> Regards,
> Sergey
>