freeradius-1.0.4 and MAC address authentication w/ win xp supplicant

2007-08-29 Thread John C. Koen
I am running freeradius-1.0.4 on SLES10, XP supplicant and Cisco Aironet 1200 AP. My goal is to authenticate against the users file and use WEP with eap-tls. I am trying to support Windows CE, and PEAP is not an option. users: 0213dec2114a Auth-Type:=Accept Service-Type = Framed-User

Re: freeradius-1.0.4 and MAC address authentication w/ win xp supplicant

2007-08-29 Thread Phil Mayers
On Wed, 2007-08-29 at 11:41 -0500, John C. Koen wrote: I am running freeradius-1.0.4 on SLES10, XP supplicant and Cisco Aironet 1200 AP. My goal is to authenticate against the users file and use WEP with eap-tls. I am trying to support Windows CE, and PEAP is not an option. There's so much

Migrating from freeradius 1.0.4 to 1.1.3 - Configuration issues

2007-04-25 Thread Ian Savoy
Hello all, I am currently migrating two radius servers from 1.0.4 to 1.1.3. I've managed to get most of my kinks out, however I'm still having issues with the accounts already setup in the users file. My issue is this - my ISDN users were originally setup with the Framed-Protocol attribute's

Re: Migrating from freeradius 1.0.4 to 1.1.3 - Configuration issues

2007-04-25 Thread Alan DeKok
Ian Savoy wrote: I am currently migrating two radius servers from 1.0.4 to 1.1.3. I've managed to get most of my kinks out, however I'm still having issues with the accounts already setup in the users file. My issue is this - my ISDN users were originally setup with the Framed-Protocol

Re: freeradius 1.0.4 + mysql cannot authincate

2006-01-11 Thread Alan DeKok
Jonathan Carpenter [EMAIL PROTECTED] wrote: I have the authorize section in my radius.conf, what other authorize section do I need? It wasn't included in the debug output, or in the snippets from radiusd.conf. So one of two situations exist: a) it wasn't in radiusd.conf b) you edited

Re: freeradius 1.0.4 + mysql cannot authincate

2006-01-11 Thread Dennis Skinner
Jonathan Carpenter wrote: Here is the entry from my radius.conf authenticate { Auth-Type PAP { pap } Auth-Type CHAP { chap } } Read what I wrote below. It says authorize section. That is the 1 section you did not show us. As Alan said, you are either

freeradius 1.0.4 + mysql cannot authincate

2006-01-10 Thread Jonathan Carpenter
I am running freeradius 1.0.4 + mysql 4.1.16. I have use the mysql database schema from the freeradius tar ball. Everything seems to be setup correctly I can authenticate from flat text files but not from any database usernames. Here is the output from my /usr/sbin/radiusd -X: Starting - reading

Re: freeradius 1.0.4 + mysql cannot authincate

2006-01-10 Thread Dennis Skinner
Jonathan Carpenter wrote: Config: including file: /etc/raddb/sql.conf That's good. rad_recv: Access-Request packet from host 127.0.0.1:32784 http://127.0.0.1:32784, id=125, length=58 User-Name = scooby User-Password = scooby NAS-IP-Address = 255.255.255.255

Re: freeradius 1.0.4 + mysql cannot authincate

2006-01-10 Thread Jonathan Carpenter
Here is the entry from my radius.conf authenticate { Auth-Type PAP { pap } Auth-Type CHAP { chap } } # # Pre-accounting. Decide which accounting type to use. # preacct { preprocess acct_unique suffix #files } # # Accounting. Log the accounting data. # accounting { acct_unique

Re: freeradius 1.0.4 + mysql cannot authincate

2006-01-10 Thread Lewis Bergman
Jonathan Carpenter wrote: auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user auth: Failed to validate the user. This doesn't look promising. -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 Off. 325-691-1301 Cell

Re: freeradius 1.0.4 + mysql cannot authincate

2006-01-10 Thread Alan DeKok
Jonathan Carpenter [EMAIL PROTECTED] wrote: Here is the entry from my radius.conf ... And no authorize section. From the debug log you posted, it looks like you deleted it completely. Don't do that. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: freeradius 1.0.4 + mysql cannot authincate

