25 Aug
2009
25 Aug
'09
3:10 a.m.
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.