Rubby <[EMAIL PROTECTED]> wrote:
> I want to load 3 counter modules in freeradius, one for daily,one
> for monthly,and one for never, how can I configure radiusd.conf? I
> tried several ways,but doesnot work.

  Give the instance a second name

  counter counter_daily { 
          ...
  }

  counter counter_monthly {
          ...  
  }

  counter counter_never {
          ...
  }



  And then refer to 'counter_daily', etc. in the authorize/whatever
section, instead of 'counter'.

  Alan DeKok.

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

Reply via email to