Re: Freeradius-Devel Digest, Vol 39, Issue 18
<freeradius-devel@lists.freeradius.org>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);
}
participants (1)
-
ramesh p