Michael Shurtleff <[EMAIL PROTECTED]> wrote; > 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;
This code only does the hacking for the Cisco-AVPair attribute. If the other Cisco attributes are screwed up, too, then we can remove that line. I actually asked one of the RADIUS guys at Cisco about this, but didn't get any response. I guess they think that this sort of annoying thing is acceptable. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
