Re: freeradius using linux user passwd

2013-07-09 Thread Alan DeKok
Julian Macassey wrote: In the Wifi sign on window of both a Macbook and an iPhone, I enter the username and the password. So, from my sign on I have told the server both. Well, no. That's telling the *client* what the password is. You need to tell the *server* the correct password,

Re: group authorization and ldap

2013-07-09 Thread Alan DeKok
Brendan Kearney wrote: i have found this write up: http://www.clearfoundation.com/docs/howtos/setting_up_radius_to_use_ldap but it does not work. See the FAQ for it does not work. You need to run it in debugging mode, as suggested in the FAQ, man page, web pages, and daily on this list.

Re: freeRADIUS for switch authentication

2013-07-09 Thread Gab Quidilla
Good day, I have a problem wherein daloradius doesn't read the freeradius log file. Do I need to chown or chmod anything? Am using CentOS 6.4, and log file is located in /var/log/radius/radius.log. I already chmod'ded 777 the log file and it still wouldn't open thru daloradius interface. I can

Re: freeradius using linux user passwd

2013-07-09 Thread Alan Buxey
Read the compatability matrix. Check what EAP method your clients are using versus the password storage method you are using. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeradius using linux user passwd

2013-07-09 Thread Matthew Newton
Julian, On Mon, Jul 08, 2013 at 03:10:31PM -0700, Julian Macassey wrote: I'm just trying to do a bog standard username and password for OS X and Linux users on laptops - Plus the ubiquitous smartphones of course. I have no Microsoft gear on the LAN. Try adding the following to the

Compiling without OpenSSL

2013-07-09 Thread Rahul Godbole
Hi I cross compile Freeradius 2.1.9 for my embedded device. So far we have been compiling it with OpenSSL and everything works fine. However, I now want to compile it without OpenSSL. Can you tell me hat option I should pass to the configure script for this? I tried using --with-openssl=no and

Re: Compiling without OpenSSL

2013-07-09 Thread Arran Cudbard-Bell
On 9 Jul 2013, at 13:10, Rahul Godbole rahulmg1...@gmail.com wrote: Hi I cross compile Freeradius 2.1.9 for my embedded device. So far we have been compiling it with OpenSSL and everything works fine. However, I now want to compile it without OpenSSL. Can you tell me hat option I should

3.0

2013-07-09 Thread David Peterson
Any ETA on 3.0 being released? David - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: 3.0

2013-07-09 Thread Alan DeKok
David Peterson wrote: Any ETA on 3.0 being released? We're just working on a few last-minute issues. We'll get it released ASAP. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: 3.0

2013-07-09 Thread Arran Cudbard-Bell
On 9 Jul 2013, at 16:27, David Peterson dav...@wirelessconnections.net wrote: Any ETA on 3.0 being released? Soon. We've gone into official feature freeze. Still finding bugs though, it'd be helpful if people could test. Configuration files and packages are more or less in their final state

Re: 3.0

2013-07-09 Thread Alan Buxey
What the hurry? Are you actually using the pre release? I ask because we may find some other hitherto unknown bug alan Original message From: David Peterson dav...@wirelessconnections.net Date: 09/07/2013 16:33 (GMT+00:00) To: FreeRadius users mailing list

RE: 3.0

2013-07-09 Thread David Peterson
The Alvarion WiMax equipment requires 3.0 for certain features. We have been using it for a while now. David From: freeradius-users-bounces+davidp=wirelessconnections@lists.freeradius.org [mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freera dius.org] On

Indexing multi-valued attrbutes (was RE: 3.0)

2013-07-09 Thread Brian Julin
Arran Cudbard-Bell wrote: Soon. We've gone into official feature freeze. Still finding bugs though, it'd be helpful if people could test. Just to make sure it was understood during the foreach fixup patch I sent on github, I mentioned that indexed attribute accesses were broken. None of

Re: freeradius using linux user passwd

2013-07-09 Thread Julian Macassey
On 2013-07-09 at 10:18, Matthew Newton (m...@leicester.ac.uk) wrote: Julian, On Mon, Jul 08, 2013 at 03:10:31PM -0700, Julian Macassey wrote: I'm just trying to do a bog standard username and password for OS X and Linux users on laptops - Plus the ubiquitous smartphones of course. I

Substring using Unlang?

2013-07-09 Thread Peter Lambrechtsen
I've been looking at the options and it looks like the easiest will be to use perl or similar external module as it can't be done easily in FR 2.2.x For our subscriber authentication we use in certain situations the ADSL Remote ID as the Subscriber ID on the NAS. The issue with this is the

Re: Substring using Unlang?

2013-07-09 Thread Olivier Beytrison
On 10.07.2013 05:20, Peter Lambrechtsen wrote: In pseudo code it would be something like: if (length(ADSL-Agent-Remote-Id) 31) { update reply { strncat(SubscriberID, ADSL-Agent-Remote-Id + (strlen(ADSL-Agent-Remote-Id) - 31), 31) } } else { update reply { SubscriberID :=