18 Jun
2009
18 Jun
'09
4:36 a.m.
Alexandr Kovalenko wrote:
Hello,
I've read ChangeLog for FreeRADIUS 2.1.6 and found there:
# Make rlm_perl keep tags for tagged attributes in more situations
Could anyone please point me to exact commits/diffs so I can see if this will fix my issue with tagged attributes, which I experienced - tagged attributes ERX-Service-Activate, ERX-Service-Statistics and similar were sent back to NAS without tags.
$ git log src/modules/rlm_perl Shows this: commit 088f7e697913fd9f4de3877927300c1d222e76be Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Apr 22 14:42:13 2009 +0200 Don't lose tags And github shows: http://github.com/alandekok/freeradius-server/commit/088f7e697913fd9f4de3877... Alan DeKok.