I am contemplating a hack to pppd-2.3.11 to make it call a script,
passing username and password, so that the script can authtenticate
via a RADIUS server. Can someone please give me some pointers as to
where to start reading the code (auth.c ?) and a general indication of
how to do it. Do I create a plugin? I know enough C to get myself
into trouble, but I'm no guru :)
I know portslave already does this but I want to do it my way...