Re: PEAP and proxying

2005-03-17 Thread Mark
Thanks for your reply. I've put some comments in-line. I can understand what you are saying but don't know how to configure the local radius to proxy just the tunnel. Mark On Wed, 16 Mar 2005 13:16:56 -0500, Alan DeKok [EMAIL PROTECTED] wrote: Mark [EMAIL PROTECTED] wrote: The problem is that

Strange Re-authentication problem

2005-03-17 Thread Bilal Shahid
Hi, Following is my testing environment: WPA Supplicant Proxim AP 600 (Access Point) FreeRADIUS Server 802.11i environment (802.1X, CCMP, 4-way handshake etc) Initial authentication of the Supplicant is taking place fine. But I am facing a strange issue during subsequent

[PATCH] operators -* and -~

2005-03-17 Thread Joe Maimon
This patch will add the substar (-*) operator and correct the behavior of the subeq (-=) operator. The -* operator will cause all of the named attributes to be deleted from the reply, which is the current behavior of the -= operator without this patch. With this patch -= will only delete all

No memory

2005-03-17 Thread Edgars
Hi list! still getting 'Error: No memory' in the radius.log file. I see that there is 580MB of free memory on the PC but the previous is appearing just the same when someone is making PPTP connection from specific NAS. From other hand - when making the PPTP through another NAS, everything is

radius proxy - does freeradius use threads or a state-table?

2005-03-17 Thread Tariq Rashid
for radius proxying, does freeradius allocate a thread from its pool to each proxied radius request? this would allow me to control proxying by setting max allocated threads and also the pre-alloc size too. or does it maintain a fixed-size state table? (i guess size 256 sinec that is the length

radtest

2005-03-17 Thread vicky
Hi all, I'm trying to do a simple radtest but it doesn't go through. Here is what I get : $ radtest bob bob localhost 0 testing123 Sending Access-Request of id 227 to 127.0.0.1:1812 User-Name = bob User-Password = bob NAS-IP-Address = localhost.localdomain

Add Acct-Interim-Interval to all Access Accept responses

2005-03-17 Thread Jaco van Tonder
I am running freeradius 0.93 using postgres as the db. I would like toadd the Acct-Interim-Interval attribute to all Access Accept responsesfrom my radius server. How would I go about doing this? Jaco

RE: radtest

2005-03-17 Thread Cris Boisvert
What does it say in the radius.log? It should have an error .. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, March 17, 2005 10:53 AM To: freeradius-users@lists.freeradius.org Subject: radtest Hi all, I'm trying to

Re: radtest

2005-03-17 Thread Scott Reed
radiusd not running? Scott Reed Owner NewWays www.nwwnet.net -- Original Message --- From: [EMAIL PROTECTED] To: freeradius-users@lists.freeradius.org Sent: Thu, 17 Mar 2005 16:52:31 +0100 Subject: radtest Hi all, I'm trying to do a simple radtest but it doesn't

Re: No memory

2005-03-17 Thread Edgars
did some more testing on this. The error appears when using MSCHAPv1 or MSCHAPv2 on NAS. And the error appears insted of standart log message (Auth: Login OK...etc). No one hasn't similar behaviour? Edgars Edgars wrote: Hi list! still getting 'Error: No memory' in the radius.log file. I see

Realm rewrite

2005-03-17 Thread David Manchado
Hello, I'm migrating from radiator into freeradius + freeradius-dialupadmin. Due to limitations on freeradius-dialupadmin I have all users in the form [EMAIL PROTECTED] without stripping in order to support that I can user [EMAIL PROTECTED] and [EMAIL PROTECTED] with their own reply

Re: radutmp doesnt show any users.....

2005-03-17 Thread Alan DeKok
Rad Adm [EMAIL PROTECTED] wrote: I have Simultaneous-Use enabled in my radius configuration and still i dont see it working. It accepts multiple logins at the same time. Run the server in debugging mode to see why. Basiaclly the NAS doesnt keep any record of logins and i am ( have to )

Re: radwho

2005-03-17 Thread Alan DeKok
Jacques VUVANT [EMAIL PROTECTED] wrote: I'm using EAP with freeradius which work well. but when EAP customer are authenticated, radwho command doesn't show any. Any idea ? Read the FAQ. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: AW: Locking user accounts

2005-03-17 Thread Alan DeKok
Fiederling, Daniel [EMAIL PROTECTED] wrote: The first entry runs my own application (chkauth) that checks authentication, counts login tries and locks accounts if needed. It returns a Filter-Id on successful authentication. If a valid account but a wrong password is detected it returns

Re: PEAP and proxying

2005-03-17 Thread Alan DeKok
Mark [EMAIL PROTECTED] wrote: Thanks for your reply. I've put some comments in-line. I can understand what you are saying but don't know how to configure the local radius to proxy just the tunnel. Run the server in debugging mode to see how it processes the PEAP request, and the tunneled

Re: No memory

2005-03-17 Thread Alan DeKok
Edgars [EMAIL PROTECTED] wrote: The error appears when using MSCHAPv1 or MSCHAPv2 on NAS. And the error appears insted of standart log message (Auth: Login OK...etc). No one hasn't similar behaviour? I haven't. But at least you've narrowed it down. It's probably a bug in the MSCHAP

Re: Realm rewrite

2005-03-17 Thread Alan DeKok
David Manchado [EMAIL PROTECTED] wrote: Due to limitations on freeradius-dialupadmin I have all users in the form [EMAIL PROTECTED] without stripping in order to support that I can user [EMAIL PROTECTED] and [EMAIL PROTECTED] with their own reply attributes. You should be able to add

detail files vs. SQL Accounting.

2005-03-17 Thread Chris Knipe
Lo everyone, I'm not 100% sure on where the problem lies, so please bare with me. The relavent parts of my configuration: details { detail details { detailfile = ${radacctdir}/detail-%{Realm:-LOCAL} detailperm = 0600 dirperm = 0755 locking = yes } radutmp { filename =

authentication by mac adress, username and password

2005-03-17 Thread Markus Krause
hi all, i want to authenticate users at a cisco router by checking the mac-adress, the username and the password. (how) can this be done using freeradius? in the docu i only found the case where a mac-adress and a password were checked (both listed in /etc/users/freeradius) but not together with

RE: detail files vs. SQL Accounting.

2005-03-17 Thread Michael Markstaller
Now, using radreport (I know, not a FR product), radreport uses the details the radreport I tried some months ago was broken, very broken. sql-accounting and details files in FR are 100% accurate, at least here. My questions thus... 1) Is there a application available that can write

