[Devel] [ openser-Bugs-1596427 ] acc module + RADIUS values issue

SourceForge.net noreply at sourceforge.net
Tue Nov 14 17:47:32 CET 2006


Bugs item #1596427, was opened at 2006-11-14 17:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1596427&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver devel
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Philippe Sultan (phsultan)
Assigned to: Nobody/Anonymous (nobody)
Summary: acc module + RADIUS values issue

Initial Comment:
Hi,

starting openser along with acc compiled for RADIUS
fails with the following message :
 0(0) ACC - initializing
 0(0) ERROR: acc: can't get code for the  attribute value
 0(0) ERROR:acc:mod_init: failed to init radius
 0(0) init_mod(): Error while initializing module acc


In modules/acc/dict.h, the INIT_AV macro takes V_MAX as
the maximum value to look into the rd_vals struct
defined in modules/acc/acc.c. Actually, rd_vals has its
max number defined in modules/acc/acc.c :
RV_STATIC_MAX, which conflicts with V_MAX to my
understanding.

A simple patch is attached to solve this issue.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1596427&group_id=139143



More information about the Devel mailing list