2006-01-10 Thread Jonathan Carpenter
I have the authorize section in my radius.conf, what other authorize section do I need?On 1/10/06, Alan DeKok [EMAIL PROTECTED] wrote:Jonathan Carpenter [EMAIL PROTECTED] wrote: Here is the entry from my radius.conf...And no authorize section.From the debug log you posted, it lookslike you

Re: freeradius 1.0.4 segmentation fault

2005-09-13 Thread Nicolas Baradakis
Konstantin Kubatkin wrote: I'm use Debian/Sarge AND64 and Debian/Sarge I386 If it is used Crypt-Password that freeradius finishes work with segmentation fault Please get version 1.0.5 and build the Debian package with this command line: $ DEB_BUILD_OPTIONS=noopt nostrip fakeroot

Re: freeradius 1.0.4 segmentation fault

2005-09-13 Thread Konstantin Kubatkin
I'm use Debian/Sarge AND64 and Debian/Sarge I386 If it is used Crypt-Password that freeradius finishes work with segmentation fault Please get version 1.0.5 and build the Debian package with this command line: $ DEB_BUILD_OPTIONS=noopt nostrip fakeroot dpkg-buildpackage -b -uc Install the

Re: freeradius 1.0.4 segmentation fault

2005-09-13 Thread Konstantin Kubatkin
With the given correction works normally --- crypt.c.orig2005-03-18 17:06:37.0 +0200 +++ crypt.c 2005-09-13 15:32:33.0 +0300 @@ -20,7 +20,11 @@ #include libradius.h #include stdlib.h +#ifdef HAVE_CRYPT_H +#include crypt.h +#else #include unistd.h +#endif

Re: freeradius 1.0.4 segmentation fault

2005-09-13 Thread Nicolas Baradakis
Konstantin Kubatkin wrote: With the given correction works normally Thanks for the patch, it has been added to the CVS. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

freeradius 1.0.4 segmentation fault

2005-09-12 Thread Konstantin Kubatkin
I'm use Debian/Sarge AND64 and Debian/Sarge I386 If it is used Crypt-Password that freeradius finishes work with segmentation fault 1) [EMAIL PROTECTED]:/var/log/freeradius# ./start.sh ./start.sh: line 5: 25190 Segmentation fault freeradius -X /var/log/freeradius/debug.log Press any

Regarding FreeRadius-1.0.4 support for linux log in

2005-08-31 Thread Nisha P Kurur
Greetings!!! I'm new to freeradius. I have installed freeradius-1.0.4 on my machine and it responds back for the packets sent through radclient. Now my requirement is: I have a linux box whose user profiles are maintained by the RADIUS server. When I use ssh/rlogin/telnet etc it should

Re: Regarding FreeRadius-1.0.4 support for linux log in

2005-08-31 Thread Alan DeKok
Nisha P Kurur [EMAIL PROTECTED] wrote: I have a linux box whose user profiles are maintained by the RADIUS server. When I use ssh/rlogin/telnet etc it should give me the prompt, get the user name and password from the prompt and authorise it with the RADIUS server. If authorized, then a

Re: Freeradius 1.0.4 (rlm_perl enabled) and Debian 3.1 (stable - Sarge) (solution)

2005-08-29 Thread Roman Medina-Heigl Hernandez
Roman Medina-Heigl Hernandez wrote: One of the simmilar threads I've found is: http://lists.cistron.nl/pipermail/freeradius-users/2005-April/042978.html But I don't see the solution there. So I wrote privately to Emil Wilmanski. He kindly provided me with the following workaround/response:

Fw: FreeRadius 1.0.4

2005-08-25 Thread Madhvi Gokool
- Original Message - From: Madhvi Gokool [EMAIL PROTECTED] To: freeradius-users@lists.cistron.nl Sent: Thursday, August 25, 2005 10:37 AM Subject: FreeRadius 1.0.4 Hello We have planned to replace our cistron radius servers with Freeradius. We have the following setup :- 1. Users

