one more thing, if I need to add a user, what is the profile looks like?
is that enough?

DEFAULT ........................................
        ........................................
        .........(skipped)

a       Auth-Type := Local, User-Password == "a",
        Service-Type = Framed-User,
        Framed-Protocol = PPP

Thanks again!

Kenneth


On Wed, 15 May 2002, Kenneth Lee wrote:

>
> Dear all,
>
> I have tried different methods, but still cannot limit the time quota, can
> anyone post a sample configuration so that I can have a test? Really
> thanks very much to all!
>
> Kenneth
>
>
>
> >
> > Well, first of all it worked just great here. Try sending manually an
> > Accounting-Stop with Acct-Session-Time around 100 and see what happens.
> >
> > Now counter-name and check-item are two separate things. The first one is an
> > attribute 'produced' by the counter module when you do a comparison. What
> > happens is that the counter module registers a compare function for that
> > attribute. This function has nothing to do with the counter module authorize
> > function. You could remove it from the authorize section and it would work just
> > great. The check-item is another attribute created by the counter module. This
> > is a check item which should contain the allowed daily/weekly/monthly/whatever
> > session for a user. The idea is to be able to set this limit for each user. You
> > can use it like this:
> >
> > DEFAULT     Max-Daily-Session := 14400
> >     Fall-Through = Yes
> >
> > --
> > Kostas Kalevras             Network Operations Center
> > [EMAIL PROTECTED]  National Technical University of Athens, Greece
> > Work Phone:         +30 10 7721861
> > 'Go back to the shadow'     Gandalf
> >
> >
> > -
> > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
> >
>
>


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to