Can compile FR 1.1.5 Mysql 5.0.33 on FC4

2007-03-12 Thread Jose Guevarra
Hi, I'm trying to install Freeradius 1.1.5 with MySQL 5.0.33 on fedora core 4. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Compile Freeradius 1.1.5 with MySQL 5.0.33 on fedora core 4

2007-03-12 Thread Jose Guevarra
Hi, I'm trying to install Freeradius 1.1.5 with MySQL 5.0.33 on fedora core 4. I'm upgrading from FR1.1.1 with a standard mysql install. My MySQL installation is in a non-standard place /srv/mysql5033 So I configure FR with these options ./configure --prefix=/srv/freeradius115

Re: Compile Freeradius 1.1.5 with MySQL 5.0.33 on fedora core 4

2007-03-12 Thread Jose Guevarra
I tried without the terminating slash and the same errors occur. The user i'm compiling with has access to all those directories. ./configure --help doesnt have all the mysql switches listed. where can I find all the configure options for mysql support in FR? Thanks. On 3/12/07, [EMAIL

Re: Can compile FR 1.1.5 Mysql 5.0.33 on FC4

2007-03-12 Thread Jose Guevarra
Here's the most relevant parts of the log... = checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/mman.h usability... yes checking

Help with this error: configure: warning: FAILURE: rlm_eap_tls requires: libssl

2005-05-16 Thread Jose Guevarra
Hi, I'm trying to get freeradius to configure eap_tls but, I keep running into a config problem. I have openssl installed like so config --prefix=/usr/local/openssl097g --openssldir=/usr/local/openssl097g no-shared This seems to work. Then I configure freeradius like this. configure

use exec to modify request attributes

2004-10-27 Thread Jose Guevarra
Hi, I have an exec module (formatmac) that would take in the Client-Station-Id, pass it to a perl script (formatmac), which would then set the User-Name of the request packet to a formatted version of the Client-Station-Id. This works but, the sql authentication module then complains that

Re: use exec to modify request attributes (Oops small mistake)

2004-10-27 Thread Jose Guevarra
} On Tue, 2004-10-26 at 23:47, Jose Guevarra wrote: Hi, I have an exec module (formatmac) that would take in the Client-Station-Id, pass it to a perl script (formatmac), which would then set the User-Name of the request packet to a formatted version of the Client-Station-Id. This works

Re: setting User-Name to 'modified' mac address

2004-10-18 Thread Jose Guevarra
)\-(\w\w)\-(\w\w)\-(\w\w)/ ) { print $1,$2,$3,$4,$5,$6; } -=-=-=-=-==-==-=-=-=-=-==-=- What am I doing wrong? How do I fix it? Thanks, On Fri, 2004-10-15 at 09:03, Alan DeKok wrote: Jose Guevarra [EMAIL PROTECTED] wrote: I have freeradius authenticating mac addresses listed in a MySQL

RE: setting User-Name to 'modified' mac address

2004-10-18 Thread Jose Guevarra
address Jose Guevarra [EMAIL PROTECTED] wrote: In my hints file i have DEFAULT Calling-Station-Id =~ (\w\w)\-(\w\w)\-(\w\w)\-(\w\w)\-(\w\w)\-(\w\w) User-Name := `%{0}` This should set the User Name to the hex characters in the mac address or 'something' at least Or something

RE: setting User-Name to 'modified' mac address(continued)

2004-10-18 Thread Jose Guevarra
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Guevarra Sent: Monday, October 18, 2004 4:31 PM To: [EMAIL PROTECTED] Subject: RE: setting User-Name to 'modified' mac address Ok Posix expressions are supported here then shouldn't putting parenthases around the hex characters give me groups %{1

setting User-Name to 'modified' mac address

2004-10-14 Thread Jose Guevarra
Hi, I have freeradius authenticating mac addresses listed in a MySQL database. It works! But, the mac address passed by the client(hp 2650) is in the form 00-00-00-00-00-00. I set the 'user name' to the 'calling station id' in the 'hints' file like so User-Name := %i Is it possible to filter

Custom Log module installation

2004-10-11 Thread Jose Guevarra
Hi, I got the source for the custom log module but, I don't see how to install it. I took a shot in the dark and put it into the src/modules directory and added it to the 'stable' file. That of course didn't work. Attached is the module and here is the thread from Oleg showing the

writing a FreeRADIUS module in perl: where to start

2004-10-08 Thread Jose Guevarra
Hi, I've read from previous discussions that a module can be used to change the format of the FreeRADIUS logs. In particular, I'd like to add replies from 802.1x authenticator switches like HP 2650 which have vlan id's, port, and other information. I hear this is possible with a module that

Custom Logger module

2004-10-08 Thread Jose Guevarra
Does anyone have the module( or get one like it) listed in this thread? http://lists.cistron.nl/pipermail/freeradius-devel/2002-October/003675.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Freeradius and MAC Address authenticating

2004-07-30 Thread Jose Guevarra
Hi, I've got freeradius working and can authenticate local users (passwd file), but, what I really want to do is use 802.1x to configure port VLANS on an HP 2650 according to a client's MAC address. So instead of looking for the User-Name attribute I'm more concerned with the MAC address of