files Authentication problem

2012-11-21 Thread alexdhel...@free.fr
Hello, I have a problem of authentication with the files method. I am using freeradius: FreeRADIUS Version 2.1.10 I try to configure freeradius to have authentication with non-sensitive password and user. I am using ntradping to test my radius server. In both case, ++[files] returns ok , so

Re: files Authentication problem

2012-11-21 Thread Matthew Newton
On Wed, Nov 21, 2012 at 09:01:22AM +0100, alexdhel...@free.fr wrote: 00c51180d29c Auth-Type := Local, Cleartext-Password := 00c51180d29c Alcatel-Lucent-Auth-Group = 4 As the debug log says, Remove Auth-Type := Local from the above. Matthew -- Matthew Newton, Ph.D.

EAP-TLS error: RSA_padding_check_PKCS1_type_1:block type is not 01

2012-11-21 Thread Swaraj
I'm using Freeradius server2.1.12 on x86 fedora14. My client is using (armel ubuntu 10.04 lucid) IMX53 board. When I try connecting to radius server I am receiving the following errors. The client is broken. It's not doing SSL correctly. Do we require different certificates for arm boards,

Re: Reject all calls from one or more Calling Station ID regardless of username or password

2012-11-21 Thread Bjørn Mork
Henrik Karlsson henrik.karls...@generic.se writes: Hi guys, I am a quite new user of the Free Radius Server and i have a problem. I have an old Dial In system. I want to reject all calls from one or more Calling Station ID regardless of username or password. I have tried to edit the user

Re: Git master branch Debian build

2012-11-21 Thread Olivier Beytrison
Unable to open file /etc/freeradius/radiusd.conf: No such file or directory Uh oh ? looking at /etc/freeradius, there's only the directories and the symlinks, but not a single file. Great. When looking in the build environnement, in debian/freeradius/etc/freeradius, all the files are

Re: Git master branch Debian build

2012-11-21 Thread Arran Cudbard-Bell
On 21 Nov 2012, at 10:22, Olivier Beytrison oliv...@heliosnet.org wrote: Unable to open file /etc/freeradius/radiusd.conf: No such file or directory Uh oh ? looking at /etc/freeradius, there's only the directories and the symlinks, but not a single file. Great. When looking in the

AW: EAP-TLS Failed in handler question

2012-11-21 Thread PENZ Robert
Hi! first thx for your response. My first question is, how can I decode a EAP-Message from the debug Wireshark, or read the EAP RFC and decode it manually (see below) ok, I'll believe i got lucky and got a tcpdump trace on a client yesterday ... need to check it and if it is the same problem

Re: AW: EAP-TLS Failed in handler question

2012-11-21 Thread Phil Mayers
On 21/11/12 12:00, PENZ Robert wrote: With first packet I meant first packet the radius server saw in some time ... the switch forces a reauthentification every 2h A re-auth is a fresh EAP session. So even on a re-auth, the first packet would not have a State attribute, absent software

Re: Git master branch Debian build

2012-11-21 Thread Olivier Beytrison
On 21.11.2012 12:00, Arran Cudbard-Bell wrote: On 21 Nov 2012, at 10:22, Olivier Beytrison oliv...@heliosnet.org wrote: Unable to open file /etc/freeradius/radiusd.conf: No such file or directory Uh oh ? looking at /etc/freeradius, there's only the directories and the symlinks, but

Error: [ldap] All ldap connections are in use

2012-11-21 Thread Phil Brown
We have started seeing problems our radius server with the Error Error: [ldap] All ldap connections are in use We have increased the ldap_connections_number from 5 to 20 which has largely resolved the issue. we now receive over 100,000 authentications a day, is there any guide to

Re: Error: [ldap] All ldap connections are in use

2012-11-21 Thread Arran Cudbard-Bell
On 21 Nov 2012, at 13:00, Phil Brown phil.br...@port.ac.uk wrote: We have started seeing problems our radius server with the Error Error: [ldap] All ldap connections are in use We have increased the ldap_connections_number from 5 to 20 which has largely resolved the issue. we now

Re: Git master branch Debian build

2012-11-21 Thread Arran Cudbard-Bell
On 21 Nov 2012, at 12:50, Olivier Beytrison oliv...@heliosnet.org wrote: On 21.11.2012 12:00, Arran Cudbard-Bell wrote: On 21 Nov 2012, at 10:22, Olivier Beytrison oliv...@heliosnet.org wrote: Unable to open file /etc/freeradius/radiusd.conf: No such file or directory Uh oh ?

Re: Git master branch Debian build

2012-11-21 Thread Olivier Beytrison
There's also some conflict because mods-available/sql* are both present in package freeradius and freeradius-mysql. Should we not rather select files independently in ${raddbdir}/mods-available/ in place of taking everything (*) for the freeradius package ? I think there should probably be a

Re: Git master branch Debian build

