virtual servers => 2 different user files

Alan DeKok aland at deployingradius.com
Tue Aug 25 09:10:28 CEST 2009


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.



More information about the Freeradius-Users mailing list