Hi,

How to configure free radius to support the radius attributes that would
contain the information for Client IP Address, Session-ID, Tunnel-ID :

Tunnel-Client-Endpoint,
Acct-Tunnel-Connection,
Tunnel-Assignment-Id.

Do i need to change sql.conf file?

Please help me in this!

Thanks,
Ramesh.

On Wed, Jul 23, 2008 at 3:30 PM, <freeradius-devel-request@lists.freeradius.org> wrote:
Send Freeradius-Devel mailing list submissions to
       freeradius-devel@lists.freeradius.org

To subscribe or unsubscribe via the World Wide Web, visit
       http://lists.freeradius.org/mailman/listinfo/freeradius-devel
or, via email, send a message with subject or body 'help' to
       freeradius-devel-request@lists.freeradius.org

You can reach the person managing the list at
       freeradius-devel-owner@lists.freeradius.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Freeradius-Devel digest..."


Today's Topics:

  1. GIT Log for 2008-07-22 23:33 GMT (aland)
  2. Critical bug in rlm_eap/mem.c (???)
  3. bug in rlm_eap/mem.c (???)
  4. Re: bug in rlm_eap/mem.c (Alan DeKok)
  5. help (ramesh p)


----------------------------------------------------------------------

Message: 1
Date: Wed, 23 Jul 2008 01:33:02 +0200 (CEST)
From: aland@deployingradius.com (aland)
Subject: GIT Log for 2008-07-22 23:33 GMT
To: <freeradius-devel@lists.freeradius.org>
Message-ID: <20080722233302.296E31234235@liberty.deployingradius.com>

commit df40e592710c1553bfb5873d06f0455b93e6db56
Author: Alan T. DeKok <aland@freeradius.org>
Date:   Tue Jul 22 21:54:11 2008 +0200

   Fixed typos
 raddb/sql/mysql/schema.sql |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


------------------------------

Message: 2
Date: Wed, 23 Jul 2008 10:57:00 +0900
From: ??? <syyang@unet.kr>
Subject: Critical bug in rlm_eap/mem.c
To: <freeradius-devel@lists.freeradius.org>
Message-ID: <003d01c8ec67$656abde0$304039a0$@kr>
Content-Type: text/plain; charset="ks_c_5601-1987"

The following is a patch for bug in mem.c

In some condition bug in mem.c leads to a memory leak and crash



*** mem.c       2008-02-10 04:18:10.000000000 -0500

--- mem.c.patch 2008-07-19 20:04:35.000000000 -0400

***************

*** 390,395 ****

--- 390,396 ----

                               handler->next->prev = NULL;

                       } else {

                               inst->session_head = NULL;

+                               inst->session_tail = NULL;

                       }

                       eap_handler_free(handler);

               }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freeradius.org/pipermail/freeradius-devel/attachments/20080723/45ddc7e4/attachment-0001.html>

------------------------------

Message: 3
Date: Wed, 23 Jul 2008 11:03:41 +0900
From: ??? <syyang@unet.kr>
Subject: bug in rlm_eap/mem.c
To: <freeradius-devel@lists.freeradius.org>
Message-ID: <004201c8ec68$5439fee0$fcadfca0$@kr>
Content-Type: text/plain;       charset="UTF-8"


The following is a patch for bug in mem.c (2.0.5 version)
In some condition bug in mem.c leads to a memory leak and crash

*** mem.c       2008-02-10 04:18:10.000000000 -0500
--- mem.c.patch 2008-07-19 20:04:35.000000000 -0400
***************
*** 390,395 ****
--- 390,396 ----
                               handler->next->prev = NULL;
                       } else {
                               inst->session_head = NULL;
+                               inst->session_tail = NULL;
                       }
                       eap_handler_free(handler);
               }



------------------------------

Message: 4
Date: Wed, 23 Jul 2008 08:47:09 +0200
From: Alan DeKok <aland@deployingradius.com>
Subject: Re: bug in rlm_eap/mem.c
To: FreeRadius developers mailing list
       <freeradius-devel@lists.freeradius.org>
Message-ID: <4886D3ED.2010501@deployingradius.com>
Content-Type: text/plain; charset=UTF-8

??? wrote:
> The following is a patch for bug in mem.c (2.0.5 version)
> In some condition bug in mem.c leads to a memory leak and crash

 Fixed, thanks.

 Alan DeKok.


------------------------------

Message: 5
Date: Wed, 23 Jul 2008 14:53:53 +0530
From: "ramesh p" <rock786143@gmail.com>
Subject: help
To: freeradius-devel@lists.freeradius.org
Message-ID:
       <6b6aa6710807230223u1cab6cfep6a4cc44c6a3c483e@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

How to configure free radius to support the radius attributes that would
contain the information for Client IP Address, Session-ID, Tunnel-ID :

Tunnel-Client-Endpoint,
Acct-Tunnel-Connection,
Tunnel-Assignment-Id.

Do i need to change sql.conf file?

Please help me in this!

Thanks,
Ramesh.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freeradius.org/pipermail/freeradius-devel/attachments/20080723/b64d0261/attachment-0001.html>

------------------------------

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


End of Freeradius-Devel Digest, Vol 39, Issue 18
************************************************