15 Jul
2013
15 Jul
'13
3:53 p.m.
Daniel Pocock wrote:
Can anybody comment on which client code should be used for long extended attributes?
I see that the freeradius-client project predates RFC 6929.
By a LONG ways. There's no client code for the extended attributes. The RFC was just published. So far as I know, FreeRADIUS is the only open source RADIUS system which supports it.
Is there any module in the server project that provides a good example of using these long values from requests?
src/lib/radius.c is the RADIUS encoder / decoder. Alan DeKok.