Re: Pam radius authentication

2006-10-20 Thread danieldinu
Isn't there anyone who tried this implementation? Hi! if you are reffering to this line: account required pam_radius_auth.so debug than here is the explanation: The pam configuration can be: ... auth sufficient /lib/security/pam_radius_auth.so [options] ... accountsufficient

EAP and accounting

2006-10-20 Thread Angel L. Mateo
Hello, I am developing my freeradius server (version 1.1.2) to use it in a WPA wireless environment with EAP authentication. Until this moment (without EAP) the accounting information collected by freeradius is in the form: - detail-MMDD: Fri Oct 20 11:07:59 2006

Re: rlm_perl and checking request status in post-proxy

2006-10-20 Thread Jakub Wartak
Dnia czwartek, 19 października 2006 23:55, Pshem Kowalczyk napisał: Hi, I have a simple question - is it possible to check the status of request (Accept/Reject) in a post-proxy phase using rlm_perl? And if so - how? kind regards pshemko - List info/subscribe/unsubscribe? See

Re: SNMP with Freeradius - Again

2006-10-20 Thread Velikanov
Good Day. I use Oracle with Freeradius. The situation with SNMP is as follows now: 1. When i have sql in radiusd.conf and such string: snmp = no then i have working radiusd with Oracle 2. When i have no sql , but have snmp = yes then i have working radiusd with SNMP 3. When i

freeradius-snapshot-20061020 make error

