On 07/05/14 22:26, Serge Krawczenko wrote:
> next, i've not found any mention of 'dhcp' section in rlm_python sources
"dhcp" sections are actually post-auth. Use:
mod_post_auth = my_dhcp_mod
func_post_auth = my_dhcp_func
You don't need to edit the source code.