OK, now it works. Now could someone on the development side tell me the purpose of the following statement in the code inside cisco_vsa_hack() in the rlm_preprocess.c file (which I commented out to make the vsa_hack work). I don't want to solve one problem in order to create another.
if ((vp->attribute & 0xffff) != 1) continue; Thanks, mike On Wed, 15 May 2002, Michael Shurtleff wrote: > After some more checking I see that I was mistaken. Despite the noop from > preprocess, the cisco_vsa_hack routine is entered. It is just not doing > anything. Now I have to find out why. I am assuming that this routine > should strip off the names and equal signs from the values sent by cisco > before freeradius loads them into the database. > > Has anyone had any experience with this? > > mike > -- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
