kisteorg google wrote:
> I would like to use one freeradius for 2 different NAS-groups. Therefore
> I need two different users files, one for each instance. I tried to make
> the module configuration per virtual server, which seems not to be working.

  You need to create two instances of the "files" module.  Where it now has:

        files {
                ...
        }

  Replace that with:

        files foo {
                ...
        }

        files bar {
                ...
        }

  And point the "usersfile", etc. to different files in each one.

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

Reply via email to