"Sunny Wang" <[EMAIL PROTECTED]> wrote:
> I'm using FreeRADIUS Version 0.8.1, I would like to be able to get multiple
> attributes of the same type in accept reply message.  Can someone let me
> know how do I do that?

  Read the 'man' page for the 'users' file.

>         Filter-Id = "in: abc",
>         Filter-Id = "out: xyz"

  You want:

...
        Filter-Id += "in: abc",
        Filter-Id += "out: xyz"
...

  Alan DeKok.

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

Reply via email to