Re: radrelay problem

2004-07-19 Thread jesk
What's the time difference between sending the accounting-request and receiving the accounting-response. time radclient -f acctfile xx.xxx.xxx.xxx acct secret Received response ID 34, code 5, length = 20 real0m0.080s user0m0.057s sys 0m0.009s The process is serialized yes, but

is RADIUS the only server?

2004-07-19 Thread BLANCA FERRERO RODRIGUEZ
Hi everyone, I have a doubt, it is more theoretical than practical. Can anyone tell me if the servers used for authentication in Wi-Fi networks are always RADIUS, or are there any other options? and in case that there are others, why is RADIUS the most common? thanks bfr - List

How to check full user traffic

2004-07-19 Thread Ivo Petrov
Hi, I am going to use Freeradius, but I need some help on configuring it to serve my particulr purposes. I am using pppoe-server and the users are authenticated through radius, but I want to use some checks before letting users to do their jobs. I want to account and check the trafic of each

Re: EAP/TTLS w/ PAP (tunnel) works, w/ EAP (tunnel) it doesn't

2004-07-19 Thread Rok Papez
Hello Kaspar. Kaspar Landsberg pravi: The problem was that I didn't really know how to rectify it. But now, I got the EAP frame inside the tunnel to be handled as such (by fine-tuning the users file :). You should attach you fine tuned users file ;). modcall[authorize]: module preprocess

?searching simple test program for RADIUS and EAP

2004-07-19 Thread jeff x
Hello, I'm searching a good program to test a radius server, using eap, or some other protocols. Thanks for your help, Jeff Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage ! Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Dialoguez

FreeRADIUS and MySQL

2004-07-19 Thread Lopez, A.
Hello all, I am new to FreeRADIUS and I would like to ask you a couple of questions about its capabilities. I want to Authenticate users and store Accounting information using MySQL as a backend database. I am planning to use FreeRADIUS to handle requests coming from: 1- GNU

force set EAP-Type

2004-07-19 Thread Jan Satko
Hi. Is that any way howto set EAP-Type (maybe in radgroupcheck ?) to leap for some group when default_eap_type is peap ? Freeradius send EAP-TLS and don't have any response. modcall[authorize]: module sql returns ok for request 124 modcall: group authorize returns updated for request 124

Re: FreeRADIUS and MySQL

2004-07-19 Thread jesk
All these things can be done with freeradius. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

help with EAP proxy

2004-07-19 Thread Dave Mason
Hi, I'm using an old Freeradius server, v0.8.1, to proxy Access-Requests with EAP-Messages. The outbound proxy works fine, but the proxy response is getting mangled. The 1.0 server works fine, and I know the real solution is to pick it up, but with my current deadline I cant port the rest of

Seeking a Pre-OS 802.1x overlay/shim

2004-07-19 Thread Michael Melanson
Hi folks Is there a product available that does 802.1x authentication prior to the load of any given operating system. I am guessing something like LILO or GRUB with 802.1x built into it. Any help would be great, Thanks Mike - This message

FreeRadius 1.0 and Microsoft Active Directory

2004-07-19 Thread Adel Abouchaev
Good time of day, people of FreeRadius list. I have a question that was asked here before, however I could not find the answer that would be sufficient for my needs. I have Cisco 6513 doing 802.1X port based authentication. Clients are 2000 SP4 and XP SP1 Professional. We are using only

Re: EAP/TTLS w/ PAP (tunnel) works, w/ EAP (tunnel) it doesn't

2004-07-19 Thread Alan DeKok
Kaspar Landsberg [EMAIL PROTECTED] wrote: Yes and no. I actually know that it works with the above line. But the problem is that my user database is accessible via AFS. So I have to use the system lookup procedure to authenticate a user (the system is configured to do authentication via

Re: Seeking a Pre-OS 802.1x overlay/shim

2004-07-19 Thread Alan DeKok
Michael Melanson [EMAIL PROTECTED] wrote: Is there a product available that does 802.1x authentication prior to the load of any given operating system. I am guessing something like LILO or GRUB with 802.1x built into it. No. I don't see why it would be useful. Alan DeKok. - List

Re: is RADIUS the only server?

2004-07-19 Thread Alan DeKok
BLANCA FERRERO RODRIGUEZ [EMAIL PROTECTED] wrote: I have a doubt, it is more theoretical than practical. Can anyone tell me if the servers used for authentication in Wi-Fi networks are always RADIUS, or are there any other options? and in case that there are others, why is RADIUS the most

Re: force set EAP-Type

2004-07-19 Thread Alan DeKok
Jan Satko [EMAIL PROTECTED] wrote: Is that any way howto set EAP-Type (maybe in radgroupcheck ?) to leap for some group when default_eap_type is peap ? Sure. DEFAULT Group == foo, EAP-Type := LEAP You'll have to ensure that this is done *before* the EAP module is called. This may mean

Re: Seeking a Pre-OS 802.1x overlay/shim

2004-07-19 Thread Michael Griego
On Mon, 2004-07-19 at 13:11, Alan DeKok wrote: No. I don't see why it would be useful. Thin clients that load the OS over the network on a network that requires 802.1x authentication? Just playing devil's advocate. :) As for bootloaders that include 802.1x authentication, never seen one.

