Re: Vendor-Specific attributes in Modules
Thanks Alan, I'll take a look at it and hopefully I can get the value. Thanks again! ----- Original Message ---- From: Alan DeKok <aland@deployingradius.com> To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Sent: Friday, April 18, 2008 5:58:23 PM Subject: Re: Vendor-Specific attributes in Modules Vincent Arniego wrote:
But somehow the messages we're getting have that attribute around 3 times in the request.
That's allowed in RADIUS.
This is from the file were feeding radclient:
Nokia-Avpair="ita:ubi=0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Nokia-Avpair+="ita:ubo=0/231/75672/97893/864/55/5676/247/235578/46759/110/12118/76812/1978453/1534/15359/11246" Nokia-Avpair+="ita:sc=0/1/2/3/4/5/6/7/8/9/10/11/12/13/14/15/16"
How do we distinguish each of the values for parsing in the module?
The attributes are in a "linked list" in request->packet->vps. Look at the rest of the code to see how it manipulates the list. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
participants (1)
-
Vincent Arniego