\hrm..i guess maybe i am getting my info crossed. I am basically trying to get secure wireless set up for my office. we currently utilize and openldap server and are trying to put cisco 1142's in place. my understanding, and if you tell me i took a wrong turn, i will believe you.... is that the EAP-TLS secures the network and then the RADIUS component authorizes and authenticates the user . Again, I would believe you completely if you told me that I was mashing different sets of info together and coming up with my own incorrect set. -m On Thu, Oct 27, 2011 at 3:01 PM, <freeradius-users-request@lists.freeradius.org> wrote:
Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org
You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..."
Today's Topics:
1. Custom MySQL Queries (JennyBlunt) 2. RES: FreeRadius + MySQL | radacct: Errors and Warnings (Daniel Menezes) 3. Failed to load module "jradius" (Travis Dimmig) 4. Re: Failed to load module "jradius" (Alan DeKok) 5. RE: Failed to load module "jradius" (Travis Dimmig) 6. Re: cisco WAP/FreeRadius/OpenLDAP (Alan DeKok)
----------------------------------------------------------------------
Message: 1 Date: Thu, 27 Oct 2011 10:37:28 -0700 (PDT) From: JennyBlunt <jennyshoehorn@me.com> Subject: Custom MySQL Queries To: freeradius-users@lists.freeradius.org Message-ID: <1319737048193-4943692.post@n5.nabble.com> Content-Type: text/plain; charset=us-ascii
Hello
What's the best approach regarding custom mysql queries? I'd like to check if a user is blocked whilst authorising..
Have tried to add something like this to my dictionary file:
ATTRIBUTE User-Disabled-Attr 3002 integer
And then putting a 1 / 0 in to radcheck against the user.
What's the best way to do this kind of request? Is it better to write a lookup somewhere else?
Thanks
J
-- View this message in context: http://freeradius.1045715.n5.nabble.com/Custom-MySQL-Queries-tp4943692p49436... Sent from the FreeRadius - User mailing list archive at Nabble.com.
------------------------------
Message: 2 Date: Thu, 27 Oct 2011 15:55:18 -0200 From: "Daniel Menezes" <listas@dmnzs.com.br> Subject: RES: FreeRadius + MySQL | radacct: Errors and Warnings To: "'FreeRadius users mailing list'" <freeradius-users@lists.freeradius.org> Message-ID: <02ce01cc94d1$96c37790$c44a66b0$@com.br> Content-Type: text/plain; charset="us-ascii"
Fajar,
So you mean radutmp was the root cause of your problem?
I don't know, but it's better now. =)
What does FR log says? Does it say it recives duplicate or conflicting packets? If yes, then the db is still slow. You still need to fix it. If not, then the problem might be somewhere else (e.g. congested network causing dropped packets)
This is strange! When starting radius in debug mode I don't see any error, in normal mode duplicate or conflicting packages have disappeared. Always the statistics in MikroTik shows 2, 4 resends and timeouts .. a few.
I'll try other ways, first, change the DB engine. Tomorrow i'll write about.
Thanks.
Sds,
--- Daniel Menezes
------------------------------
Message: 3 Date: Thu, 27 Oct 2011 18:28:36 +0000 From: Travis Dimmig <tdimmig@impulse.com> Subject: Failed to load module "jradius" To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Message-ID: <2ECC69012853FB42A8ADABA5EB3B4B800C9D15CD@DSM-Mail01.dsm.net> Content-Type: text/plain; charset="us-ascii"
I don't seem to be able to get freeRadius to load the "jradius" module. My steps are as follows:
wget ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.1.12.tar.gz tar -xzvf freeradius-server-2.1.12.tar.gz cd freeradius-server-2.1.12 echo "rlm_jradius" >> src/modules/stable ./configure && make && make install cp src/modules/rlm_jradius/jradius./conf /usr/local/etc/raddb
I configure jradius.conf to point to my JRadius server, and add jradius to the accounting section of sites-enabled. "radiusd -X" gives: /usr/local/etc/raddb/sites-enabled/default[443]: Failed to load module "jradius". /usr/local/etc/raddb/sites-enabled/default[378]: Errors parsing accounting section.
I have verified that the jradius libraries have been compiled and installed /usr/local/lib.
I've managed to comile freeRadius with the jradius module before just fine.....not sure what the problem is now. Any help would be greatly appreciated.
Travis Dimmig Software Development Specialist Impulse Point www.impulse.com<http://www.impulse.com>