Commit report for v3.0.x branch
The git bot
announce at freeradius.org
Thu Jul 3 00:00:01 CEST 2014
New activity for FreeRADIUS (the high performance and highly configurable RADIUS server)
======
Fixed adding attributes with multiple values to rlm_perl
Without this fix, the array in Perl would start with the value of the
first attribute in the packet, combined with the actual values of the
attribute.
The debug log would look like this:
$RAD_REPLY{'User-Name'}[0] = &reply:User-Name -> 'anonymous'
$RAD_REPLY{'h323-credit-amount'}[1] = &reply:h323-credit-amount -> '100'
$RAD_REPLY{'h323-credit-amount'}[2] = &reply:h323-credit-amount -> '101'
The actual value of $RAD_REPLY{'h323-credit-amount'} is
['anonymous','100','101']
Herwin Weststrate (via Arran Cudbard-Bell)@2014-07-02T19:36:09Z
Files modified:
* src/modules/rlm_perl/rlm_perl.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/c920cf0ff498b3695040265955db580b0a7c7cbd
======
--
This commit summary was generated @2014-07-03T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
More information about the Freeradius-Devel
mailing list