Hi all I'm new to freeradius, I would like to know if there is a module that basing on some attribute of the radius request execute a module, i.e. I want to alter the execution flow of the authorize section ... This give me the possibiltity to manage some "business logic" through the configuration of radius server... For example I could analize the "nas-port-type" attribute in the request and autheticate users on different database, basing on such parameter.. Best regards Giuseppe Tricarico
On Mon, 11 Sep 2006, Giuseppe Tricarico wrote:
Hi all
I'm new to freeradius, I would like to know if there is a module that basing on some attribute of the radius request execute a module, i.e. I want to alter the execution flow of the authorize section ... This give me the possibiltity to manage some "business logic" through the configuration of radius server...
For example I could analize the "nas-port-type" attribute in the request and autheticate users on different database, basing on such parameter..
See doc/Autz-Type Something like (in users file): DEFAULT NAS-Port-Type == Virtual, Autz-Type := "Virtual" DEFAULT NAS-Port-Type == ISDN, Autz-Type := "ISDN"
Best regards
Giuseppe Tricarico
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Kostas Kalevras Network Operations Center kkalev@noc.ntua.gr National Technical University of Athens, Greece Work Phone: +30 210 7721861 'Go back to the shadow' Gandalf
Giuseppe Tricarico wrote:
Hi all
I'm new to freeradius, I would like to know if there is a module that basing on some attribute of the radius request execute a module, i.e. I want to alter the execution flow of the authorize section ... This give me the possibiltity to manage some "business logic" through the configuration of radius server...
For example I could analize the "nas-port-type" attribute in the request and autheticate users on different database, basing on such parameter..
see doc/Autz-Type which does exactly this
Best regards
Giuseppe Tricarico
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Giuseppe Tricarico -
Kostas Kalevras -
Phil Mayers