[Devel] [ openser-Patches-1690152 ] Add new RADIUS attributes into auth_radius

Juha Heinanen jh at tutpro.com
Thu Mar 29 08:14:23 CEST 2007


SourceForge.net writes:

 > I prepare patch which add new attributes in RADIUS request generated
 > by auth_radius module.
 > Here patch-README:
 > 
 > ------------ cut here -------------
 > -- Username -- value of this attribute changed to From URI. This done
 > --because Username must be used to get user credentials in accordance
 > --with RFC-4590

username (A_USER_NAME) is an existing attribute and it cannot be
changed to anything.
 > 
 > -- Calling-Station-Id -- new attribute added. Value of this attribute set to From URI (so Username and Calling-Station-Id are equal). This attribute may be useful for many authorization or billing software.
 > 
 > -- Called-Station-Id -- new attribute added. Value of this attribute set to R-URI. This attribute may be useful for many authorization or billing software.

no new attributes should be added to each request.  if you want to add
some extra attributes, implement extra module parameter similar to what
acc module has.

-- juha



More information about the Devel mailing list