Re: FreeRADIUS 1.0.4: SEGMENTATION FAULT

2005-08-25 Thread Nicolas Baradakis
Alan DeKok wrote: Richard Cotrina [EMAIL PROTECTED] wrote: (gdb) display mysql_sock 1: mysql_sock = (rlm_sql_mysql_sock *) 0x5f6c7173 That's bad. That's very bad. It's the ASCII string sql_, interpreted as a pointer on an x86 machine. No wonder it crashes. The short answer is

Re: FreeRADIUS 1.0.4: SEGMENTATION FAULT

2005-08-25 Thread Alan DeKok
Richard Cotrina [EMAIL PROTECTED] wrote: Can you print out the contents of sqlsocket, too? Both the structure contents, and the *hex* contents of that area of memory. These values are what I've got : (gdb) display sqlsocket 1: sqlsocket = (SQLSOCK *) 0x8092720 (gdb) x 0x8092720

Freeradius 1.0.4 (rlm_perl enabled) and Debian 3.1 (stable - Sarge)

2005-08-24 Thread Roman Medina-Heigl Hernandez
Hi, I'm trying to get FR 1.0.4 to work with new Debian stable distro (3.1). I need rlm_perl so I run ./configure with --with-experimental-modules and compiled it from source (latest .tgz downloaded from freeradius.org): # tar zxvf freeradius-1.0.4.tar.gz # chown -R root. freeradius-1.0.4 # cd

Re: FreeRADIUS 1.0.4: SEGMENTATION FAULT

2005-08-24 Thread BugBuster
Hi Alan. I compiled  with  '--disable-shared' but  on Debian Linux FreeRADIUS does not work with MySQL. So I recompiled  on Red Hat Enterprise 3 using the same configuration command: ./configure --prefix=/usr/local/freeradius \            --with-logdir=/usr/local/freeradius/logs\        

Re: FreeRADIUS 1.0.4: SEGMENTATION FAULT

2005-08-24 Thread Nicolas Baradakis
BugBuster wrote: I compiled  with  '--disable-shared' but  on Debian Linux FreeRADIUS does not work with MySQL. On Debian, compile FreeRADIUS with the command dpkg-buildpackage. This will prior check whether all the necessary packages are installed on your system. $ cd freeradius-1.0.4

Re: Freeradius 1.0.4 (rlm_perl enabled) and Debian 3.1 (stable - Sarge)

2005-08-24 Thread Roman Medina-Heigl Hernandez
FR 1.0.4 to work with new Debian stable distro (3.1). I need rlm_perl so I run ./configure with --with-experimental-modules and compiled it from source (latest .tgz downloaded from freeradius.org): # tar zxvf freeradius-1.0.4.tar.gz # chown -R root. freeradius-1.0.4 # cd freeradius-1.0.4

Re: FreeRADIUS 1.0.4: SEGMENTATION FAULT

2005-08-24 Thread Richard Cotrina
You've included everything but the information requested in doc/bugs. My bet is that this is bug #98 http://bugs.freeradius.org/show_bug.cgi?id=98 Alan DeKok. Alan : What I have found when using rlm_sql_mysql in FreeBSD ( and probably other OS ) is that radiusd segfault happens if

Re: FreeRADIUS 1.0.4: SEGMENTATION FAULT

2005-08-24 Thread Alan DeKok
Richard Cotrina [EMAIL PROTECTED] wrote: Program received signal SIGSEGV, Segmentation fault. 0x483b7a48 in sql_init_socket (sqlsocket=0x8092720, config=0x8096300) at sql_mysql.c:71 71 memset(mysql_sock, 0, sizeof(*mysql_sock)); What is the value of mysql_sock? Is the

Re: FreeRADIUS 1.0.4: SEGMENTATION FAULT

2005-08-24 Thread Richard Cotrina
On Wed, 24 Aug 2005, Alan DeKok wrote: Program received signal SIGSEGV, Segmentation fault. 0x483b7a48 in sql_init_socket (sqlsocket=0x8092720, config=0x8096300) at sql_mysql.c:71 71 memset(mysql_sock, 0, sizeof(*mysql_sock)); What is the value of mysql_sock? The

