RE: Mysql procedure and freeradius

2006-08-10 Thread Jurgen van Vliet
Hi, That cant be the case, im using mysql 5 and a SP with freeradius 1.1.2 without any problems or recompiling. It must be an other issue. Maybe the sql user you let freeradius connect with has no rights to start the SP ? Regards, Jurgen -Oorspronkelijk bericht- Van: [EMAIL PROTECTED]

Autoreply: RE: Mysql procedure and freeradius

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

RE: Mysql procedure and freeradius

2006-08-10 Thread Alan Lumb
I think maybe it could be a problem if the version of mysql.h that was during compilation used predates stored proceedures? Hi, That cant be the case, im using mysql 5 and a SP with freeradius 1.1.2 without any problems or recompiling. It must be an other issue. Maybe the sql user you let

Autoreply: RE: Mysql procedure and freeradius

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

FreeRadius and 3Com switch 4400

2006-08-10 Thread devnull
Hi, I'm authing about 60 3com 4400 switch with mysql. Everithing goes ok until the switch sends a particular request to the server. This is the request: rad_recv: Access-Request packet from host 10.10.0.219:2049, id=57, length=87 User-Name = a3Com User-Password = a3Com

Autoreply: FreeRadius and 3Com switch 4400

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Those auto-replies are annoying

2006-08-10 Thread Tim
I sure wish a list admin would temporarily remove [EMAIL PROTECTED] from the list. It's annoying, and it's also rude to have your auto-reply sending this junk to the list after every legit message sent. Tim - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

FreeRadius - Setting IP addresses

2006-08-10 Thread Mike
Hey guys, I have a class C subnet set of IP addresses. How do I give people IP addresses when they authenticate against radius? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

How I improve perfomace.

2006-08-10 Thread thiago
Em 09.08.2006 agrave;s 20:31:27, [EMAIL PROTECTED] escreveu: How I can improve perfomace with Freeeradius and Mysql? Hi Alan the version of my freeradius is 1.1.2 and modified rlm_preprocess.c for understand the packets of cisco gateway(Voip) and I modified the sql.conf file too. Per

Autoreply: Those auto-replies are annoying

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Autoreply: FreeRadius - Setting IP addresses

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

AW: FreeRadius - Setting IP addresses

