Re: Failover for SQL lookup expansions?

2011-03-12 Thread Brian Candler
Phil Mayers wrote: Correct. Virtual modules (e.g. redundant) do not implement the xlat function. ... Unfortunately the xlat functions in FR don't return error/success codes. They return length of result string, and 0 for any failure condition, which means it's impossible to distinguish a

Re: Sending accounting packets to more than one server?

2011-03-12 Thread Brian Candler
Tim McNabb wrote: I was wondering if it is possible to forward accounting packets to another server while also keeping the packets on the local machine. I’m working on integrating a Netsweeper appliance and the company is saying that I need to forward accounting packets to the appliance in

Re: Sending accounting packets to more than one server?

2011-03-12 Thread Fajar A. Nugraha
On Sat, Mar 12, 2011 at 6:06 PM, Brian Candler b.cand...@pobox.com wrote: I have a local module here which blindly sends out an extra copy of an accounting packet to target host(s) you specify, without waiting for any acknowledgement.  We use it for teeing off accounting to various packet

Packet tracing web interface

2011-03-12 Thread Brian Candler
I'd like to build a packet tracer web interface for freeradius: that is, somewhere where you can paste in a set of AV pairs (perhaps caught from radsniff), and you get back the AV responses plus all the decision-making logic that took place. Basically what freeradius -X shows. Has anyone done

Re: Packet tracing web interface

2011-03-12 Thread Gary Gatten
I don't know about all your questions, but, during my testing I found that if I start radiusd -X somefile.log and then run it in the background, I can grep/tail somefile.log for stuff I need. Perhaps you could do something similar to get the results of your query? I'm sure you could find

Re: Trying to get my sql configuration right.

2011-03-12 Thread John Dennis
On 03/11/2011 06:33 PM, john.hayw...@wheaton.edu wrote: Hi Radius People, I am getting the message from sql authentication: !!! !!! Please update your configuration so that the known good !!! !!! clear

EAP-TLS with Ldap

2011-03-12 Thread Usuário do Sistema
Hello, I'm new at the Freeradius and I'm deploying it with EAP-TLS to authenticate my Wireless users which will be authenticated against a OpenLDAP base. I'm using freeradius2 and when I make a test from other linux machine with command radtest joao.vero jango123 128.2.100.131 2 meleca it's

Re: EAP-TLS with Ldap

2011-03-12 Thread Guy
---Guy Sent from my iPad On 12 Mar 2011, at 20:06, Usuário do Sistema maico...@ig.com.br wrote: Hello, I'm new at the Freeradius and I'm deploying it with EAP-TLS to authenticate my Wireless users which will be authenticated against a OpenLDAP base. I'm using freeradius2 and when

Re: EAP-TLS with Ldap

2011-03-12 Thread Usuário do Sistema
Thank Guy, but where I configure ( what file ?) in freeRadius to use NT-LM when it to query server ldap ?? thank 2011/3/12 Guy g...@britewhite.net ---Guy Sent from my iPad On 12 Mar 2011, at 20:06, Usuário do Sistema maico...@ig.com.br wrote: Hello, I'm new at the Freeradius and

Re: Packet tracing web interface

2011-03-12 Thread Phil Mayers
On 03/12/2011 01:02 PM, Brian Candler wrote: I'd like to build a packet tracer web interface for freeradius: that is, somewhere where you can paste in a set of AV pairs (perhaps caught from radsniff), and you get back the AV responses plus all the decision-making logic that took place.