Re: FreeRADIUS 1.0.4: SEGMENTATION FAULT

2005-08-24 Thread Alan DeKok
Richard Cotrina [EMAIL PROTECTED] wrote: (gdb) display mysql_sock 1: mysql_sock = (rlm_sql_mysql_sock *) 0x5f6c7173 That's bad. That's very bad. It's the ASCII string sql_, interpreted as a pointer on an x86 machine. No wonder it crashes. The short answer is that there appears to be

Re: FreeRADIUS 1.0.4: SEGMENTATION FAULT

2005-08-23 Thread Alan DeKok
BugBuster [EMAIL PROTECTED] wrote: Running FreeRADIUS in debug mode (radiusd -sfxxyz -l stdout) I get the Segmentation fault message (more details is in .txt attachment). You've included everything but the information requested in doc/bugs. My bet is that this is bug #98

Re: freeradius 1.0.4 and Cisco WLSE

2005-08-22 Thread Pedro Ribeiro
authentication to that AP ... Friday, August 19, 2005, 6:42:16 PM, you wrote: Hello, I am having an issue getting Cisco's WLSE 2.11 to successfully authenticate with FreeRadius 1.0.4. I read where Alan DeKok stated that the supplicant is broken, and was wondering if this is something Cisco has

Re: freeradius 1.0.4 and Cisco WLSE

2005-08-19 Thread jck-freeradius
On Thu, Aug 11, 2005 at 07:02:19PM -0400, Alan DeKok wrote: [EMAIL PROTECTED] wrote: I am trying to speak between my Freeradius server and a Cisco WLSE. I am seeing EAP timeouts while WLSE is trying to authenticate through Freeradius. Short summary: the supplicant is broken.

Re: freeradius 1.0.4 and Cisco WLSE

2005-08-19 Thread Alan DeKok
[EMAIL PROTECTED] wrote: I am stuck using WLSE. Are there plans on an official fix in Freeradius, to work with whatever is broken in WLSE? As I said: it's changing the EAP ID in a broken way, which means that the AP doesn't add the State attribute from the previous challenge. Fixing

freeradius 1.0.4 and Cisco WLSE

2005-08-19 Thread M.McNeil
Hello, I am having an issue getting Cisco's WLSE 2.11 to successfully authenticate with FreeRadius 1.0.4. I read where Alan DeKok stated that the supplicant is broken, and was wondering if this is something Cisco has to fix with the WLSE? or is there a way for me to fix the supplicant

FreeRadius 1.0.4 crashing when getting Request

2005-08-17 Thread Sebastian Mauer
Hello there, I have a little problem with setting up FreeRADIUS with MySQL Support properly. My Linux Distro is Debian Sarge 3.1. I installed all necessary libraries and compiled FreeRadius with MySQL enabled. Then I installed all necessary MySQL tables and configured FreeRadius to do EAP-TLS

Re: FreeRadius 1.0.4 crashing when getting Request

2005-08-17 Thread Nicolas Baradakis
Sebastian Mauer wrote: I have a little problem with setting up FreeRADIUS with MySQL Support properly. My Linux Distro is Debian Sarge 3.1. I installed all necessary libraries and compiled FreeRadius with MySQL enabled. Then I installed all necessary MySQL tables and configured FreeRadius to

Re: FreeRadius 1.0.4 crashing when getting Request

2005-08-17 Thread Jan Luehr
Greetings, Am Mittwoch, 17. August 2005 12:21 schrieb Sebastian Mauer: Hello there, I have a little problem with setting up FreeRADIUS with MySQL Support properly. My Linux Distro is Debian Sarge 3.1. I installed all necessary libraries and compiled FreeRadius with MySQL enabled. Then I

Re: FreeRADIUS 1.0.4 can't compile on Solaris 10

2005-08-15 Thread Alan DeKok
Wei Chiang [EMAIL PROTECTED] wrote: ltdl.lo -ldl -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto -lssl -lc ld: fatal: library -lcrypto: not found ld: fatal: library -lssl: not found Install OpenSSL in a place where your dynamic linker can find it. Alan DeKok. - List

