Clients.conf attributes, multiples users files.
Hello all, I wouldlike to have only one instance of freeradiusd but with multiples "users" files. For the moment i've differents process of freeradiusd with multiples users files. I think that it's not possible for the moment but do you think it can be a possible feature for the future ? I think the easiest way is to configure the name of the auth files into the clients.conf NAS1 : file: users NAS2 : file: users2, etc.. With this type of config, we can easily manage multiple type of users/ auth with one radiusd on one port.. Nico
Breuer Nicolas wrote:
I think the easiest way is to configure the name of the auth files into the clients.conf
NAS1 : file: users NAS2 : file: users2, etc..
With this type of config, we can easily manage multiple type of users/ auth with one radiusd on one port..
I'd suggest to have a single users file, and test the NAS-IP-Address in the attributes of the request. toto NAS-IP-Address == 10.0.0.1, User-Password := "azerty" Service-Type = Framed-User, Framed-Protocol = PPP, Framed-IP-Address = 255.255.255.254 titi NAS-IP-Address == 10.0.0.2, User-Password := "qsdfgh" Service-Type = Framed-User, Framed-Protocol = PPP, Framed-IP-Address = 255.255.255.254 -- Nicolas Baradakis
participants (2)
-
Breuer Nicolas -
Nicolas Baradakis