Re: Database connection failure and retry

2005-06-10 Thread Ming-Ching Tiew
From: Alan DeKok [EMAIL PROTECTED] Ming-Ching Tiew [EMAIL PROTECTED] wrote: There is no checking whatsoever, so unixodbc driver is unable to reconnect upon failure. Ok... are you willing to supply a patch? I am not sure if I am in position to patch it but I noticed the mysql

Re: Relocation Error

2005-06-10 Thread Boian Jordanov
On Thu, Jun 09, 2005 at 02:13:56PM +0200, Normando Marcolongo wrote: Hi! I've the same error as in the thread http://lists.cistron.nl/pipermail/freeradius-users/2005-April/thread.html#43044: freeradius: relocation error: /usr/lib/perl/5.8/auto/IO/IO.so: undefined symbol:

Re: is it possible to only allow users with a valid host ip?

2005-06-10 Thread Marcin Jessa
You can add an extra field in SQL with Calling-Station-ID attribute for a user and make radius check that when it receives a request. On Fri, 10 Jun 2005 15:28:46 +1000 [EMAIL PROTECTED] (Paul Hampson) wrote: On Thu, Jun 09, 2005 at 06:19:28AM -0700, [EMAIL PROTECTED] wrote: Hi, I

Re: Relocation Error

2005-06-10 Thread Normando Marcolongo
Boian Jordanov wrote: On Thu, Jun 09, 2005 at 02:13:56PM +0200, Normando Marcolongo wrote: Hi! I've the same error as in the thread http://lists.cistron.nl/pipermail/freeradius-users/2005-April/thread.html#43044: freeradius: relocation error: /usr/lib/perl/5.8/auto/IO/IO.so: undefined

Re: problem with # in username

2005-06-10 Thread Christian Seitz
On Fri, 10 Jun 2005, Christian Seitz wrote: On Thu, 9 Jun 2005, Kevin Bonner wrote: See safe-characters in postgresql.conf. Search the list archives for more info, as this has been talked about many times before. Thank you! I looked in the archive before posting, but I didn't find anything

CHAP and FreeRadius

2005-06-10 Thread Marek Gradzki
Hi there. I am new user of FreeRADIUS. I would like to know how to setup CHAP authorization from files (at the beginning) on FreeRADIUS. I am currently using 1.02 FreeRADIUS version on Solaris 2.8. Thanks for help. Marek Gradzki - List info/subscribe/unsubscribe? See

picks up the same request twice

