15 Jan
2020
15 Jan
'20
5:56 a.m.
# 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