Using Client-Ip-Address attribute in preprocess files

2007-04-14 Thread Arran Cudbard-Bell
Hi, Trying to use Client-Ip-Address is huntgroups and hints doesn't seem to work, if this because the Client-Ip-Address is written to the request packet at the end of pre-process and not the beginning ? Or is there more strangeness afoot ? Also my understanding of huntgroups is that when you

Re: Using Client-Ip-Address attribute in preprocess files

2007-04-14 Thread Arran Cudbard-Bell
So the only way to use multiple hunt group entries, is with multiple instances of pre-process, which isn't a particularly neat solution Sorry that should be So the only way to use multiple hints file entries, is with multiple instances of pre-process, which isn't a particularly neat

Re: online users

2007-04-14 Thread Thor Spruyt
Mordor Networks wrote: hi Graham yes sir i know but my question is how to do that im all new to all this.. thank you Connect to your mysql database and type show tables;, then you'll see a list of tables in your database. It's probably the radacct table you need to query for session

Re: online users

2007-04-14 Thread Mordor Networks
Thor Spruyt wrote: Mordor Networks wrote: hi Graham yes sir i know but my question is how to do that im all new to all this.. thank you Connect to your mysql database and type show tables;, then you'll see a list of tables in your database. It's probably the radacct table you

Re: WEP only client

2007-04-14 Thread A . L . M . Buxey
Hi, I have a client whose wifi adaptor (Linksys WUSB11) can only do wep key encryption and I was wondering whether it would be possible to use eap-tls or something similar given the restrictions. What is the most secure system that can be used with this type of adaptor? most secure would be

Re: glibc double free or corruption still happening

2007-04-14 Thread ChristosH
I've installed FR 1.1.6 onto a clean CentOS 4.4 box and got this error, double free or corruption + some hex value. My CentOS /usr/src directory is empty, so I can't build an RPM as suggested in that link. Can I get yum to fill that up? Any ideas as to how to get this working? I've also tried

Re: Problem when executing radiusd

2007-04-14 Thread Peter Nixon
On Thu 12 Apr 2007, Alan DeKok wrote: Jacob Jarick wrote: I had the same issue on fedora 6, the temporary solution is to roll back to FreeRADIUS Version 1.1.3. There is an rpm availble if you google. 1.1.6 was just released, which fixes this, and other issues. Yep. And FC6 rpms are

Re: glibc double free or corruption still happening

2007-04-14 Thread Alan DeKok
ChristosH wrote: I've installed FR 1.1.6 onto a clean CentOS 4.4 box and got this error, double free or corruption + some hex value. $ valgrind --tool=memcheck --leakcheck=full radiusd -X It should print out more information, especially if you build the server with debugging symbols.

Re: Using Client-Ip-Address attribute in preprocess files

2007-04-14 Thread Alan DeKok
Arran Cudbard-Bell wrote: Hi, Trying to use Client-Ip-Address is huntgroups and hints doesn't seem to work, if this because the Client-Ip-Address is written to the request packet at the end of pre-process and not the beginning ? Or is there more strangeness afoot ? In the CVS head,

Re: glibc double free or corruption still happening

2007-04-14 Thread ChristosH
Here is the output from valgrind: ==504== Memcheck, a memory error detector. ==504== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==504== Using LibVEX rev 1732, a library for dynamic binary translation. ==504== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP. ==504==

Multiple REALMS, multiple SQL

2007-04-14 Thread Andrea Cerrito
Hi to this list, I'm using freeradius from few weeks, and now I need a little help to understand how to configure a proxied configuration to do what I need. My situation: [ Proxy Frontend ] -- REALM ABC proxied to [ My Radius Server ] | |-

Re: glibc double free or corruption still happening

2007-04-14 Thread Alan DeKok
ChristosH wrote: Here is the output from valgrind: ... ==504== Invalid free() / delete / delete[] ==504==at 0x4805289: free (vg_replace_malloc.c:233) ==504==by 0x482BC7B: try_dlopen (ltdl.c:3429) It looks like you have the libltdl.la files from 1.1.5 still installed. Delete them,

Re: WEP only client

2007-04-14 Thread Ian Truelsen
On Sat, 2007-04-14 at 17:54 +0100, [EMAIL PROTECTED] wrote: Hi, I have a client whose wifi adaptor (Linksys WUSB11) can only do wep key encryption and I was wondering whether it would be possible to use eap-tls or something similar given the restrictions. What is the most secure system