Re[2]: dump attribute question

2004-07-19 Thread Remus Anca
AD It should work when obtained from MySQL, as it doesn't matter which AD module added the attribute, it's enforced elsewhere. ok. so the configuration it's ok in mysql db? maybe the radiusd.conf it's bad? this is my config: prefix = /usr/local exec_prefix = ${prefix} sysconfdir =

Deny access to specific numbers

2004-07-19 Thread Josh Vogelgesang
Hello All; I don't know if this has been addressed before, or where to look, so I appologize if this is redundant. Is there a way to deny access to users from a certain number? For instance, if Joe Schmoe is dialing in from 123-4567 under whatever username and pass, I want to deny access from

Re: Freeradius Cisco-AVPair

2004-07-19 Thread David Birnbaum
On Sun, 18 Jul 2004, Kevin Bonner wrote: On Friday 16 July 2004 17:12, David Birnbaum wrote: 1. Cisco doesn't seem to support Framed-Address for PPPoE (if anyone knows different that would be great, because nobody at Cisco knows how to do this. If you can tell me how, stop reading the

Re: radrelay problem

2004-07-19 Thread jesk
What's the time difference between sending the accounting-request and receiving the accounting-response. time radclient -f acctfile xx.xxx.xxx.xxx acct secret Received response ID 34, code 5, length = 20 real0m0.080s user0m0.057s sys 0m0.009s The process is serialized

EAP module return code for proxy case [Re: help with EAP proxy]

2004-07-19 Thread Dave Mason
Hi, I found the answer in auth.c near the beginning of rad_authenticate. The trick is to return RLM_MODULE_HANDLED if the proxy reply is an Access-Challenge. Along the way, I noticed that in the 1.0 server code, rlm_eap returns NOOP both for Access-Requests with an EAP-Message to be proxied

rlm_ldap handling of tls_require_cert (patch included)

2004-07-19 Thread Ben Walding
In our usage of freeradius, we've come across some annoying behaviour where we can't ignore server certificates for LDAP TLS. For the purposes of testing and development we'd like to be able to ignore the CA and self signed certificates that live on our LDAP servers. While this is obviously not

Re: How to check full user traffic

2004-07-19 Thread Humberto Diogenes
Ivo Petrov wrote: I want to account and check the trafic of each user, perform check of amount of that trafic(input and output), and if that trafic for particular user is above some value( for example above 20MB) I want the radius server to not let that user do anything. Take a look at

Re: ?searching simple test program for RADIUS and EAP

2004-07-19 Thread Humberto Diogenes
jeff x wrote: I'm searching a good program to test a radius server, using eap, or some other protocols. Try NTRadPing: http://www.mastersoft-group.com/download/default.asp I don't know much about EAP, but NTRadPing is very good for testing Radius. -- Humberto Diogenes -- Esta mensagem foi

MAC address log in 802.1x

2004-07-19 Thread Carlos Gaule Pantoja
Hi! I'm implementing 802.1x EAP-TLS and EAP-PEAP with postgresql. All works fine, but I need to generate three groups of users: red, yellow and green... the green group is for guests (no have any certificate) who only have permission to web browsing in intranet servers, the yellow group can

Re: Juniper E-Series...which atributes to use?

2004-07-19 Thread Paul Hampson
On Mon, Jul 19, 2004 at 08:05:28PM -0500, Robert Banniza wrote: I'm trying to set the Cli-Initial-Access-Level on a Juniper E-Series. However, the Juniper is not understanding: radiusReplyItem: ERX-Cli-Initial-Access-Level := 5 With that said, I have looked at