25 May
2016
25 May
'16
12:05 p.m.
On May 25, 2016, at 12:00 PM, Fabrice Durand <fdurand@inverse.ca> wrote:
i am currently trying to replace isc-dhcp with freeradius dhcp server on PacketFence.
That's a good idea.
The dhcp work well, i am able to give ip address on layer 2 and layer 3 network.
That's good...
Now i want to add hooks in DHCP-Discover and DHCP-Request with rlm_rest but i am not sure if this module can do that since there only theses scopes:
authorize authenticate accounting post-auth
Is there a workaround or does this is not yet implemented ?
The "dhcp DHCP-Request" etc. sections are processed as post-auth sections in the server. So yes, the rlm_rest module can work with DHCP. Alan DeKok.