FreeRADIUS 1.0.4 can't compile on Solaris 10

2005-08-12 Thread Wei Chiang
Greetings everybody. There's this problem that has me completely stumped despite several late night attempts to solve it, so any help would be gratefully appreciated. ;-) I'm trying to compile FreeRADIUS 1.0.4 on a Solaris 10 machine. The initial ./configure seems to have completed without too

freeradius 1.0.4 and Cisco WLSE

2005-08-11 Thread jck-freeradius
I am trying to speak between my Freeradius server and a Cisco WLSE. I am seeing EAP timeouts while WLSE is trying to authenticate through Freeradius. I have setup the AAA details (server,port,username,password,eap protocol) in the WLSE, and enabled fault tracking, so that polling is able to take

FreeRadius 1.0.4 - FreeBSD - Syslog not working

2005-07-21 Thread Daniel Richardson
Hi there, I've succesfully installed (from the ports collection) FreeRadius (1.0.4) using Secure LDAP to Active Directory (horray!) - however, I can't seem to get it to log authentication attempts (much less anything) to syslog, this is my final stumbling block, and I really need some

Re: FreeRadius 1.0.4 - FreeBSD - Syslog not working

2005-07-21 Thread Alan DeKok
Daniel Richardson [EMAIL PROTECTED] wrote: I've succesfully installed (from the ports collection) FreeRadius (1.0.4) using Secure LDAP to Active Directory (horray!) - however, I can't seem to get it to log authentication attempts (much less anything) to syslog, this is my final stumbling block

Re: FreeRadius 1.0.4 - FreeBSD - Syslog not working

2005-07-21 Thread Dusty Doris
[EMAIL PROTECTED] radiusd -l syslog Didn't know freeradius did syslog, cool. Anyway, just tried it out on freebsd 5.4. In man radiusd, it shows that when using -l syslog, there is also -g to specify the facility, where it also shows the default is daemon. You will need to edit

Re: freeradius 1.0.4 ldap compilation

2005-07-05 Thread Marc-Henri Boisis-delavaud
Le 4 juil. 05 à 17:54, Alan DeKok a écrit : Marc-Henri Boisis-delavaud [EMAIL PROTECTED] wrote: /opt/freeradius/distrib.freeradius-1.0.4/src/modules/rlm_ldap/ rlm_ldap.c:2181: undefined reference to `ldap_unbind_s' Hmm... it looks like your version of OpenLDAP doesn't have the

Re: freeradius 1.0.4 ldap compilation

2005-07-05 Thread Alan DeKok
Marc-Henri Boisis-Delavaud [EMAIL PROTECTED] wrote: And what is the version of openldap recomended by freeradius ? Most versions should work. My guess is that the LDAP libraries are in a non-standard place, where your linker can't find them. Alan DeKok. - List info/subscribe/unsubscribe?

Re: Unable to install FreeRadius 1.0.4 [HELP PLEASE]

2005-07-04 Thread Marcin Jessa
RedHat 9. Errors message as below: gmake[10]: *** [sql_mysql.o] error 1 gmake[10]: leaving directory '/root/freeradius-1.0.4/src/modules/rim_sql/drivers/rlm_sql_mysql' all the way down to gmake[1]: *** [common] Error 1 gmake[1]: Leaving director '/root/freeradius

freeradius 1.0.4 ldap compilation

2005-07-04 Thread Marc-Henri Boisis-delavaud
llation de freeradius 1.0.4 ./configure --disable-shared --enable-static --prefix=/opt/freeradius/radiusALL --with-rlm-ldap-lib-dir=/opt/openldap/lib --with-rlm-ldap-include-dir=/opt/openldap/include makebut here I have a problem this is an extract../modules/rlm_ldap/.libs/rlm_ldap.a(rlm_ldap.o)(.

Re: Unable to install FreeRadius 1.0.4 [HELP PLEASE]

2005-07-04 Thread Alan DeKok
TeemX [EMAIL PROTECTED] wrote: I am having problem on installing my FreeRadius Server Version 1.0.4. I am running at Linux RedHat 9. Errors message as below: gmake[10]: *** [sql_mysql.o] error 1 gmake[10]: leaving directory '/root/freeradius-1.0.4/src/modules/rim_sql/drivers

Re: freeradius 1.0.4 ldap compilation

2005-07-04 Thread Alan DeKok
Marc-Henri Boisis-delavaud [EMAIL PROTECTED] wrote: /opt/freeradius/distrib.freeradius-1.0.4/src/modules/rlm_ldap/ rlm_ldap.c:2181: undefined reference to `ldap_unbind_s' Hmm... it looks like your version of OpenLDAP doesn't have the functions needed by FreeRADIUS. Or, the LDAP libraries

