Re: radutmp only show one user

2010-10-06 Thread Daniel Soto
radius_xlat:  '/var/log/radius/radacct/12.12.12.20/auth-detail-20101006' rlm_detail: /var/log/radius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d expands to /var/log/radius/radacct/12.12.12.20/auth-detail-20101006   modcall[authorize]: module auth_log returns ok for request 0   modcall[authorize

RE: Check multiple attributes for one user

2010-10-06 Thread Krijn Tanis | WiMood
Hello, I figured out what was wrong: you need to enable some additional parameters in eap.conf to copy request and reply into the tunnel. So put copy_request_to_tunnel and use_tunneled_reply on yes in ttls and peap section, then it works all fine. Kind regards,   Krijn Tanis WiMood

Re: WiMax VSA Support

2010-10-06 Thread Anup krishnan A
Hi Alan, Thank you for your quick response. We have already checked the dictionary and found that wimax dictionary is available in the freeradius server. Actually we are using Freeradius server 2.1.9 and Alvarion base-station and Alvarion ASN GW. Initially we created a service profile in

Re: dynamic clients and nas-type

2010-10-06 Thread Peter Lambrechtsen
On Wed, Oct 6, 2010 at 6:35 PM, Alan DeKok al...@deployingradius.comwrote: Peter Lambrechtsen wrote: I'm trying to setup my dynamic clients and specify a nas-type. In my dynamic-clients I have: ... Then in my sites-enabled/default in the authorize section I have: A completely

HOWTO:Centralised LDAP Authentication - Part 2 - Using dyamic-clients instead of huntgroups

2010-10-06 Thread Peter Lambrechtsen
Following on from my previous post on Centralised LDAP Auth post: http://lists.freeradius.org/pipermail/freeradius-users/2010-September/msg00393.html I've found that using dynamic-clients gives me a few advantages over using huntgroups. 1) Dynamic Clients allows you to have per-NAS shared

RE: WiMax VSA Support

2010-10-06 Thread David Peterson
Anup, You have to configure the radius server to use the inner-tunnel. Which version of the 4-Motion software are you using on your system? David -Original Message- From: freeradius-users-bounces+david.peterson=acc-corp@lists.freeradius.org

RE: WiMax VSA Support

2010-10-06 Thread Anup krishnan A
Hi David, 1) You have to configure the radius server to use the inner-tunnel. Following are the entries in the eap.conf file. ttls { default_eap_type = md5 copy_request_to_tunnel = yes use_tunneled_reply = yes

RE: WiMax VSA Support

2010-10-06 Thread David Peterson
I have not had any issues with 2.5 though 3.0 is giving me fits. Your eap configuration looks ok, check sites-available/inner-tunnel and make sure you have all of the wimax entries uncommented. David -Original Message- From: Anup krishnan A [mailto:anupk...@cdactvm.in] Sent:

Re: WiMax VSA Support

2010-10-06 Thread Alan DeKok
Anup krishnan A wrote: Then we tried to create the service profile for the user test from the Freeradius by using WiMAX attributes found in the file dictionary.wimax'.The entries for the user in the 'users' file is as shown below. ... In this case Freeradius has sent the Access-Accept, but

Re: Disabling users/hosts

2010-10-06 Thread Alan DeKok
Ramon Escriba wrote: Hi List, It's a bit naive question, just to keep concepts clear. I want to use the dialupAccess attribute to enable or disable one user/host to login. So if dialupAccess : disabled, the user/host is rejected. ... Matchs the idea?, or should be done in a different way?

Re: Optional authorize methode

2010-10-06 Thread Alan DeKok
Ricardo Frías Alvarez wrote: Hello! I don't know how to configure Radius to do this : I want that radius accepts the access, if files or ldap returns ok. In descriptive code: IF files return 'OK' THEN access-accept ELSE IF ldap return 'OK' THEN access-accept ELSE access-reject You

RE: Disabling users/hosts

2010-10-06 Thread Ramon Escriba
Sorry 4 the stupid question, I made I mistake in ldap, I put disable not disabled in one atribute. So disabled user was login normally, I was completely puzzle Looking moe carefully @ logs I realized it. Thanks. -Original Message- From:

RE: WiMax VSA Support

2010-10-06 Thread Ben Wiechman
That service profile does not look at all correct. It's a mixed bag of pre-provisioned services and AAA provisioned services. Here is a sample service definition that works with our ASN-GW: WiMAX-QoS-Id:= 101 WiMAX-Service-Class-Name:= DATA WiMAX-Schedule-Type :=

PEAP w/ freeradius to LDAP storing ntPassword

2010-10-06 Thread schilling
Hi All, We are trying to use ldap as backend database for dot1x peap authentication thru freeradius. The following link has good explanation. http://vuksan.com/linux/dot1x/802-1x-LDAP.html But do we really need both ntpassword and lmpassword in the ldap directory? How the process work

Re: PEAP w/ freeradius to LDAP storing ntPassword

2010-10-06 Thread Alan DeKok
schilling wrote: We are trying to use ldap as backend database for dot1x peap authentication thru freeradius. The following link has good explanation. http://vuksan.com/linux/dot1x/802-1x-LDAP.html Note it's 5 years old... But do we really need both ntpassword and lmpassword in the

Re: PEAP w/ freeradius to LDAP storing ntPassword

2010-10-06 Thread schilling
There is smbencrypt radius-utils to generate LM Hash and NT Hash, Any known good perl script to do this? sd...@palm:/usr/bin$ smbencrypt schilling LM Hash NT Hash

Free Radius , how to make it work with dynamic clients

2010-10-06 Thread Rajendra Hegde
Hello, I want to make free radius work with dynamic set of clients - Clients will have specific range (not just any client) - Clients will have some shared secret. Can it do 2 objectives listed above? I know there is a macro WITH_DYNAMIC_CLIENTS, But after compiling it with having

Re: Free Radius , how to make it work with dynamic clients

2010-10-06 Thread Peter Lambrechtsen
Read the sites-available/dynamic-clients and you can base all your dynamic shared secret's based on the IP address of the NAS. Assuming you are talking about having dynamic NAS's (Radius Clients) vs Dynamic 802.1x workstations connecting to a static list of NAS's or switches. Using IP address

Re: PEAP w/ freeradius to LDAP storing ntPassword

2010-10-06 Thread Nelson Vale
2010/10/6 schilling schilling2...@gmail.com There is smbencrypt radius-utils to generate LM Hash and NT Hash, Any known good perl script to do this? You can use Crypt::SmbHash (from CPAN). sd...@palm:/usr/bin$ smbencrypt schilling LM Hash NT Hash

Re: WiMax VSA Support

2010-10-06 Thread Anup
Hi Ben, Thank you for your response. When we give the service profile name, that we have already created in Alvarion ASN using Alvaristar, in the Filter_Id attribute from FreeRadius, there is no problem and MS is getting registered. But once we try to create the service profile from

[no subject]

2010-10-06 Thread latha_vgopal
http://laramolino.it/und9.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

MSCHAP issue - [mschap] FAILED: MS-CHAP2-Response is incorrect

2010-10-06 Thread jon michaels
Hi, I am attempting to replicate a test setup into production and somewhere along the way I must have forgotten something. I have an NT-Password stored in a mysql database and currently get the following response from freeradius upon authenticating: rad_recv: Access-Request packet from host