Extending the Radius Protocol
Posted
by vijay.j
on Stack Overflow
See other posts from Stack Overflow
or by vijay.j
Published on 2010-04-29T10:31:55Z
Indexed on
2010/05/22
21:50 UTC
Read the original article
Hit count: 130
I am using radius protocol to for sending some values from client to server. Within that, I am using vendor-specific value pairs, and defining our own types. However, the value length for vendor-specific data is 255, and our data length is crossing it. Please can any one tell me how to incorporate data longer than 255 bytes?
© Stack Overflow or respective owner