Re: handling win domain name in username

2012-09-26 Thread alan buxey
Hi, Environmnet: Freeradius with PAP on Windows                      Username: domain\user1                      password: *** Looks like the Freeradius doesn't seem to like the windows domain name as part of username? FreeRADIUS doesnt care. your chosen authentication

Re: segmentation fault eap2 in freeradius

2012-09-26 Thread Alan DeKok
arnauld ndefo wrote: When my openpana client sent an authenticator mesage ,I had a segmentation fault, and I always value optimized out in the gdb trace (gdb-radiuslog1). Debugging these kind of issues requires experience and training. The value optimized out messages are for code in the

How to force users file parsing when returning proxied reply to add per-user AV-Pairs

2012-09-26 Thread Gianni Costanzi
Hi, I've configured a freeradius server A (version 1.1.3) to proxy request for a specifix realm XYZ to another radius server B. Then, from the online docs, I understood that when A receives the reply from B it should go through its users file and if it finds a match it should add the specified

Re: segmentation fault eap2 in freeradius

2012-09-26 Thread Phil Mayers
On 25/09/12 23:04, arnauld ndefo wrote: Hi, I tried to recompile freeradius raising option O2 in CFLAGS. I followed This is getting to be a really frequent request. It's an experimental module; it's not supported, you need to figure this out yourself. Why do you need to use rlm_eap2?

Re: How to force users file parsing when returning proxied reply to add per-user AV-Pairs

2012-09-26 Thread Alan DeKok
Gianni Costanzi wrote: I've configured a freeradius server A (version 1.1.3) Upgrade. PS: I know that this version may be old, but I can not easily update it at present time. Nonsense. If you're asking for support on a free forum, use a version which we *can* support. Version 1.1.3

RE: Reporting from logs

2012-09-26 Thread Leal, Paulo
Many thanks for the responses, think SQL is the way forward and then query the database. Cheers Paulo -Original Message- From: Matthew Newton [mailto:m...@leicester.ac.uk] Sent: 25 September 2012 14:39 To: FreeRadius users mailing list Subject: Re: Reporting from logs Hi, On Tue,

Re: How to force users file parsing when returning proxied reply to add per-user AV-Pairs

2012-09-26 Thread Gianni Costanzi
Gianni Costanzi wrote: I've configured a freeradius server A (version 1.1.3) Upgrade. We're going to upgrade it in the next few weeks PS: I know that this version may be old, but I can not easily update it at present time. Nonsense. It's not a nonsense if you start working in a

Re: How to force users file parsing when returning proxied reply to add per-user AV-Pairs

2012-09-26 Thread Alan DeKok
Gianni Costanzi wrote: We're going to upgrade it in the next few weeks Good. It's not a nonsense if you start working in a production environment where hundreds of routers authenticate through radius and you don't know the product.. Certainly it is nothing impossible, just it takes a

Re: handling win domain name in username

2012-09-26 Thread Crne We
The user name in LDAP is of the form domainname\username. I wanted to configure the same username in the freeradius as well but different password than LDAP. Authentication fails on the Radius side with this kind of username. If freeradius doesn;t care, not sure why it fails for such usernames.

Re: handling win domain name in username

2012-09-26 Thread Crne We
= domain1\\user1         User-Password = pass1   Processing the authorize section of radiusd.conf modcall: entering group authorize for request 0   modcall[authorize]: module preprocess returns ok for request 0 radius_xlat:  '../var/log/radius/radacct/127.0.0.1/auth-detail-20120926.log rlm_detail

Re: handling win domain name in username

2012-09-26 Thread alan buxey
Hi, The backslash leads the code to think it's System auth_type when in fact it's PAP. no. thats a line at the bottom of your users file thats doing that. if you want to deal with this request then your authentication needs to be configured to handle that - the server is saying it

EAP-PSK : 16 bytes Pre shared key not configured

2012-09-26 Thread Tatiana DIBANDA
Hi, I implemented the module eap2 to make freeradius with the eap_psk .  After started the freeradius server (radius_output file attached to this mail), i launched my client openpana, the authentication failed and i have this error message EAP-PSK : 16 bytes Preshared key not configured

Re: EAP-PSK : 16 bytes Pre shared key not configured

2012-09-26 Thread Alan DeKok
Tatiana DIBANDA wrote: Hi, I implemented the module eap2 to make freeradius with the eap_psk . After started the freeradius server (radius_output file attached to this mail), i launched my client openpana, the authentication failed and i have this error message EAP-PSK : 16 bytes Pre

Cloud Radius Server

2012-09-26 Thread Michael Geary
Good Evening, We have several separate networks. Our main network runs PPPoE while all of the others run over DHCP. I would like to migrate the DHCP networks to use PPPoE. Currently, our Radius server resides at the head end of our PPPoE network. I would like to remove the chance that if the

Re: Cloud Radius Server

2012-09-26 Thread Fajar A. Nugraha
On Thu, Sep 27, 2012 at 5:42 AM, Michael Geary mge...@greataukwireless.com wrote: Good Evening, We have several separate networks. Our main network runs PPPoE while all of the others run over DHCP. I would like to migrate the DHCP networks to use PPPoE. Currently, our Radius server resides