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 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
