18 Apr
2008
18 Apr
'08
5:15 a.m.
Vincent Arniego wrote:
I'm creating a module that gets the value of these attributes. But for now I'm just testing how to get the values of these attributes.
According to the modules wiki http://wiki.freeradius.org/Modules#Accessing_Radius_Request_Attributes I just have to put NOKIA_AVPAIR to get the value
No. The attribute names for *compilation* are define in src/include/radius.h. If you need a nokia VSA, define it there. Look at PW_MSCHAP_RESPONSE for an example of defining a VSA. Alan DeKok.