How make freeradius - rlm_exec run multithreaded?

Alan Buxey alan.buxey at gmail.com
Wed Jan 15 11:56:26 CET 2020


# In file: raddb/mods-config/.../execBashCustomAuthorization.sh
#!/bin/bash
sleep 5
echo "Reply-Message = \"A short message\","
echo "State = \"2496578198c5447a8167fe3fe0398133\","
echo "Response-Packet-Type = \"Access-Challenge\""
exit 0


I guess this is just a demo/example of the sort of thing that the
script will do as otherwise all of what its doing (in terms of setting
values) can be just done
directly in the server.

alan


More information about the Freeradius-Users mailing list