Hi all, what is the status of freeradius-snmp.pl? README says it's still alpha. Anybody still working on that? cheers Jens -- ------------------------------------------------------------------------- | Foelderichstr. 40 | 13595 Berlin, Germany | +49-151-18721264 | | http://www.quux.de | http://blog.quux.de | jabber: jenslink@guug.de | -------------------------------------------------------------------------
Hi all, I have a username and identity in EAP attribute with pattern {m=1}xxxx@xxxx. I need to remove {m=1} for both username and identity in EAP attribute. I put some regular expression in default file authorize section to remove {m=1} for username and it works! But I have not found a way to remove {m=1} for identity in EAP packet. Any one can help? Thanks, Gina
ZHANG Gina wrote:
Hi all,
I have a username and identity in EAP attribute with pattern {m=1}xxxx@xxxx. I need to remove {m=1} for both username and identity in EAP attribute. I put some regular expression in default file authorize section to remove {m=1} for username and it works! But I have not found a way to remove {m=1} for identity in EAP packet.
There's no simple way to do this. It involves understanding the EAP packet format, and doing selective editing of it. The easiest way is to write a module in C to do the editing. Alan DeKok.
Ivan and Alan, Thanks a lot for all your help! Regards, Gina -----Original Message----- From: freeradius-users-bounces+gina.zhang=alcatel-lucent.com@lists.freeradius. org [mailto:freeradius-users-bounces+gina.zhang=alcatel-lucent.com@lists.fre eradius.org] On Behalf Of Alan DeKok Sent: Friday, October 02, 2009 1:33 AM To: FreeRadius users mailing list Subject: Re: Identity does not match User-Name, setting from EAP Identity ZHANG Gina wrote:
Hi all,
I have a username and identity in EAP attribute with pattern {m=1}xxxx@xxxx. I need to remove {m=1} for both username and identity in EAP attribute. I put some regular expression in default file authorize section to remove {m=1} for username and it works! But I have not found a way to remove {m=1} for identity in EAP packet.
There's no simple way to do this. It involves understanding the EAP packet format, and doing selective editing of it. The easiest way is to write a module in C to do the editing. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hello, I use it in production, and it produces nice statistics that we display in cacti. We would like now to get better statistics (per home server and per client), and we will soon work on this script to get that. We'll provide an updated script when this will be done. Regards Thomas
what is the status of freeradius-snmp.pl? README says it's still alpha. Anybody still working on that?
cheers
Jens
Thomas Fagart wrote:
Hello,
I use it in production, and it produces nice statistics that we display in cacti.
We would like now to get better statistics (per home server and per client), and we will soon work on this script to get that.
The standard MIBs provide that, and the intent of the script is to provide that.
We'll provide an updated script when this will be done.
Thanks. Alan DeKok.
Jens Link wrote:
Hi all,
what is the status of freeradius-snmp.pl? README says it's still alpha. Anybody still working on that?
Sure, send a patch. Send feedback saying it works. The main reason it's alpha is that we need people to test it before declaring to the public that "it works well". Alan DeKok.
participants (4)
-
Alan DeKok -
Jens Link -
Thomas Fagart -
ZHANG Gina