2005-06-10 Thread vicky
Hello RADIUS-people! In my radius server I have a certain NAS defined in the clients.conf file as (example) : client 1.1.1.1{ shortname = one secret = oneone } and the same NAS in the proxy.conf file like this : realm one{ type = radius authhost = 1.1.1.1:1812 accthost =

Re: picks up the same request twice

2005-06-10 Thread Dustin Doris
Hello RADIUS-people! In my radius server I have a certain NAS defined in the clients.conf file as (example) : client 1.1.1.1{ shortname = one secret = oneone } and the same NAS in the proxy.conf file like this : realm one{ type = radius authhost = 1.1.1.1:1812

rlm_python example ?

2005-06-10 Thread Schweizer Laurent
Hello, I try to use the rlm_python module but I dont know how I must specify in the radiusd.conf which python script is used. Where can I found an example of radiusd.conf with the python module? Laurent - List info/subscribe/unsubscribe? See

bogus session handling in radutmp?

2005-06-10 Thread Stefan Winter
Hello, we are using a FR 1.0.1 server for accounting purposes. The server is configured to keep track of current sessions in radutmp. Occasionally, this file gets corrupted: it contains a _plain text_ copy of an accounting packet (exactly as you see them in the detail files) as opposed to the

File Users

2005-06-10 Thread José Berenguer
Hello! Anyone can tell me where can I find some instructions about how to configure the default LDAP-GROUP option in the file USERS? Thanks. -- ** José Berenguer Giménez Área de Comunicaciones-Servicio

ATTRIB_NMC

2005-06-10 Thread Guy verdegem
Hi, I installed freeRadius 1.0.2 on a solaris machine. But when starting the radiusd -x he comes up with following messages. "Starting - reading configuration files ...Errors reading dictionary: dict_init: /etc/raddb/dictionary.usr[55] invalid keyword "ATTRIB_NMC"Errors reading

Re: mrtg

2005-06-10 Thread Radoslav Kolev
I would like to know if I can create mrtg using snmp on how many users are currently connected? Yes, you can. MRTG can get data not only from SNMP but it can execute an arbitrary program and parse the output. It's a four line format it expects if I remember right. Look at the MRTG docs

Re: Database connection failure and retry

2005-06-10 Thread Alan DeKok
Ming-Ching Tiew [EMAIL PROTECTED] wrote: I am not sure if I am in position to patch it but I noticed the mysql driver is much higher quality. Other drivers such as iodbc and unixodbc are poorer quality. That's terrible. How are you going to fix it? Alan DeKok. - List

Re: CHAP and FreeRadius

2005-06-10 Thread Alan DeKok
Marek Gradzki [EMAIL PROTECTED] wrote: I would like to know how to setup CHAP authorization from files (at the beginning) on FreeRADIUS. You configure known user, with a known clear-text password. #-- users bob User-Password := bob #--- Start the server, send it CHAP requests, and it

Re: picks up the same request twice

2005-06-10 Thread Alan DeKok
vicky [EMAIL PROTECTED] wrote: This creates confusion because when receiving a request from this NAS, my radius server recognize it twice. I don't think so. I've successfully run both client multiple servers on the same box without any problems. One that is proxied and one that is

Re: rlm_python example ?

2005-06-10 Thread Alan DeKok
Schweizer Laurent [EMAIL PROTECTED] wrote: Where can I found an example of radiusd.conf with the python module? $ grep -i python raddb/* experimental.conf Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: ATTRIB_NMC

2005-06-10 Thread Alan DeKok
Guy verdegem [EMAIL PROTECTED] wrote: invalid keyword ATTRIB_NMC Errors reading radiusd.conf Does somebody has a solution for this. You installed a new version of FreeRADIUS on a machine which previously had an old version. The make install process will tell you this, as one of the last

Re: LDAP basedn context

2005-06-10 Thread Dustin Doris
On Wed, 8 Jun 2005, Matt McFarlane wrote: Is it possible to specify the basedn above where the users are actually located and have freeradius find the user in a subcontext? For instance if my ldap is setup as ou=users1,ou=loc1,o=org and ou=users2,ou=loc2,ou=o=org can I specify basedn=o=org

Re: File Users

2005-06-10 Thread Dustin Doris
On Fri, 10 Jun 2005, [ISO-8859-1] José Berenguer wrote: Hello! Anyone can tell me where can I find some instructions about how to configure the default LDAP-GROUP option in the file USERS? Thanks. doc/rlm_ldap doc/ldap_howto.txt - List info/subscribe/unsubscribe? See

Re: is it possible to only allow users with a valid host ip?

2005-06-10 Thread Geert vd Giessen
If you mean their source address, that would depend on how your VPN endpoint gives that information to FreeRADIUS. If it's sensible and uses the Calling-Station-ID attribute, then you can use that. Ah great! That is exactly what I need! cheers, Geert. - List info/subscribe/unsubscribe? See

Class attribute questions

2005-06-10 Thread Shawn K. O'Shea
Greetings, I'm trying to look at the Class attribute during proxying. I want to take data stored in the Class attribute and rewrite other attribute(s) based on the contents. I have it working right now but have two questions regarding it. 1) I'm currently using rlm_exec to call a simple perl

MAC address authorization

2005-06-10 Thread Vince Nguyen
Title: MAC address authorization Please help, I've installed Freeradius 0.9.3-1.1 to my Redhat Fedora Core 1 box, and would like to use it in conjunction with my Cisco AP1200 to simply allow authorized and registered MAC address to be on the network. Has someone done this and could show