This is a discussion on Post-Auth: reply values within the FreeRADIUS Users forums, part of the Networking and Network Related category; Hello all, I'm trying to write a script for the post-auth section. In this script I need the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello all,
I'm trying to write a script for the post-auth section. In this script I need the information if the Request was successful or if it was rejected. The sql module uses the following expression: %{reply:Packet-Type} But how could I use this in my script? I've written a short script shich should list all available Variables: ---- #!/bin/bash printenv > /tmp/radius/`date +%F_%H-%M-%S_%N` ---- But it doesn't contain the reply values ... Any ideas or hints? bye Christian - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |