auth flow according to attribute value

2006-09-11 Thread Giuseppe Tricarico

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

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


Re: auth flow according to attribute value

2006-09-11 Thread Kostas Kalevras

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
[EMAIL PROTECTED]   National Technical University of Athens, Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: auth flow according to attribute value

2006-09-11 Thread Phil Mayers

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


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