I don't think it's been discussed. Off hand, the authorization problem might be difficult - how do you authorize Ntop to pull administrator level data from the server? I don't think you could read it out of the packets - that would be a major compromise of RADIUS security...
I *guess* you could treat RADIUS like a "super DNS"? (For that matter, you could do it with NIS too) and inquire to the RADIUS server like the code in address.c does DNS resolution. Very complex and how do you decide which way to go? More likely (less invasive) and more "on-demand", a starting point might be the "Last Seen" plugin - as you build the list, do the inquiry and populate another column(s)... go for it... -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Bradley Sent: Friday, January 25, 2002 7:30 PM To: [EMAIL PROTECTED] Subject: [Ntop-dev] Ntop Radius Plugin I am new to the list, so I apologize if this question has been asked, or related discussion has already taken place. Has anyone worked on a plugin for ntop that grabs radius information to identify the user corresponding to an IP address captured by ntop? Or is anyone interested in helping out with such a project? Regards, David Bradley [EMAIL PROTECTED] _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop-dev _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop-dev