Re: (dialup_admin) snmpfinger program pays no attention to naslist.conf

2005-03-17 Thread Nick Bright
On Mon, 2005-03-14 at 05:58, Kostas Kalevras wrote: On Thu, 10 Mar 2005, Nick Bright wrote: To hop back to this question, updating to the latest CVS made user_finger.php3 behave quite a bit differently. Now when I go to that page, I get a listing for every NAS from the database, but

Re: detail files vs. SQL Accounting.

2005-03-17 Thread Chris Knipe
Now, using radreport (I know, not a FR product), radreport uses the details the radreport I tried some months ago was broken, very broken. sql-accounting and details files in FR are 100% accurate, at least here. Allrighty. I suspected that. My questions thus... 1) Is there a application available

RE: Add Acct-Interim-Interval to all Access Accept responses

2005-03-17 Thread Michael Markstaller
I am running freeradius 0.93 using postgres as the db. I would like to add the Acct-Interim-Interval attribute to all Access Accept responses from my radius server. How would I go about doing this? you should be a bit more specific.. now, adding a row to the rad(group)reply table with

EAP-TTLS/PAP - LDAP bind rather than a password compare

2005-03-17 Thread Vladimir Vuksan
In one of the old messages David Hart said http://lists.cistron.nl/pipermail/freeradius-users/2004-September/036112.html Hmm... We can do that already. Just use EAP-TTLS/PAP and have freeradius authenticate via an LDAP bind rather than a password compare. It works great for me. I would

Proxying Inner EAP Auth - eap-mschapv2

2005-03-17 Thread Free Mailer
Hi, I looked around on the mailing list on this topic but could'nt get the complete anwser. I want to configure the freeradius server to proxy the inner auth - eap-mschapv2 from the peap tunnel to an IAS server. 1. What is the right way to do it? Let freeradius terminate the TLS and send

Re: EAP-TTLS/PAP - LDAP bind rather than a password compare