Re: freeradius 1.0.4 ldap compilation

2005-07-04 Thread Marc-Henri Boisis-Delavaud
Alan DeKok wrote: Marc-Henri Boisis-delavaud [EMAIL PROTECTED] wrote: /opt/freeradius/distrib.freeradius-1.0.4/src/modules/rlm_ldap/ rlm_ldap.c:2181: undefined reference to `ldap_unbind_s' Hmm... it looks like your version of OpenLDAP doesn't have the functions

Freeradius 1.0.4 Update - No Chap logins

2005-07-04 Thread Radius
I have just found out no chap logins are working since the update to 1.0.4 Here is what they are showing in the radius -x This is only happening with those that are logging in through our wholesale service. Anyone logs in locally with the realm does fine. Some log errors Warning: Found 2

Freeradius 1.0.4 Update - No Chap logins

2005-07-04 Thread Radius
I did not see this one hit the list. No chap logins are working since the 1.0.4 installation Here is what is showing when I run radius -x This is only happening with those that are logging in through our wholesale service. Anyone logs in locally with the realm does fine. Some log errors.

Re: Freeradius 1.0.4 Update - No Chap logins

2005-07-04 Thread Radius
I should note that it's with mysql. Not in the users file. I'm still looking but I recall something about Freeradius needing to know to look in mysql for chap authentication? Radius wrote: I did not see this one hit the list. No chap logins are working since the 1.0.4 installation Here is

Re: ALL FIXED - THANKS ********* Freeradius 1.0.4 Update - No Chap logins

2005-07-04 Thread Radius
Radius wrote: I should note that it's with mysql. Not in the users file. I'm still looking but I recall something about Freeradius needing to know to look in mysql for chap authentication? Radius wrote: I did not see this one hit the list. No chap logins are working since the 1.0.4

Unable to install FreeRadius 1.0.4 [HELP PLEASE]

2005-07-03 Thread TeemX
Hi Guys Gals, I am having problem on installing my FreeRadius Server Version 1.0.4. I am running at Linux RedHat 9. Errors message as below: gmake[10]: *** [sql_mysql.o] error 1 gmake[10]: leaving directory '/root/freeradius-1.0.4/src/modules/rim_sql/drivers/rlm_sql_mysql

RE: Unable to install FreeRadius 1.0.4 [HELP PLEASE]

2005-07-03 Thread Ross Tsolakidis
I think you need the mysql-dev libraries/packages. Regards, -- Ross -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of TeemX Sent: Tuesday, 5 July 2005 2:34 AM To: freeradius-users@lists.freeradius.org Subject: Unable to install FreeRadius 1.0.4 [HELP

Re: Help: Installation of FreeRadius 1.0.4 on Solaris 10

2005-06-26 Thread Jan Lühr
Greetings, Am Sonntag, 26. Juni 2005 03:12 schrieb Jaspreet Brar: /freeradius-1.0.4# make make: make not found * Install make (gnumake) from the gnutools (cd / package or whatever it's called now) and make sure it is executed by calling make (perhaps you have to to link make - gmake) Keep

Help: Installation of FreeRadius 1.0.4 on Solaris 10

2005-06-25 Thread Jaspreet Brar
Hi All, I would really appriciate, if you would kindly help me out. I'm trying to install FreeRadius-1.0.4(downloaded from freeradius.org) on Solaris OS 10 (SPARC) as below: /freeradius-1.0.4# ./configure /freeradius-1.0.4# make /freeradius-1.0.4# make install But I'm getting errors

Help: Installation of FreeRadius 1.0.4 on Solaris 10

2005-06-23 Thread Jaspreet Brar
Hi All, I would really appriciate, if you would kindly help me out. I'm trying to install FreeRadius-1.0.4(downloaded from freeradius.org) on Solaris OS 10 (SPARC) as below: /usr/local/src/freeradius-1.0.4# ./configure /usr/local/src/freeradius-1.0.4# make /usr/local/src/freeradius-1.0.4

Re: FreeRADIUS 1.0.4 has been released.

2005-06-20 Thread Rohaizam Abu Bakar
not using ports... I'll try the patch.. thanks.. --haizam - Original Message - From: Andrew Thompson [EMAIL PROTECTED] To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Monday, June 20, 2005 11:30 Subject: Re: FreeRADIUS 1.0.4 has been released. On Mon

Re: FreeRADIUS 1.0.4 has been released.

2005-06-20 Thread Alan DeKok
Andrew Thompson [EMAIL PROTECTED] wrote: Are you using the port becuase that problem has been fixed. If not then you will want the patch in: net/freeradius/files/patch-src-modules-rlm_attr_rewrite-rlm_attr_rewrite.c Is it something which can get pulled into FreeRADIUS? Alan DeKok. -

Re: FreeRADIUS 1.0.4 has been released.

2005-06-20 Thread Andrew Thompson
On Mon, Jun 20, 2005 at 11:22:14AM -0400, Alan DeKok wrote: Andrew Thompson [EMAIL PROTECTED] wrote: Are you using the port becuase that problem has been fixed. If not then you will want the patch in: net/freeradius/files/patch-src-modules-rlm_attr_rewrite-rlm_attr_rewrite.c Is it

Re: FreeRADIUS 1.0.4 has been released.

2005-06-20 Thread Mario Alberto Cruz Gartner
OK! That solves the problem! I'd compiled succesfully freeradius-1.0.4 on a FB 4.11 machine with the indicated diff. Thks a lot for the colaboration Andrew! On 6/20/05, Andrew Thompson [EMAIL PROTECTED] wrote: On Mon, Jun 20, 2005 at 11:22:14AM -0400, Alan DeKok wrote: Andrew Thompson [EMAIL

Re: FreeRADIUS 1.0.4 has been released.

2005-06-19 Thread Rohaizam Abu Bakar
, 2005 09:09 Subject: Re: FreeRADIUS 1.0.4 has been released. Stephen D. Bechard [EMAIL PROTECTED] wrote: I am still having diffuculty building the freeradius on all of my FreeBSD Servers with the ports collection. Ok... I know there was a bug in the older versions with shared libraries

Re: FreeRADIUS 1.0.4 has been released.

2005-06-19 Thread Andrew Thompson
On Mon, Jun 20, 2005 at 11:20:19AM +0800, Rohaizam Abu Bakar wrote: What is the function of rlm_attr_rewrite?? Becoz I'm havng the same problem compiling 1.0.3/1.0.4 on my FB 4.11 machine.. Are you using the port becuase that problem has been fixed. If not then you will want the patch in:

Re: FreeRADIUS 1.0.4 has been released.

2005-06-18 Thread Stephen D. Bechard
:56 PM Subject: Re: FreeRADIUS 1.0.4 has been released. On Fri, Jun 17, 2005 at 08:38:10PM -0400, Stephen D. Bechard wrote: I am still having diffuculty building the freeradius on all of my FreeBSD Servers with the ports collection. Here are the errors I get when trying to build the port

FreeRADIUS 1.0.4 has been released.

2005-06-17 Thread Alan DeKok
Sorry for the delay. Announcement is on the web: http://www.freeradius.org/ Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRADIUS 1.0.4 has been released.

2005-06-17 Thread Stephen D. Bechard
/freeradius/work/freeradius-1.0.4/src/modules/rlm_attr_rewrit e' gmake[5]: *** [common] Error 2 gmake[5]: Leaving directory `/usr/ports/net/freeradius/work/freeradius-1.0.4/src/modules' gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory `/usr/ports/net/freeradius/work/freeradius-1.0.4/src/modules' gmake

