subattributes related advice neded

Cristian Novac cristian.novac at alcatel-lucent.ro
Thu Jan 10 16:00:45 CET 2008


Hello all,

I am using freeradius in a wimax environment(a small network for testing 
purposes).
I made a dictionary(attached below) and used it in tests. But writting 
my VSAs in the reply lists of my users(in users file) is not very 
pleasant(as you may see in the users file attached below). So, I want to 
add some code in freeradius so that I may write my VSAs in the users 
file using subattributes .

Here is what I want :

-for user ERTVR, instead of writting :
ERTVR   User-Password == "mypass at wd"
        Session-Timeout = 3600,
        Termination-Action = 1,
        Service-Flow-Descriptor = 
0x0001041112040303050304060301070313080314,
        QoS-Descriptor += 
0x800103130403050503030606000fa00007060007d00009060000000a0a06000000140c03800d040014,
        QoS-Descriptor += 
0x000103140403050503030606002ee3e80706000fa00009060000000a0a06000000140c0380

-I want to be able to write:
....
        Service-Flow-Descriptor = 0x00{PacketDataFlowID=1112}{...}{...}...,
#where PacketDataFlow is another defined attribute; every content 
between{} is a TLV
....

I haven't written before any piece of code for freeradius,so it's my 
first time and I thought you may give me advices  about how to deal with 
this problem; maybe what/where changes in the project would be needed to 
achieve that.

Thank you in advance !
Cristian NOVAC.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: users.mine
URL: <http://lists.freeradius.org/pipermail/freeradius-devel/attachments/20080110/0d613cc3/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dictionary.wimax
URL: <http://lists.freeradius.org/pipermail/freeradius-devel/attachments/20080110/0d613cc3/attachment-0001.ksh>


More information about the Freeradius-Devel mailing list