2006-08-10 Thread Rheindorf Jan
Search for main_pool in radiusd.conf You will find everything there. You have to define your pool(and others) like this one. I just edited main_pool for my subnet, but you can define more pools also. Dont forget to uncomment(#main_pool) the corresponding entries in the auth, acc, preacct,...

Autoreply: How I improve perfomace.

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Autoreply: AW: FreeRadius - Setting IP addresses

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Re: How I improve perfomace.

2006-08-10 Thread Dennis Skinner
[EMAIL PROTECTED] wrote: Em 09.08.2006 agrave;s 20:31:27, [EMAIL PROTECTED] escreveu: How I can improve perfomace with Freeeradius and Mysql? Change the table engine from MyISAM to InnoDB (esp on radacct). That will avoid table locking when inserting rows into the accounting table. Also

Re: AW: FreeRadius - Setting IP addresses

2006-08-10 Thread Mike
Ok I've found that entry and changed it to reflect my IP pool. I've also made an entry in the users file like this. DEFAULT Group == dynamic, Auth-Type = System, Pool-Name := main_pool I'd like to know how to make a new pool. I am going to use this one for dynamic IP addresses, and I will need

Autoreply: Re: How I improve perfomace.

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

help w/ pam_radius_auth

2006-08-10 Thread Gun Akkor
Hello, I am new to the list and a newbie on RADIUS. My problem is not directly related to using freeradius, but rather accessing a RADIUS server via the pam_radius_auth module. Since this module seems to be supported/maintained under freeradius, I hope to get some help from the list members.

Autoreply: Re: AW: FreeRadius - Setting IP addresses

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

AW: AW: FreeRadius - Setting IP addresses

2006-08-10 Thread Rheindorf Jan
This means that you have to delete the db.ippool and db.ipindex files, because they think you are using the old(before changing) Ip-Range. Just delete them and touch them again.(dont forget to give the right permissions) If you want to specify static adresses, do it in the Users-file directly.

Re: FreeRadius - Setting IP addresses

2006-08-10 Thread Stefan Winter
I have a class C subnet set of IP addresses. How do I give people IP addresses when they authenticate against radius? Are we talking about wireless LAN auth here (answer: use a DHCP server after authenticaiton) or about PPP auth (answer: use ippools module)? Stefan -- Stefan WINTER

Autoreply: help w/ pam_radius_auth

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Autoreply: AW: AW: FreeRadius - Setting IP addresses

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Autoreply: Re: FreeRadius - Setting IP addresses

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Re: AW: AW: FreeRadius - Setting IP addresses

2006-08-10 Thread Mike
Ok those files do not exist. My guess is because this is a brand new installation and those files will not be created until I start actually taking in dial-up connections? Rheindorf Jan wrote: This means that you have to delete the db.ippool and db.ipindex files, because they think you are

Re: FreeRadius - Setting IP addresses

2006-08-10 Thread Mike
PPP dial-up/DSL Stefan Winter wrote: I have a class C subnet set of IP addresses. How do I give people IP addresses when they authenticate against radius? Are we talking about wireless LAN auth here (answer: use a DHCP server after authenticaiton) or about PPP auth (answer: use

Autoreply: Re: AW: AW: FreeRadius - Setting IP addresses

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Autoreply: Re: FreeRadius - Setting IP addresses

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Re: LDAP retrieve additional attributes and map to radius attributes

2006-08-10 Thread Workout Yahoo
Figured it out.. Just enabled access_attr=product_id ldap attr. Thanks. --- Workout Yahoo [EMAIL PROTECTED] wrote: Sorry for couple of mails but if someone give me a right direction where to look that will be great. As wiki is down, its hard for me to look for the answer. Thanks and

Autoreply: Re: LDAP retrieve additional attributes and map to radius attributes

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

external modules

2006-08-10 Thread Lin Richardson
Okay, two quick questions.If I set up an exec module in the radiusd.conf file, with the intent of using an external script to authenticate, as follows: exec special_auth { wait = yes program = /usr/local/freeradius/etc/scripts/rad-auth.sh %{User-Name} input_pairs = request output_pairs = reply

Autoreply: external modules

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

RE: acct_users Exec-Program causing defuct programs

2006-08-10 Thread Michael da Silva Pereira
Hi Everyone, Maybe this can help you: In acct_users if you use exec-program and you get defuct apps running then try this exec-program-wait. This seems to sort it out. Thanks, Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] g] On Behalf Of Alan DeKok Sent:

Autoreply: RE: acct_users Exec-Program causing defuct programs

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Authenticate users from multiple realms on the same NAS

2006-08-10 Thread Scott Lambert
Hi, I've been using GNU-RADIUS and asked this question on the GNU-RADIUS list last week but didn't get any responses. The ISP I work for has recently aquired two other local ISPs. None of the ISPs have their customers setup to authenticate with [EMAIL PROTECTED] I need to merge dial-up numbers

Autoreply: Authenticate users from multiple realms on the same NAS

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Re: Authenticate users from multiple realms on the same NAS

2006-08-10 Thread Alan DeKok
Scott Lambert [EMAIL PROTECTED] wrote: I've been using GNU-RADIUS and asked this question on the GNU-RADIUS list last week but didn't get any responses. They haven't had a release for 2 years now... I need to merge dial-up numbers and bring the DSL aggregation together in order to reduce

Autoreply: Re: Authenticate users from multiple realms on the same NAS

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Re: external modules

2006-08-10 Thread Alan DeKok
Lin Richardson [EMAIL PROTECTED] wrote: Question 1: This script is intended to be an Authentication method. How do I teach freeradius (during the authorize process?) to set Auth-Type to use this method when appropriate? This is one of the few cases where you have to set Auth-Type yourself,

Autoreply: Re: external modules

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Re: external modules

2006-08-10 Thread Lin Richardson
Thanks, Alan. I did make some progress from old replies in the archive, and you have verified/clarified what I thought I had discovered.Should modules in the authorize section only set output_pairs = config then? Unless acted upon, all attributes or pairs move as is to the successive list,

Autoreply: Re: external modules

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Re: external modules

2006-08-10 Thread Alan DeKok
Lin Richardson [EMAIL PROTECTED] wrote: Should modules in the authorize section only set output_pairs = config then? No. They can set whatever they want. Unless acted upon, all attributes or pairs move as is to the successive list, correct? request - config - reply Absolutely not.

Autoreply: Re: external modules

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread zhu yunwu
Hi everyone: Now I am using the Freeradius. Could you tell me whether IAPP (802.11f) is really suppported in Freeradius? if not,could you please kindly advise that what kind of radius server support IAPP and how to configure it? Highly appreicated your prompt reply and thanks very much for

Autoreply: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

RE: Autoreply: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread King, Michael
Can we bump this guy from the list now? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 10, 2006 11:00 PM To: freeradius-users@lists.freeradius.org Subject: Autoreply: Does Freeradius support IAPP (802.11f)??

Autoreply: RE: Autoreply: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Re: Mysql procedure and freeradius

2006-08-10 Thread Alesha
I used mysql 5 headers.Maybe SP were fixed onlu in freeradius 1.1.2?I'll try to update freeradius..and then write a letter. I think maybe it could be a problem if the version of mysql.h that was during compilation used predates stored proceedures? - List info/subscribe/unsubscribe? See

Re: Autoreply: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread Alan DeKok
King, Michael [EMAIL PROTECTED] wrote: Can we bump this guy from the list now? I'm trying to get admin rights for the list. Barring that, I'll take more drastic action, like move mailman to a machine I control. Alan DeKok. -- http://deployingradius.com - The web site of the book

Re: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread Alan DeKok
zhu yunwu [EMAIL PROTECTED] wrote: Now I am using the Freeradius. Could you tell me whether IAPP ( 802.11f) is really suppported in Freeradius? No, sorry. if not,could you please kindly advise that what kind of radius server support IAPP and how to configure it?

Autoreply: Re: Autoreply: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Autoreply: Re: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread gparlato
Attualmente non sono in sede. Per richieste urgenti contattare lo 800 919299 o inviare una mail a [EMAIL PROTECTED] oppure a [EMAIL PROTECTED] Cordiali Saluti Giuseppe Parlato Area Network mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Re: Authenticate users from multiple realms on the same NAS

2006-08-10 Thread Scott Lambert
On Thu, Aug 10, 2006 at 05:26:39PM -0400, Alan DeKok wrote: Scott Lambert [EMAIL PROTECTED] wrote: I need to merge dial-up numbers and bring the DSL aggregation together in order to reduce costs. That means, I will have potentially three users with the username of bob trying to login on