28 Mar
2008
28 Mar
'08
2:23 a.m.
Bill Brunton wrote:
I have been trying to figure out how to add the IP address of each authenticated user to the popip database maintained by poprelayd.
Is the IP assigned via RADIUS?
It is easy to add an ip address to the popip database with the command:
/usr/sbin/poprelayd -a <ip>
How do I incorporate that as post processing step, module etc in freeradius?
See rlm_exec. You can execute a program with any arguments you want, including an assigned IP address. Alan DeKok.