Patric wrote: > I am currently using exec to authenticate users through an external script. > When all criteria match I return the correct access-accept pairs and the > users authenticate successfully. > When the criteria are NOT met, I exit(1) my php script to hand control > back to the freeradius server. > This seems to be causing authentication requests to time out, as I guess > I am not sending anything back...
Set "reject_delay = 0" in radiusd.conf. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

