4 May
2018
4 May
'18
1:59 a.m.
On Thu, Apr 26, 2018 at 12:16:23PM +0930, Alan DeKok wrote:
On Apr 25, 2018, at 10:09 PM, Geoffrey D. Bennett <g@netcraft.com.au> wrote:
My use case for this is that I have a database lookup in the post-auth section, and if the database connection fails I need to return no response so that the NAS will send its request to the other RADIUS server which has the backup database.
That's useful, I must admin. [...]
Could you point me in the appropriate direction to implement this if you'd accept such a patch?
src/main/process.c. Look for "Not responding to request". And try to figure it out. :(
Thanks for the pointer. Please find attached a patch relative to v3.0.x. Is this the right way to go about it? Thanks, Geoffrey.