2005-03-17 Thread Alan DeKok
Vladimir Vuksan [EMAIL PROTECTED] wrote: Hmm... We can do that already. Just use EAP-TTLS/PAP and have freeradius authenticate via an LDAP bind rather than a password compare. It works great for me. I would like to find out if someone actually has notes that they would be

Re: EAP-TTLS/PAP - LDAP bind rather than a password compare

2005-03-17 Thread Vladimir Vuksan
Alan DeKok wrote: Configure certificates for EAP-TLS. See raddb/eap.conf, eap{} section, tls{} subsection. Also uncomment ttls{} section. Run scripts/certs.sh (and read it). After that, configure a plain-text password. EAP-TTLS with tunneled PAP, CHAP, MS-CHAP, EAP-MSCHAPv2, and EAP-GTC will

No longer sending entire certificate chain?

2005-03-17 Thread Andreas Wolf
In older versions of freeRadius (before 1.0.0) when using TLS, TTLS or PEAP the supplicant used to receive the entire certificate chain. In my simple setup that was the server cert and the root cert. Now, I am running 1.0.2 and the server only ever sends the server cert, never the root cert

Re: Proxying Inner EAP Auth - eap-mschapv2

2005-03-17 Thread Alan DeKok
Free Mailer [EMAIL PROTECTED] wrote: I looked around on the mailing list on this topic but could'nt get the complete anwser. I want to configure the freeradius server to proxy the inner auth - eap-mschapv2 from the peap tunnel to an IAS server. That's possible. 1. What is the right way to

Re: EAP-TTLS/PAP - LDAP bind rather than a password compare

2005-03-17 Thread Alan DeKok
Vladimir Vuksan [EMAIL PROTECTED] wrote: After that, configure a plain-text password. EAP-TTLS with tunneled PAP, CHAP, MS-CHAP, EAP-MSCHAPv2, and EAP-GTC will work. But shouldn't FreeRADIUS be able to extract username and password from PAP packet and check those credentials by binding

Re: No longer sending entire certificate chain?

2005-03-17 Thread Alan DeKok
Andreas Wolf [EMAIL PROTECTED] wrote: In older versions of freeRadius (before 1.0.0) when using TLS, TTLS or PEAP the supplicant used to receive the entire certificate chain. In my simple setup that was the server cert and the root cert. Now, I am running 1.0.2 and the server only ever sends

RE: Add Acct-Interim-Interval to all Access Accept responses

2005-03-17 Thread Seferovic Edvin
Hi, would this work too? DEFAULT Auth-Type = LDAP Acct-Interim-Interval:= 300, Idle-Timeout = 1200, Fall-Through = 1 I am doing MS-CHAP auth, but I dont see that those attributes are included in the reply. Am I missing something here?

Re: Auth-Type == EAP

2005-03-17 Thread Chan Min Wai
Alan DeKok wrote: Chan Min Wai [EMAIL PROTECTED] wrote: What should I provided so that the auth-type will be automated? To do what? To switch to EAP or normal... auth method. The server does that automatically. Alan DeKok. This is what I'm having... Listening on authentication

Re: EAP-TTLS/PAP - LDAP bind rather than a password compare

2005-03-17 Thread Vladimir Vuksan
Alan DeKok wrote: After that, configure a plain-text password. EAP-TTLS with tunneled PAP, CHAP, MS-CHAP, EAP-MSCHAPv2, and EAP-GTC will work. But shouldn't FreeRADIUS be able to extract username and password from PAP packet and check those credentials by binding to LDAP ? sigh

Re: EAP-TTLS/PAP - LDAP bind rather than a password compare

2005-03-17 Thread Alan DeKok
Vladimir Vuksan [EMAIL PROTECTED] wrote: Great. So how do I configure it :-) to use LDAP CRYPT or MD5 hashes. Read the documentation and the sample configuration files. TTLS + PAP is *REALLY* TTLS + PAP. Configure PAP, configure TTLS, and TTLS + PAP will work. It may be however that is

Re: Add Acct-Interim-Interval to all Access Accept responses

2005-03-17 Thread Jaco van Tonder
I can add the attribute to the radgroupreply or radreply table but then only for a specific user or group. The attribute is then send through as required - but I would like to be able to send it for all requests to my radius Jaco van Tonder - Original Message - From: Michael