rlm_perl truncating some attributes in 3.0.1
I'm trying to upgrade our 2.2.1 based servers to 3.0.1, but it appears that rlm_perl is truncating some attributes. Specifically Calling-Station-Id, User-Name and User-Password. Here is the debug output from the server: http://pastebin.com/GYpBS59L And here is the rlm_perl script that currently works under 2.2.1 but appears to be receiving truncated %RAD_REQUEST attributes: http://pastebin.com/auKspQcU Is this normal behavior that can be overridden at script definition time? Thanks!
Leggett, Torrance I. wrote:
I'm trying to upgrade our 2.2.1 based servers to 3.0.1, but it appears that rlm_perl is truncating some attributes.
Grab a copy of the v3.0.x branch from https://github.com/FreeRADIUS/freeradius-server/ It has a fix to this problem. Alan DeKok.
Well glad to know I'm not crazy. I'll do this, but any ideas when the next will come out with this fix in it? One reason I was upgrading is because the version we're running is from a branch with specific krb fixes and I wanted to get away from production services running non-relased branches from git. -----Original Message----- From: Alan DeKok <aland@deployingradius.com> Reply-To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Date: Tuesday, January 28, 2014 at 1:40 PM To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: rlm_perl truncating some attributes in 3.0.1
Leggett, Torrance I. wrote:
I'm trying to upgrade our 2.2.1 based servers to 3.0.1, but it appears that rlm_perl is truncating some attributes.
Grab a copy of the v3.0.x branch from
https://github.com/FreeRADIUS/freeradius-server/
It has a fix to this problem.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Leggett, Torrance I. wrote:
Well glad to know I'm not crazy. I'll do this, but any ideas when the next will come out with this fix in it? One reason I was upgrading is because the version we're running is from a branch with specific krb fixes and I wanted to get away from production services running non-relased branches from git.
Well, you can port that one patch back into 3.0.1 if you want. Alan DeKok.
Excellent idea. I should've thought of that. Thanks! -----Original Message----- From: Alan DeKok <aland@deployingradius.com> Reply-To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Date: Tuesday, January 28, 2014 at 2:55 PM To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: rlm_perl truncating some attributes in 3.0.1
Leggett, Torrance I. wrote:
Well glad to know I'm not crazy. I'll do this, but any ideas when the next will come out with this fix in it? One reason I was upgrading is because the version we're running is from a branch with specific krb fixes and I wanted to get away from production services running non-relased branches from git.
Well, you can port that one patch back into 3.0.1 if you want.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Leggett, Torrance I.