2012-11-21 Thread Arran Cudbard-Bell
On 21 Nov 2012, at 13:41, Olivier Beytrison oliv...@heliosnet.org wrote: There's also some conflict because mods-available/sql* are both present in package freeradius and freeradius-mysql. Should we not rather select files independently in ${raddbdir}/mods-available/ in place of taking

Debian (Squeeze) FreeRadius package missing config files

2012-11-21 Thread David Gethings
Hi All, It appears that the Debian package for freeradius 2.1.10 does not install the configuration files. At least that is what is happening on my system. As I try to resolve this is it possible to get a copy of the config files from some other location? -- Cheers Dg - List

Re: Debian (Squeeze) FreeRadius package missing config files

2012-11-21 Thread Arran Cudbard-Bell
On 21 Nov 2012, at 15:18, David Gethings dgethi...@juniper.net wrote: Hi All, It appears that the Debian package for freeradius 2.1.10 does not install the configuration files. At least that is what is happening on my system. As I try to resolve this is it possible to get a copy of the

Re: Debian (Squeeze) FreeRadius package missing config files

2012-11-21 Thread Phil Mayers
On 21/11/12 15:18, David Gethings wrote: Hi All, It appears that the Debian package for freeradius 2.1.10 does not install the configuration files. At least that is what is happening on my system. As I try to resolve this is it possible to get a copy of the config files from some other

Re: Debian (Squeeze) FreeRadius package missing config files

2012-11-21 Thread David Gethings
That's where I have been looking. ;) I'Ve been checking the deb lists files to see where all the config files should go and then searching there. While the directories are created the files are not. And I am doing this as root. ;) It is a weird problem. Just want to know if I can get the default

Re: Debian (Squeeze) FreeRadius package missing config files

2012-11-21 Thread Matt Zagrabelny
On Wed, Nov 21, 2012 at 9:18 AM, David Gethings dgethi...@juniper.net wrote: Hi All, It appears that the Debian package for freeradius 2.1.10 does not install the configuration files. At least that is what is happening on my system. As I try to resolve this is it possible to get a copy of the

Re: Git master branch Debian build

2012-11-21 Thread Alan DeKok
Olivier Beytrison wrote: Aside this, I've been able to compile and make the packages, it correctly loads the configuration, but I back at a previous problem : /usr/local/freeradius/etc/raddb/mods-enabled/eap[17]: Failed to link to module 'rlm_eap': /usr/local/freeradius/lib/rlm_eap.so:

Re: Debian (Squeeze) FreeRadius package missing config files

2012-11-21 Thread David Gethings
Thanks Matt, Phil, I'Ve been able to load the default config files. Now I just need to configure the capabilities I need. :) -- Cheers Dg On 21/11/2012 15:57, Matt Zagrabelny mzagr...@d.umn.edu wrote: On Wed, Nov 21, 2012 at 9:18 AM, David Gethings dgethi...@juniper.net wrote: Hi All,

RE: Problems with 802.1x

2012-11-21 Thread Brekler Custodio
Hi Eric, sorry, but i didnt understand that very well...Let me see, the FR should do what ?The guy that takes care of our database said all passwords were generated in MD5 and i dont know how to convertBut the 802.1x on microsoft windows works with MSCHAPv2Is there a solution for that ?

Re: Problems with 802.1x

2012-11-21 Thread Stephan Kirsten
Am 21.11.2012 23:20, schrieb Brekler Custodio: Hi Eric, sorry, but i didnt understand that very well... Let me see, the FR should do what ? The guy that takes care of our database said all passwords were generated in MD5 and i dont know how to convert But the 802.1x on microsoft windows works

Re: Problems with 802.1x

2012-11-21 Thread Alan DeKok
Brekler Custodio wrote: Hi Eric, sorry, but i didnt understand that very well... Let me see, the FR should do what ? The guy that takes care of our database said all passwords were generated in MD5 and i dont know how to convert You don't convert them. You can't. But the 802.1x on

Re: Git master branch Debian build

2012-11-21 Thread Matthew Newton
On Wed, Nov 21, 2012 at 11:13:40AM -0500, Alan DeKok wrote: I've pushed a few other minor fixes. make -j 8 now should work out of the box. Build install all now seems to work great. Thanks for everyone's patience. I think the new build system is worth it. Faster, simpler to

Re: Git master branch Debian build

2012-11-21 Thread Alan DeKok
Matthew Newton wrote: Build install all now seems to work great. whew (As usual after a tedious configure) 5.4 second build here. I'm still amazed at that :) Using modern build tools helps a lot. The debian package builds now builds, too (much slower, it's serial make), but it's

Re: Git master branch Debian build

2012-11-21 Thread Olivier Beytrison
On 21.11.2012 17:13, Alan DeKok wrote: Olivier Beytrison wrote: Aside this, I've been able to compile and make the packages, it correctly loads the configuration, but I back at a previous problem : /usr/local/freeradius/etc/raddb/mods-enabled/eap[17]: Failed to link to module 'rlm_eap':