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

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

Re: [Help-gnu-radius] Limiting Users


From: ETI - Barry Irchad Kader
Subject: Re: [Help-gnu-radius] Limiting Users
Date: Wed, 23 Apr 2003 15:16:58 +0000

> # Cline Communications, Inc - Radius Database
> # Edited by Dustin Wright
>
> # Test Account
> test    Password = "test"
>         Service-Type = Framed-User,
>         Framed-Protocol = PPP,
>         Framed-Address = 10.2.1.2

> # This is the users database.
>
> DEFAULT Auth-Type = SQL,
>                 Simultaneous-Use = 1
>         Service-Type = Framed-User,
>                 Framed-Protocol = PPP
>
> >From what I can tell there is a line for simultaneous-use.  But, it's set to
> 1.  Does one mean, one other login besides their own?  Or should that be up
> under the TEST account itself?
>

Yes, I think so. You should add Simultaneous-Use = 1 under the TEST account
itself. Something like

test    Password = "test"
                            Simultaneous-Use = 1
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-Address = 10.2.1.2

But I might be wrong.

Regards,
Kader





reply via email to

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