Problem with 1.1.0-pre0 - CVS Snapshot of 30th of June
I have a problem when proxying an auth request to another server. The server crashes with the following error: rad_recv: Access-Request packet from host 127.0.0.1 port 32770, id=130, length=69 --- Walking the entire request list --- Thread 1 got semaphore Thread 1 handling request 0, (1 handled so far) Threads: total/active/spare threads = 5/1/4 Waking up in 1 seconds... User-Name = "jacotest@JacoTest" User-Password = "jjtest" NAS-IP-Address = 127.0.0.1 NAS-Port = 0 Processing the authorize section of radiusd.conf modcall: entering group authorize for request 0 modcall[authorize]: module "preprocess" returns ok for request 0 modcall[authorize]: module "chap" returns noop for request 0 modcall[authorize]: module "mschap" returns noop for request 0 rlm_realm: No '/' in User-Name = "jacotest@JacoTest", looking up realm NULL rlm_realm: No such realm "NULL" modcall[authorize]: module "IPASS" returns noop for request 0 rlm_realm: Looking up realm "JacoTest" for User-Name = "jacotest@JacoTest" rlm_realm: Found realm "JacoTest" rlm_realm: Proxying request from user jacotest to realm JacoTest rlm_realm: Adding Realm = "JacoTest" rlm_realm: Preparing to proxy authentication request to realm "JacoTest" modcall[authorize]: module "suffix" returns updated for request 0 modcall[authorize]: module "files" returns notfound for request 0 radius_xlat: 'jacotest@JacoTest' rlm_sql (sql): sql_set_user escaped user --> 'jacotest@JacoTest' rlm_sql (sql): Reserving sql socket id: 4 radius_xlat: 'SELECT id, UserName, Attribute, Value, Op ??FROM radcheck ??WHERE Username = 'jacotest@JacoTest' ??ORDER BY id' rlm_sql_postgresql: query: SELECT id, UserName, Attribute, Value, Op ??FROM radcheck ??WHERE Username = 'jacotest@JacoTest' ??ORDER BY id rlm_sql_postgresql: Status: PGRES_TUPLES_OK rlm_sql_postgresql: affected rows = radius_xlat: 'SELECT GroupName FROM usergroup WHERE UserName='jacotest@JacoTest'' rlm_sql_postgresql: query: SELECT GroupName FROM usergroup WHERE UserName='jacotest@JacoTest' rlm_sql_postgresql: Status: PGRES_TUPLES_OK rlm_sql_postgresql: affected rows = rlm_sql (sql): Released sql socket id: 4 rlm_sql (sql): User jacotest@JacoTest not found modcall[authorize]: module "sql" returns notfound for request 0 rlm_sqlcounter: Entering module authorize code rlm_sqlcounter: Could not find Check item value pair modcall[authorize]: module "dailycounter" returns noop for request 0 rlm_sqlcounter: Entering module authorize code rlm_sqlcounter: Could not find Check item value pair modcall[authorize]: module "noresetcounter" returns noop for request 0 modcall[authorize]: module "expiration" returns noop for request 0 modcall[authorize]: module "logintime" returns noop for request 0 modcall: leaving group authorize (returns updated) for request 0 Assertion failed in request_list.c, line 724 This ONLY happens for proxied requests. All local requests gets authenticated ok. What can be the problem Jaco van Tonder
"Jaco van Tonder" <jaco@alwayson.co.za> wrote:
Assertion failed in request_list.c, line 724
This ONLY happens for proxied requests. All local requests gets authenticated ok.
What can be the problem
The code is being updated. Did you not see my response to the previous report of this problem? Alan DeKok.
When will this be fixed. I would like to user the latest released version 1.0.4 - but I need the Expiration module - which is not included with 1.0.4.... What do I need to do to add the expiration module to 1.0.4? Jaco van Tonder -----Original Message----- From: freeradius-users-bounces@lists.freeradius.org [mailto:freeradius-users-bounces@lists.freeradius.org] On Behalf Of Alan DeKok Sent: 09 July 2005 07:09 AM To: FreeRadius users mailing list Subject: Re: Problem with 1.1.0-pre0 - CVS Snapshot of 30th of June "Jaco van Tonder" <jaco@alwayson.co.za> wrote:
Assertion failed in request_list.c, line 724
This ONLY happens for proxied requests. All local requests gets authenticated ok.
What can be the problem
The code is being updated. Did you not see my response to the previous report of this problem? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Jaco van Tonder