Hi All,

I've been searching for an answer to this and haven't found one yet - can someone please help me out?

FreeRadius 0.9.2 - what's the proper way to reject a user after doing an exec?

For example defining in radiusd.conf :

modules {
        [stuff]
        exec getstatus {
                wait = yes
                program = "/path/program %{User-Name}"
                input_pairs = request
                output_pairs = reply
        }
}
...
authorize {
        [stuff]
        getstatus
}


What should the getstatus exec return to reject the user if custom checks determine the user should not be allowed on?



Many thanks,


        Rob Genovesi
        [EMAIL PROTECTED]


- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to