Re: FreeRADIUS 1.0.4 has been released.

2005-06-17 Thread Andrew Thompson
On Fri, Jun 17, 2005 at 08:38:10PM -0400, Stephen D. Bechard wrote: I am still having diffuculty building the freeradius on all of my FreeBSD Servers with the ports collection. Here are the errors I get when trying to build the port: In file included from rlm_attr_rewrite.c:31:

Re: FreeRADIUS 1.0.4 has been released.

2005-06-17 Thread Alan DeKok
Stephen D. Bechard [EMAIL PROTECTED] wrote: I am still having diffuculty building the freeradius on all of my FreeBSD Servers with the ports collection. Ok... I know there was a bug in the older versions with shared libraries, but I was hoping this version fixed it. Any insight would be

Re: FreeRADIUS 1.0.4 has been released.

2005-06-17 Thread Andrew Thompson
On Fri, Jun 17, 2005 at 09:09:31PM -0400, Alan DeKok wrote: Stephen D. Bechard [EMAIL PROTECTED] wrote: I am still having diffuculty building the freeradius on all of my FreeBSD Servers with the ports collection. Ok... Here are the errors I get when trying to build the port: In

Re: FreeRADIUS 1.0.4 has been released.

2005-06-17 Thread Andrew Thompson
On Fri, Jun 17, 2005 at 08:38:10PM -0400, Stephen D. Bechard wrote: I am still having diffuculty building the freeradius on all of my FreeBSD Servers with the ports collection. Here are the errors I get when trying to build the port: In file included from rlm_attr_rewrite.c:31:

