How do you generate this unique session id? It appears the NAS is expecting the AAA to provide this session id. Then the NAS will keep track of this session id. Thanks, Victor
------------------------------
Message: 4 Date: Fri, 4 Sep 2009 10:01:45 +0100 (BST) From: "Ivan Kalik" <tnt@kalik.net> Subject: Re: Wimax AAA Session ID To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Message-ID: <42574.194.176.105.43.1252054905.squirrel@webmail.kalik.net> Content-Type: text/plain;charset=utf-8
Is there a way to generate WiMAX-AAA-Session-Id inside freeRADIUS?
Generate - yes. But that's a bit of a pointless exercise. How would you track the session if id is not provided by NAS?
Ivan Kalik Kalik Informatika ISP
Victor Tangendjaja wrote:
How do you generate this unique session id?
However you want. In 2.1.6, you can do: update reply { WiMAX-AAA-Session-Id - "%{md5:%{User-Name}...}" } i.e. calculate the MD5 hash over information specific to the user && session. Alan DeKok.
participants (2)
-
Alan DeKok -
Victor Tangendjaja