8 May
2014
8 May
'14
11:04 a.m.
On 08/05/14 15:24, Serge Krawczenko wrote:
I'm really sorry Arran, python syntax does not allow function naming as python.authorize
No, that's not what Arran means or said. In the *RADIUS* configs, you can call a module: authorize { ... my_module ... } ...or you can make the server call a different "section" handler of the module e.g. authorize { ... my_module.post_auth ... } ...or: dhcp DHCP-Discover { ... my_module.authorize ... }