Re: freeradius 1.0.4

2005-06-16 Thread Nicolas Baradakis
Paul Hampson wrote: On Thu, Jun 16, 2005 at 03:29:05PM +1200, Andrew Thompson wrote: I maintain the FreeRADIUS port for FreeBSD and am holding off upgrading from 1.0.2 due to the imminent release of 1.0.4 (06 June). There doesn't seem to be any discussion on the mailing lists, is 1.0.4

freeradius 1.0.4

2005-06-15 Thread Andrew Thompson
Hi, I maintain the FreeRADIUS port for FreeBSD and am holding off upgrading from 1.0.2 due to the imminent release of 1.0.4 (06 June). There doesn't seem to be any discussion on the mailing lists, is 1.0.4 due soon or should I upgrade to 1.0.3 in the interim? cheers, Andrew - List

Re: freeradius 1.0.4

2005-06-15 Thread Paul Hampson
On Thu, Jun 16, 2005 at 03:29:05PM +1200, Andrew Thompson wrote: Hi, I maintain the FreeRADIUS port for FreeBSD and am holding off upgrading from 1.0.2 due to the imminent release of 1.0.4 (06 June). There doesn't seem to be any discussion on the mailing lists, is 1.0.4 due soon or should I

Re: freeradius 1.0.4

2005-06-15 Thread Andrew Thompson
On Thu, Jun 16, 2005 at 01:51:04PM +1000, Paul Hampson wrote: On Thu, Jun 16, 2005 at 03:29:05PM +1200, Andrew Thompson wrote: Hi, I maintain the FreeRADIUS port for FreeBSD and am holding off upgrading from 1.0.2 due to the imminent release of 1.0.4 (06 June). There doesn't seem to

Re: freeradius 1.0.4

2005-06-15 Thread Doug Hardie
On Jun 15, 2005, at 21:09, Andrew Thompson wrote: On Thu, Jun 16, 2005 at 01:51:04PM +1000, Paul Hampson wrote: On Thu, Jun 16, 2005 at 03:29:05PM +1200, Andrew Thompson wrote: Hi, I maintain the FreeRADIUS port for FreeBSD and am holding off upgrading from 1.0.2 due to the imminent