Sending attribute with sub-attributes

Alan DeKok aland at deployingradius.com
Mon Mar 14 11:48:17 CET 2011


Kristoffer Milligan wrote:
> Attribute
>     R3-IF-Descriptor
> Sub-TLV
>     R3-IF-Name
>     R3-IF-ID
>     PDFID
> 
> These are all exposed in the dictionary .. but running a MySQL based
> freeradius configuration, how do I return this type of packet when a
> user requests access?

	R3-IF-Name = "foo"
	R3-IF-ID = 1234
	...

  The server will take care of encapsulating them into the
R3-IF-Descriptor when it sends a packet.  Until then, don't worry about
it. :)

  Alan DeKok.



More information about the Freeradius-Users mailing list