Ulang debug issue with CVS Head

Stephan Jaeger stephan.jaeger at ewetel.de
Thu Jul 26 11:03:58 CEST 2007


Hi,

i have an issue with unlang.

radiusd.conf, authorize section:

update request {
	User-Name = "xyz"
}


Gives the following debug output:

+++[request] returns notfound



But in modcall.c line 401:

rcode = radius_update_attrlist(request, g->cs,
                               g->vps, child->name);

rcode is really RLM_MODULE_UPDATED.


its just that (modcall.c line 403):

if (rcode != RLM_MODULE_UPDATED) {
	myresult = rcode;
}

is not altering the result in this case, which lets it on its default
value for the Autz section: RLM_MODULE_NOTFOUND.

Is this behavior intended?


Regards

Stephan

-- 
Stephan Jaeger <stephan.jaeger at ewetel.de>
EWE TEL GmbH




More information about the Freeradius-Devel mailing list