[RADIATOR] PostAuthHook with asynchronous modules like AuthDUO

2019-07-26 Thread Christopher Bongaarts
We're implementing some additional authorization checks in some of our Handlers by using PostAuthHook to perform the checks and update the return status accordingly.  These checks are using LDAP attributes returned from the auth check (using AuthAttrDef to make them available to the hooks).

Re: [RADIATOR] Perl modules for DUO auth

2020-10-07 Thread Christopher Bongaarts
On 10/6/2020 7:14 PM, Steve Phillips wrote: We are trying to setup DUO authentication using the example given in the goodies file and it is needing a few perl modules; HTTP::Async Net::HTTPS::NB Test::HTTP::Server::Simple I’m really trying not to break the package management system by