Billing

2005-01-04 Thread prabhan
Hello, In a prepaid kind of application how do i get the information regarding the talk time availability ? Is there any attribute which is used to convey to the radius server from a radius client that a total of 500 minutes of talk time is available ? When the call is connected for ten minutes,

dynamic vlan affectation and proxyRADIUS

2005-01-04 Thread David ROUMANET
Hi to all and my best wishes ! I'm trying to create a structure with proxy-RADIUS and multiples vlans on different sites (on a 802.1x WIFI network) My project is to differenciate a local user (with all rights on the local network) and a remote user (authentificated by a proxy-Radius). The first

Re: Block group of ISDN connection

2005-01-04 Thread Stefan . Neis
Hi, 1) users file ## DEFAULTNAS-Port-Type == ISDN ,Connection-Type == UNLIMITED, Auth-Type := Reject Reply-Message = Your account has been disabled. DEFAULT Auth-Type := LDAP How many lines do you actually

acct_users file is not working

2005-01-04 Thread rashad
Hi people. I have a radius server installed and working correctly. Now I want an external program to be executed every time when accounting stop packet received as described in acct_users file. Here are my configuration: file: acct_users DEFAULT Acct-Status-Type == Stop Exec-Program =

Re: radzap problem

2005-01-04 Thread Luiz Gustavo Anflor Pereira
Hello guys I would like to know if there is some difference in the source code of freeradiusd 0.9.1, or in compilation options, between linux and freeBSD, because when i run radzap, compiled by the same code, in linux it works, in FreeBSD does not. thanks very much, Luiz Gustavo - List

Re: acct_users file is not working

2005-01-04 Thread Thor Spruyt
Try this... In acct_users: DEFAULT Acct-Status-Type == Stop Exec-Program = "logger received_stop_packet" Then send a acct stop packet to the server and check your syslog. --Regards, Thor SpruytE: [EMAIL PROTECTED]W: www.thor-spruyt.comM: +32 (0)475 67 22 65Bestel nu uw exemplaar van

subscribe

2005-01-04 Thread Anderson Alves de Albuquerque
subscribe - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radzap problem

2005-01-04 Thread Alan DeKok
Oliver Zimmermann [EMAIL PROTECTED] wrote: The only thing radzap needs from the configuration files is the location of the radutmp file, and that can easily be specified on the command line of radzap. No, radzap from 0.7 had no directory-parameters: Umm... I know that. It had the

Re: Block group of ISDN connection

2005-01-04 Thread Alan DeKok
Rohaizam Abu Bakar [EMAIL PROTECTED] wrote: /usr/local/etc/raddb/users[41]: Unexpected trailing comma in check item list for entry DEFAULT So... did you read users, to see if line 41 had a trailing comma? DEFAULTNAS-Port-Type == ISDN ,Connection-Type == UNLIMITED, Auth-Type :=

Re: radzap problem

2005-01-04 Thread Alan DeKok
Luiz Gustavo Anflor Pereira [EMAIL PROTECTED] wrote: I would like to know if there is some difference in the source code of freeradiusd 0.9.1, or in compilation options, between linux and freeBSD, because when i run radzap, compiled by the same code, in linux it works, in FreeBSD does not.

acct_users file is not working

2005-01-04 Thread rashad
Sorry, but it not working in anyway. What configuration directives affected on executing external programs?

FreeRadius with LDAP

2005-01-04 Thread Anderson Alves de Albuquerque
Now, I am using Freeradius with LDAP. My system GNUGK make authentication in the FreeRadius, after Freeradius look in tne LDAP server. My authentication is Okay, but Free Radius need to send to GNUGK the ALIAS. This ALIAS is telephone Number E.164. In debug option in Freeraius with -X I

freeRadius, PEAP, MSCHAP, Segment Fault(coredump)

2005-01-04 Thread john . ctr . gauntt
Hi folks, This is my second try at this post; the first was too long. I read the archives and then attempted to configure freeRadius using PEAP MSCHAP. After some initial success I am stuck with a Segment Fault(coredump). I am using an Windows XP 802.1x client, Cisco 1100 AP and Sun Solaris

Confirmation of LDAP/CHAP and AD