2006-10-20 Thread Velikanov
Good Day. Such error in freeradius-snapshot-20061020 during make What to do? Making all in rlm_acct_unique... gmake[6]: Entering directory `/u01/data/freeradius-snapshot-20061020/src/modules/rlm_acct_unique' /u01/data/freeradius-snapshot-20061020/libtool --mode=compile gcc -g -O2 -I/u01

Re: EAP and accounting

2006-10-20 Thread Franck
Hi, with which AP has you this values. Because with my dlink DWL-2000+, EAP work but i'm not all this infos :( Franck Hello, I am developing my freeradius server (version 1.1.2) to use it in a WPA wireless environment with EAP authentication. Until this moment (without EAP)

RE: EAP and accounting

2006-10-20 Thread King, Michael
Yes. It's possible. Look in eap.conf In each EAP section (TTLS and PEAP) this code snippet exists # The reply attributes sent to the NAS are # usually based on the name of the user # 'outside' of the tunnel (usually

RE: static IP's with rlm_perl

2006-10-20 Thread Garber, Neal
$RAD_REPLY{'Framed-IP-Address'} = '192.168.77.200'; Perhaps the problem is that your are assigning a string to an attribute of type ipaddr (look in /usr/local/share/freeradius/dictionary.rfc2865)? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Windows Vista doing PEAP

2006-10-20 Thread Dourty, Brian R. \(IATS\)
Yeah, I'll do it today. Brian -Original Message- From: freeradius-users- [EMAIL PROTECTED] [mailto:freeradius- [EMAIL PROTECTED] On Behalf Of King, Michael Sent: Thursday, October 19, 2006 4:24 PM To: FreeRadius users mailing list Subject: RE: Windows Vista doing PEAP Could

RE: static IP's with rlm_perl

2006-10-20 Thread Garber, Neal
$RAD_REPLY{'Framed-IP-Address'} = '192.168.77.200'; See if the following helps: use Socket; . . . $RAD_REPLY{'Framed-IP-Address'} = inet_aton('192.168.77.200'); - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: static IP's with rlm_perl

2006-10-20 Thread Alan DeKok
Michael Gale [EMAIL PROTECTED] wrote: rlm_perl: Added pair Framed-IP-Address = 192.168.77.200 ... Sending Access-Accept of id 70 to 127.0.0.1 port 32809 Framed-IP-Address = 255.255.255.254 FreeRADIUS DOES NOT send Framed-IP-Address = 255.255.255.254 in the default config. It is

Re: freeradius-snapshot-20061020 make error

2006-10-20 Thread Alan DeKok
Velikanov [EMAIL PROTECTED] wrote: Such error in freeradius-snapshot-20061020 during make What to do? I'll commit a fix today. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See

Re: static IP's with rlm_perl

2006-10-20 Thread Michael Gale
Hello, No, that did not work, with the setting below the debug shows: --snip-- . rlm_perl: Added pair Framed-IP-Address = ��M ... Sending Access-Accept of id 73 to 127.0.0.1 port 32813 Framed-IP-Address = 255.255.255.254 --snip-- Before when I was setting it with a

RE: Windows Vista doing PEAP

2006-10-20 Thread King, Michael
Use this one if the one on the website doesn't work for you Index: src/modules/rlm_eap/rlm_eap.c === RCS file: /source/radiusd/src/modules/rlm_eap/rlm_eap.c,v retrieving revision 1.26.2.1.2.1 diff -u -r1.26.2.1.2.1 rlm_eap.c ---

Re: static IP's with rlm_perl

2006-10-20 Thread Michael Gale
Hello, I found in the users file the following: DEFAULTService-Type == Framed-User Framed-IP-Address = 255.255.255.254, Framed-MTU = 576, Service-Type = Framed-User, Fall-Through = Yes It seems that the settings in the users file override was is set

Re: SNMP with Freeradius - Again

2006-10-20 Thread Kevin Bonner
On Friday 20 October 2006 05:59, Velikanov wrote: Good Day. I use Oracle with Freeradius. The situation with SNMP is as follows now: 1. When i have sql in radiusd.conf and such string: snmp = no then i have working radiusd with Oracle 2. When i have no sql , but have snmp =

Re: static IP's with rlm_perl

2006-10-20 Thread Kevin Bonner
On Friday 20 October 2006 10:32, Michael Gale wrote: Hello, No, that did not work, with the setting below the debug shows: --snip-- Framed-IP-Address = 255.255.255.254 Where is that attribute/value pair being added? If that is being set after your perl functions are

pppd/pptp + freeradius + static IP FYI

2006-10-20 Thread Michael Gale
Hello, FYI - Requirements for me to give out static IP address to users using the following: pptpd-1.3.3-1.fc4 ppp-2.4.3-5.fc4 freeradius-mysql-1.1.3-1 freeradius-debuginfo-1.1.3-1 freeradius-1.1.3-1 freeradius-unixODBC-1.1.3-1 freeradius-postgresql-1.1.3-1 I have a rlm_perl module that I

Re: Dialupadmin and PHP Question

2006-10-20 Thread Darcy Parker
Thanx - But I beleive that my biggest problem is that I am using PHP5 not PHP4 and If I install PHP4 it breaks other packages I have that depend on PHP5. Darcy [EMAIL PROTECTED] wrote: Hi Darcy, What I feel, you might have missed some linux packages to install and because of those only, you

Issuing certificates with a Windows CA for PEAP auth

2006-10-20 Thread Hector.Ortiz
When generating certificates for use by FreeRadius EAP-TLS, there is an extension which is to be added to the certificate in order for the client to be able to validate the certificate against a root CA certificate. If such extension is not present in your FreeRadius certificate, the auth

CVS make error

2006-10-20 Thread Jan Mulders
Hello all, After much trouble I've managed to get CVS to download the right version of freeradius (not radiusd-cistron...doh), and now I'm having some problems with making it. From what I can see, there's some problems with EAP (which I happen to not need). Is it possible (or even

Re: CVS make error

2006-10-20 Thread Alan DeKok
Jan Mulders [EMAIL PROTECTED] wrote: .. Do a CVS update. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Windows Vista doing PEAP

2006-10-20 Thread Phil Mayers
Josh Howlett wrote: Again, I have no idea why it's core dumping. It shouldn't be. I don't have Vista, and I can't debug this issue myself. It's up to you. Sorry - I've come late to this thread. Do we have a general problem with Vista failing to authenticate against FR, or is this just

EAP-TTLS problem at phase 1

2006-10-20 Thread Rafiqul Ahsan
Hi all, I have been trying to figure this out for couple days, but could not get any clue. My test is about authentication with EAP-TTLS/MSCHAPV2. I am using freeradius v - 1.1.3, on Solaris 10. No matter what I do, I get rlm_eap: Either EAP-request timed out OR EAP-response to an unknown