I understand that freeradius is based on RFCs and that changing some attributes modifies the protocol. But in my case I want every radius packet to have fixed User-Name and Password length (because my thesis implementation says so!). All I asked is which files contain the code that determine the length of these attributes when I use EAP-MD5 authentication.

From: "Alan DeKok" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Source code Date: Mon, 29 Nov 2004 17:28:50 -0500

"jh vg" <[EMAIL PROTECTED]> wrote:
> i am writing a thesis about WLAN roaming with radius server. We are trying
> to shrink the length of radius packets.


  Huh?  If you shrink the packets, then you won't be using RADIUS.

> I want to set the length of User-Name and User-Password attribute to
> be 15 bytes (no more no less).

  Then use short User-Names.  The User-Password attribute is mandated
by the RFC's to be 18 bytes long, so you can't shrink it.

> I tried to find a solution in radius src code but i cant find any
> document describing how the code is organized. Which files must i
> change in order to alter the length of these attributes?

  The length of the attributes is determined by their content.  See
the RFC's.

  Alan DeKok.

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/



- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to