2005-01-04 Thread markcapelle
I have been running FreeRADIUS for over 3 years now and I can say that it is hands down one of the best pieces of software out there. I have spent the last few hours going through the archives, FAQ, etc. and think I know the answer to this, but would appreciate it if someone can confirm this. I

Huntgroup

2005-01-04 Thread Cris Boisvert
Im trying to setup our database to have the nas device receive different attributes based on which device, and group the user is in User bob in group dialup gets the x-ascend filters when he dials into huntgroup1 And User joe in group Wireless gets the RB-Context attribute when he

Re: Huntgroup

2005-01-04 Thread Dustin Doris
I’m trying to setup our database to have the nas device receive different attributes based on which device, and group the user is in… User bob in group dialup gets the x-ascend filters when he dials into huntgroup1 And User joe in group Wireless gets the RB-Context attribute when he

Re: Problems with hints file when i use freeradius-1.0.1

2005-01-04 Thread Michael Schwartzkopff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Dienstag, 4. Januar 2005 08:56 schrieb Helmut Tröbs: Hello, i want to upgrade from freeradius-0.8.1 to freeradius-1.0.1. My hints file: DEFAULT Prefix == t, Strip-User-Name = No Hint = TUM DEFAULT Prefix = t, Strip-User-Name = No

RE: Huntgroup

2005-01-04 Thread Cris Boisvert
I apologize about the plain text. This is what I have in the huntgroup file. Huntgroup1NAS-IP-ADDRESS == 1.2.3.4 Group = Dialup Slipstream-Auth = true, X-Ascend-Data-Filter == ip in forward tcp est, X-Ascend-Data-Filter == ip in forward dstip

Authorize with LDAP auhtenticate with proxy

2005-01-04 Thread Henrik Thorsell \(KI/EAB\)
Does anyone know if its possible to do authorization towards an LDAP server and proxy the request towards another radius server if the authorization requirements are fullfilled? Id like to use LDAP for authorization and a proxy for authentication. //Hank

Re: Confirmation of LDAP/CHAP and AD

2005-01-04 Thread Alan DeKok
[EMAIL PROTECTED] wrote: I have FreeRADIUS doing password auth against AD via LDAP. I have a switch that allows port based security, but uses CHAP passwords. From my understanding, you can do this if the LDAP database has the passwords stored as clear-text passwords. You cannot do this with

Re: Authorize with LDAP auhtenticate with proxy

2005-01-04 Thread Alan DeKok
Henrik Thorsell (KI/EAB) [EMAIL PROTECTED] wrote: Does anyone know if it's possible to do authorization towards an LDAP server and proxy the request towards another radius server if the authorization requirements are fullfilled? Yes. Alan DeKok. - List info/subscribe/unsubscribe? See

WAP authentication problem

2005-01-04 Thread Skylar Thompson
I'm having some trouble getting a USR8054 WAP authenticating against a FreeRADIUS server. Currently, I'm using MSCHAPv2 against an entry in users for simplicity's sake, but I hope to move that to ntlm_auth off our NT PDC later. To do the data transfer, I'm using PEAP over TLS. I generated

Re: Block group of ISDN connection

2005-01-04 Thread Rohaizam Abu Bakar
Yes.. it is on one line NOT different line... DEFAULT NAS-Port-Type == Async ,Jaring-Connection-Type == ISDN, Auth-Type := Reject --haizam - Original Message - From: Alan DeKok [EMAIL PROTECTED] To: freeradius-users@lists.freeradius.org Sent: Tuesday, January 04, 2005

Re: Block group of ISDN connection

2005-01-04 Thread Rohaizam Abu Bakar
YES... it is on one line until Reject... just breaking up while pasting... DEFAULT NAS-Port-Type == ISDN ,Connection-Type == UNLIMITED, Auth-Type := Reject Reply-Message = Your account has been disabled. but still giving the same trailing coma problem..

FR/MySQL Auth/CHAP

2005-01-04 Thread tps
I just foudn out that one of my dialup providers is slowly adding NASs that only use CHAP. I have FR authing against MySQL with PAP, but now I have to figure out how to make it auth *either* PAP or CHAP. Is there a quick pointer that anyone can give me? I've searched the archives, and googled