Re: [RADIATOR] AuthBy-File cannot match user

2011-08-02 Thread Roel Hoek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Heikki, I changed the config as proposed. The is handled with success, but the second handler, fails again. (AuthFILE REJECT: No such user: jupiter@utwente.test2 [jupiter@utwente.test2]) EAPAnonymous in the EAP-outer handler is %u. With %0 th

Re: [RADIATOR] CRL reload error

2011-08-02 Thread Alexander Hartmaier
Hi guys, what's the status of crl reloading? I've installed openssl 1.0.0 from Debian testing on a Debian stable server but it still fails with ERR: Failed to add CRL file '/etc/radiator/certificates/foo.crl.pem': error:0B07D065:x509 certificate routines:X509_STORE_add_crl:cert already in hash tabl

[RADIATOR] Multiple network access devices

2011-08-02 Thread Smith, Todd
Hello, I have a working Radiator configuration that is working for our enterprise wireless network but I am looking to expand it to include other types of network access devices. Looking through the documentation and the goodies directory, I don't see a good example to refer to. What I would

[RADIATOR] failover SqlDB destinations

2011-08-02 Thread Michael
Has anyone found any solutions/patches for the sql timeout failover issue with radiator? When radiator executes an sql statement on an sql server that times out not on connecting, but the statement itself, radiator disconnects and reconnects to the same sql server to try again. It never seem

Re: [RADIATOR] AuthBy-File cannot match user

2011-08-02 Thread Heikki Vatiainen
On 08/02/2011 01:39 PM, Roel Hoek wrote: Hello Roel, > I changed the config as proposed. The is handled with success, > but the second handler, fails again. > (AuthFILE REJECT: No such user: jupiter@utwente.test2 [jupiter@utwente.test2]) > EAPAnonymous in the EAP-outer handler is %u. With %0 t

Re: [RADIATOR] Multiple network access devices

2011-08-02 Thread Heikki Vatiainen
On 08/01/2011 10:32 PM, Smith, Todd wrote: > I have a working Radiator configuration that is working for our enterprise > wireless network but I am looking to expand it to include other types of > network access devices. Looking through the documentation and the goodies > directory, I don't se

Re: [RADIATOR] failover SqlDB destinations

2011-08-02 Thread Michael
I patched my version of radiator to failover to the next sql source when an sql time out error occurs. What I did was: In 'sub initialize' i added an offset value: $self->{DBOffset}= 0; In 'sub reconnect' i add this value to $i of the 'for' for cycling through the DBSources: for ($i = 0 + $