On April 25, 2007 3:05:54 PM -0400 Kevin Bonner <keb@pa.net> wrote:
On Wednesday 25 April 2007 04:35:13 Muhammad Tayseer Alquoatli wrote:
Hi list: I've been working hard to let freeradius handles "Service-Type = AUTHENTICATE_ONLY" the proper way, but i couldn't achieve that till I've changed two lines in the source code with you this patch freeradius understands AUTHENTICATE_ONLY and doesn't complain about it, but handles it as all other service types (i.e. runs the post-auth module and sets network configuration in the reply) while it must only authenticate the user and returns a network configuration free accept/reject reply the patch below could be applied to freeradius-1.1.6 Best regards
I'm receiving Authenticate-Only requests and FreeRADIUS doesn't complain. What errors are you seeing? Would attr_filter be able to strip all unwanted attributes for you, instead of making code modifications?
I'll second that. I can't imagine any case where configuration alone, using the existing code, can't make it work. -frank