RE: Freeradius-Users Digest, Vol 55, Issue 32
Hello all again! I have a problem which I and a friend here have been trying to solve for some days now. It happens in both version 2.1.0 and 2.1.7 and has something to do with OpenSSL. We have downloaded the source for both versions and installed OpenSSL, libssl-dev and libpq-dev which everyone on the "google-net" talks about. We have modified "rules" and "control" in ~/FreeRadius-Server/debian/ so it should have support for OpenSSL, I will include the changes here: Rules(instead of having "without" we changed to "with" for openssl, peap, tls & ttls) ifeq ($(openssl), no) confflags += --with-openssl --with-rlm_eap_peap --with-rlm_eap_tls --with-rlm_eap_ttls --without-rlm_otp Control(Did not have to change or add anything but want to add these lines so you can see if there is any faulty lines here) Build-Depends: debhelper (>= 5), dpatch (>= 2), dpkg-dev (>= 1.13.19), autotools-dev, libtool (>= 1.5), libltdl3-dev, libpam0g-dev, libmysqlclient15-dev | libmysqlclient-dev, libgdbm-dev, libldap2-dev, libsasl2-dev, libiodbc2-dev, libkrb5-dev, libperl-dev, libpcap-dev, python-dev, snmp, libsnmp9-dev | libsnmp-dev, libpq-dev, libssl-dev After we have run in terminal "./configure" ; "make" & "sudo make install" and afterwards try to run radius with "radiusd -X" (same as freeradius -X if youre using freeradius installed through "Synaptic Package Manager"). So is there anything we have missed? We have been reading about that Freeradius do not include support for OpenSSL since the problem with license but we have also read that if you want to get OpenSSL support anyway you should do like we have done. Is there anyway to get around this problem or is everyone facing same problem as we do with these versions of FreeRadius? We have also read about another one using version 2.1.6 with same problem so i guess it is common for all versions from at least 2.1.0 and upwards? Best Regards/ Peter Carlstedt
From: freeradius-users-request@lists.freeradius.org Subject: Freeradius-Users Digest, Vol 55, Issue 32 To: freeradius-users@lists.freeradius.org Date: Mon, 9 Nov 2009 15:30:11 +0100
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. Re: WLAN - Freeradius - OpenLDAP - VLANs (Jos? Johnny RANDRIAMAMPIONONA) 2. Cannot upgade to 2.1.7 (kachin Agarwal) 3. Re: Cannot upgade to 2.1.7 (Alan Buxey) 4. Re: WLAN - Freeradius - OpenLDAP - VLANs (nf-vale) 5. Problem with server atribute in NAS table with mysql (Ana Gallardo) 6. Re: Problem with server atribute in NAS table with mysql (Alan Buxey) 7. Re: WLAN - Freeradius - OpenLDAP - VLANs (_Stefan_H)
----------------------------------------------------------------------
Message: 1 Date: Mon, 9 Nov 2009 12:25:13 +0000 From: Jos? Johnny RANDRIAMAMPIONONA <vasiana09@gmail.com> Subject: Re: WLAN - Freeradius - OpenLDAP - VLANs To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Message-ID: <d379502d0911090425p7e48137brc0d7a21e4aa3a279@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1"
Freeradius work well with openldap but only with cleartext password (PAP). Best regards!
2009/11/9 _Stefan_H <stefanh007@networld.at>
First I know my english is not the best, but i hope you will understand it.
In the course of a project i have to make an authentification against a freeradius server for the WLAN Users. On the Server(OpenSUSE11.1) is a LDAP Directory and i want that the WLAN Users have to authentificate with their accounts. After the successful authentification they will be put into an other VLAN, that they can use their homedirectories.
I would like to know how I should do it, because i inform me about the Authentification Types(EAP-TLS,TTLS,PEAP) and know I am totally confused which i have to configure at the freeradius Server.
I think that PEAP would be the easiest, but I really don't know which can be used whth a dynamic VLAN.
http://old.nabble.com/file/p26230857/1.jpeg
The AP is an Linksys WRT-54-GS and the Switch is an CISCO-2950
-- View this message in context: http://old.nabble.com/WLAN----Freeradius----OpenLDAP----VLANs-tp26230857p262... Sent from the FreeRadius - User mailing list archive at Nabble.com.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- JJohnny RANDRIAMAMPIONONA Phone: +212663682554, +212533158575 National School of Applied Sciences ZIP 1818 TANGIER 90000 ---------Morocco ---------------
Hi,
I have a problem which I and a friend here have been trying to solve for some days now.
it wasnt clear what the actual problem is that you are having - you seemed to miss out the problem - eg the output of radiusd -X alan
I have a problem which I and a friend here have been trying to solve for some days now.
¿what is your problem? After we have run in terminal "./configure" ; "make" & "sudo make install"
and afterwards try to run radius with "radiusd -X" (same as freeradius -X if youre using freeradius installed through "Synaptic Package Manager").
and when you run in debug mode?? You can try this howto that works fine http://www.linuxinsight.com/building-debian-freeradius-package-with-eap-tls-...
participants (3)
-
Alan Buxey -
Ana Gallardo -
Peter Carlstedt