FreeRadius with MySQL

2003-12-10 Thread Leandro Sant'ana
Title: Untitled Document Hi! Don't know why but when i try to authentication an user using database don't work. I commented that's lines in file /etc/raddb/users # First setup all accounts to be checked against the UNIX /etc/passwd.# (Unless a password was already given earlier in this

FreeRadius with MySQL

2003-12-10 Thread apellido jr., wilfredo p
Leandro, See to it you included sql in authorization and accounting. Another helpful information ... http://www.frontios.com/freeradius.html = wilfredo pahilanga apellido jr. technical support mactan online bacolod city, philippines +63 34 4348311 If you can't hear me, it's because i'm

Re: FreeRadius with MySQL

2003-12-10 Thread Guy Fraser
Please read the FAQ before posting again. Turn off your Graphic and html. Leandro Sant'ana wrote: A bunch of html with a graphic covering the text - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRadius with MySQL

2003-12-10 Thread Alan DeKok
Leandro Sant'ana [EMAIL PROTECTED] wrote: I commented that's lines in file /etc/raddb/users ... #DEFAULT Auth-Type =3D System #Fall-Through =3D 1 To force Auth-Type in databases No. Uncommenting that line means you forced it to NOT use System authentication. But you didn't

Re: Cisco Aironet MAC Auth to FreeRadius with mysql backend

2003-11-04 Thread Martin Jessa
Hi David. Did you manage to make it work? On Thu, 18 Sep 2003 11:05:36 -0700 David Chait [EMAIL PROTECTED] wrote: Greetings, I have managed to get this most of the way configured on my own, however the lack of docs has lead to me a dead end. I cannot seem to get the Aironet to do an

Cisco Aironet MAC Auth to FreeRadius with mysql backend

2003-09-18 Thread David Chait
Greetings, I have managed to get this most of the way configured on my own, however the lack of docs has lead to me a dead end. I cannot seem to get the Aironet to do an Auth request, only an Accounting request. Cisco isn't much help unfortunately so I will post my config below as well as the

freeradius and mysql connectivity

2003-07-09 Thread Nitin Kaushik
hi, I am studying about the freeradius and want to connect it to the mysql server. But the problem is that mysql server refusses the connection when I run radius in debug mode. even the "biulddbm" command doesn't work. Please mail me some more information about the mysql connectivity.I am not

Re: freeradius and mysql connectivity

2003-07-09 Thread Oliver Graf
On Wed, Jul 09, 2003 at 09:30:17AM +0100, Nitin Kaushik wrote: hi, I am studying about the freeradius and want to connect it to the mysql server. But the problem is that mysql server refusses the connection when I run radius in debug mode. Check if mysqld is running. Check if you can

Re: freeradius and mysql connectivity

2003-07-09 Thread Peter Nixon
On Wed, 9 Jul 2003 12:17 pm, Oliver Graf wrote: On Wed, Jul 09, 2003 at 09:30:17AM +0100, Nitin Kaushik wrote: hi, I am studying about the freeradius and want to connect it to the mysql server. But the problem is that mysql server refusses the connection when I run radius in debug

Re: freeradius and mysql connectivity

2003-07-09 Thread Oliver Graf
On Wed, Jul 09, 2003 at 12:32:57PM +0300, Peter Nixon wrote: Where can I find this builddbm command? I think he means builddbm which would seem to be a command related to dbm and nothing to do with MySQL. I think he is a little confused.. Normally I would say there is no such thing as a

Re: freeradius 0.8.1 + mysql + password md5

2003-06-15 Thread
So the question is: where would he like to use MD5? to encrypt the password on the AAA server or does the nokia nas talk some strange protocol which uses MD5 encryption (I bet it's the first one)? I try to use freeradius with Ldap.I store the user password in Ldap using a md5 password.All

freeradius 0.8.1 + mysql + password md5

2003-06-13 Thread Roberto Pioli
I try to use freeradius whith user in mysql and all work fine if I use clear password. If I use the web interface to write md5 password in the mysql db when I try to anthenticate I'm reject. If I use the web interface whit clear password option I have no problem. How can I use cripted password

RE: freeradius 0.8.1 + mysql + password md5

2003-06-13 Thread Michael Davidson
on. Regards Mike D. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roberto Pioli Sent: 13 June 2003 10:52 To: [EMAIL PROTECTED] Subject: freeradius 0.8.1 + mysql + password md5 I try to use freeradius whith user in mysql and all work fine if I use clear password

Re: freeradius 0.8.1 + mysql + password md5

2003-06-13 Thread Roberto Pioli
Hi Robert, It is the authentication method that the client-nas have decided on that determines what format the password needs to be in. The CHAP method requires clear text passwords. The MS-CHAP method requires a NT-PASSWORD or LM-PASSWORD format. The PAP method requires... and so on.

Re: freeradius 0.8.1 + mysql + password md5

2003-06-13 Thread Oliver Graf
On Fri, Jun 13, 2003 at 11:55:26AM +0200, Roberto Pioli wrote: Hi Robert, It is the authentication method that the client-nas have decided on that determines what format the password needs to be in. The CHAP method requires clear text passwords. The MS-CHAP method requires a NT-PASSWORD

Re: freeradius 0.8.1 + mysql + password md5

2003-06-13 Thread Oliver Graf
On Fri, Jun 13, 2003 at 12:38:29PM +0200, Oliver Graf wrote: thanks and so If I wantto use an MD5 password it is not possible!?! If you use CHAP, you need clear text passwords. With PAP you can use any encryption supported by freeradius. the standart crypt of glibc2 will also support

RE: freeradius 0.8.1 + mysql + password md5

2003-06-13 Thread Paul Hampson
for my patches). Huh? I've got mysql+freeradius (CVS, mind you) + PAP/md5 working fine here I think... Passwords in the database are store with MD5(password), and it auths OK... Is the patch you're referring to freeradius-cvs-cryptmutex.diff?? Maybe you're solving a problem I don't have, but I'm

Re: freeradius 0.8.1 + mysql + password md5

2003-06-13 Thread Oliver Graf
a hard time getting freeradius to use it (as I said: search the list for my patches). Huh? I've got mysql+freeradius (CVS, mind you) + PAP/md5 working fine here I think... Passwords in the database are store with MD5(password), and it auths OK... Is the patch you're referring

Re: freeradius 0.8.1 + mysql + password md5

2003-06-13 Thread Roberto Pioli
The PAP method requires nothing. PAP states that a clear text password is sent over the line. How it is compared against a stored password is in your hands. It's the standart problem: will the hacker hijack your phone lines an sniff clear text PAP passwords, or will he hack your servers and

RE: freeradius 0.8.1 + mysql + password md5

2003-06-13 Thread Michael Davidson
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roberto Pioli Sent: 13 June 2003 01:48 To: [EMAIL PROTECTED] Subject: Re: freeradius 0.8.1 + mysql + password md5 The PAP method requires nothing. PAP states that a clear text password is sent over the line. How

Re: freeradius 0.8.1 + mysql + password md5

2003-06-13 Thread Oliver Graf
On Fri, Jun 13, 2003 at 04:27:05PM +0200, Michael Davidson wrote: thanks but the problem is that I'm using the nokia p022 access controller that don't use Pap but normal radius. So in authorize I use sql but in authtntication I use local. What can I use for md5? Hi, I think we are all

FreeRadius and MySQL installation GENERAL ANSWER!!!

2003-06-12 Thread Oleg Ustinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, because exist too much question, please find one GENERAL answer to all question for Radius-MySQL installation is a file RADIUS-SQL.schema in /doc folder. or just: http://www.frontios.com/freeradius.html please read it carefully and

Re: FreeRadius with Mysql under Solaris can't work

2003-06-06 Thread
the source and install from that.= Solaris 8 and 9 fixed the location problem without having ro= specify. Gene Parks VIP Direct -Original Message- From: [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 8:49 AM To: [EMAIL PROTECTED] Subject: Re: FreeRadius with Mysql under Solaris

Re: Re: FreeRadius with Mysql under Solaris can't work

2003-06-05 Thread
: FreeRadius with Mysql under Solaris can't work Thanks to Jeson. The MYSQL package is downloaded from sunfreeware and installed= directly by pkgadd command. I am sure there are development= header and lib included. Files in the lib directory are as= follows: =09=09libdbug.a libmygcc.a

Re: FreeRadius with Mysql under Solaris can't work

2003-06-05 Thread
, Please make sure you have the MySQL development package, FreeRADIUS compile the rlm_sql_mysql module need the include file from MySQL development package. Enjoy it! Jeson Hi,all I want to use freeradius with mysql support under Solaris sparc 2.7. I meet the same problem as many

RE: FreeRadius with Mysql under Solaris can't work

2003-06-05 Thread Gene Parks
the location problem without having ro specify. (B (BGene Parks (BVIP Direct (B (B-Original Message- (BFrom: [mailto:[EMAIL PROTECTED] (BSent: Wednesday, June 04, 2003 8:49 AM (BTo: [EMAIL PROTECTED] (BSubject: Re: FreeRadius with Mysql under Solaris can't work (B (B (BThanks to Jeson. (B

RE: FreeRadius with Mysql under Solaris can't work

2003-06-05 Thread
, Zasp Hi, Please make sure you have the MySQL development package, FreeRADIUS compile the rlm_sql_mysql module need the include file from MySQL development package. Enjoy it! $B!!(J $B!!(JJeson Hi,all I want to use freeradius with mysql support under

Re: FreeRadius with Mysql under Solaris can't work

2003-06-05 Thread
development package, FreeRADIUS compile the rlm_sql_mysql module need the include file from MySQL development package. Hi,all I want to use freeradius with mysql support under Solaris sparc 2.7. I meet the same problem as many newbies when I start radiusd: rlm_sql (sql): Could not link

Re: FreeRadius with Mysql under Solaris can't work

2003-06-04 Thread
Hi, Please make sure you have the MySQL development package, FreeRADIUS compile the rlm_sql_mysql module need the include file from MySQL development package. Enjoy it! Jeson Welcome to: http://www.zyxel.com [EMAIL PROTECTED] 2003-06-04 === 2003-06-04 15:57:00 === Hi,all

freeradius and mysql on solaris

2003-04-01 Thread bofh
i'm having problems compiling freeradius v0.8.1 on a solaris 9 machine with mysql support and any help would be greatly appreciated. here's some more details on the setup. solaris 9 (12/02) freeradius v0.8.1 mysql 3.23.53 (from sunfreeware.com) mysql base dir is at /usr/local/mysql

Re: freeradius and mysql on solaris

2003-04-01 Thread Chris Brotsos
At 02:13 AM 4/1/2003, you wrote: i'm having problems compiling freeradius v0.8.1 on a solaris 9 machine with mysql support and any help would be greatly appreciated. here's some more details on the setup. solaris 9 (12/02) freeradius v0.8.1 mysql 3.23.53 (from sunfreeware.com) mysql base dir

Re: FreeRADIUS 0.8.1 MySQL Module issue

2003-03-18 Thread Alan DeKok
Deramus, Chris [EMAIL PROTECTED] wrote: I'm currently having an issue starting up FreeRADIUS with MySQL support. I did a proper configure, and have the necessary library files located in /usr/local/lib I also have that directory referenced in my radiusd.conf and it's still a no go. I also

FreeRadius 0.8.1 MySQL authenthication problem

2003-03-17 Thread Arnas Milaauskas
Hi, I'm working with Quintum Tenor GateWay/GateKeeper and have a problem: For user authenthication, Quintum sends two packets: Authentication ana Authirization. I'm using MySQL with freeRadius and can't understand how can my radius understand whether comes Authentication and whether Authorization

Re: FreeRadius 0.8.1 MySQL authenthication problem

2003-03-17 Thread Alan DeKok
=?iso-8859-4?Q?Ar=FEnas_Mila=B9auskas?= [EMAIL PROTECTED]wrote: I'm working with Quintum Tenor GateWay/GateKeeper and have a problem: For user authenthication, Quintum sends two packets: Authentication ana Authirization. No, it doesn't. RADIUS has only Access-Request and Accounting-Requert

RE: Freeradius with mysql

2003-02-20 Thread Apostolis Ayianoglou
. -Original Message- From: Kostas Kalevras [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 7:29 PM To: [EMAIL PROTECTED] Subject: Re: Freeradius with mysql On Wed, 19 Feb 2003, Apostolis Ayianoglou wrote: I use freeradius 0.8.1 with Suse 8 and mysql to authenticate users Try

Re: Freeradius with mysql

2003-02-20 Thread Jacques Caruso
Le Jeudi 20 Février 2003 17:35, Apostolis Ayianoglou a écrit : I have one more question about the attribute NAS-Port-Type. This is a reply or check attribute? Well, incredibly enough, I know the answer for that one :-) It is a check attribute (fairly logic : if the user has dialed into an

Freeradius with mysql

2003-02-19 Thread Apostolis Ayianoglou
Title: Freeradius with mysql I use freeradius 0.8.1 with Suse 8 and mysql to authenticate users Try to authenticate and everything is work fine but, when I put option Simultaneus-Use in radcheck or in radgroupcheck table the authntication is not working with message Pair is not match

Re: Freeradius with mysql

2003-02-19 Thread Evren Yurtesen
One thing is that it should be Simultaneous-Use and not Simultaneus-Use Can this be the problem? On Wed, 19 Feb 2003, Apostolis Ayianoglou wrote: I use freeradius 0.8.1 with Suse 8 and mysql to authenticate users Try to authenticate and everything is work fine but, when I put option

RE: Freeradius with mysql

2003-02-19 Thread Apostolis Ayianoglou
No I write (Simultaneous-Use) correct but in message I typed error. -Original Message- From: Evren Yurtesen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 5:29 PM To: [EMAIL PROTECTED] Subject: Re: Freeradius with mysql One thing is that it should be Simultaneous-Use

Re: Freeradius with mysql

2003-02-19 Thread Kostas Kalevras
On Wed, 19 Feb 2003, Apostolis Ayianoglou wrote: I use freeradius 0.8.1 with Suse 8 and mysql to authenticate users Try to authenticate and everything is work fine but, when I put option Simultaneus-Use in radcheck or in radgroupcheck table the authntication is not working with message Pair

RE: Problems building Freeradius with MySQL support

2003-01-29 Thread Keith Ballard
: Problems building Freeradius with MySQL support I've been using Freeradius with the users file without any problems for a while now. I've decided to upgrade to using MySQL to maintain the users/accounting database I've tried building freeradius using the following ./configure without any

Problems building Freeradius with MySQL support

2003-01-28 Thread john zurowski
/local/mysql/lib/ --with-rlm-mysql-include-dir=/usr/local/mysql/include/ and ./configure --with-mysql-lib-dir=/usr/local/mysql/lib/ --with-mysql-include-dir=/usr/local/mysql/include/ I'm using freeradius.0.8.1 MySQL 3.23.54 after doing a make looking in : src/modules/rlm_sql/drivers

Re: Problems building Freeradius with MySQL support

2003-01-28 Thread Ossama Suleiman
hi john, "ABSOLUTELY MAKE SURE you have the mysql-devel (headers and libraries) package installed with your MySQL, otherwise freeradius won't compile with MySQL support properly. Many people seem to miss having this." you can also check http://www.frontios.com/freeradius.html

Re: Problems building Freeradius with MySQL support

2003-01-28 Thread john zurowski
Should have added Building on PC under RedHat 7.3 From: john zurowski [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Problems building Freeradius with MySQL support Date: Tue, 28 Jan 2003 11:06:03 + I've been using Freeradius with the users file without

Re: Problems building Freeradius with MySQL support

2003-01-28 Thread john zurowski
Problem fixed The original installation for mysql was from a binary tar ball. It worked fine once I'd followed the installation steps i.e. mysql would allow me to talk to the database. However this setup didn't build freeradius with the mysql extensions. I subsequently downloaded

Re: Please - Help Problem in freeradius an Mysql Accounting

2002-10-04 Thread Kostas Kalevras
On Thu, 3 Oct 2002, Marcelo da Silva wrote: please , i need help, anyone answer, my question;; have one problem in version 0.7 of freeradius . in the accounting in freeradius, the registers is not updated, the freeradius write one register when user connect and other register

Problem in freeradius an Mysql Accounting

2002-10-03 Thread Marcelo da Silva
have one problem in version 0.7 of freeradius . in the accounting in freeradius, the registers is not updated, the freeradius write one register when user connect and other register when user disconnect; mysql select AcctSessionId,UserName,AcctStartTime,AcctStopTime from radacct where

Please - Help Problem in freeradius an Mysql Accounting

2002-10-03 Thread Marcelo da Silva
please , i need help, anyone answer, my question;; have one problem in version 0.7 of freeradius . in the accounting in freeradius, the registers is not updated, the freeradius write one register when user connect and other register when user disconnect; mysql select

Re: Please - Help Problem in freeradius an Mysql Accounting

2002-10-03 Thread Alan DeKok
Marcelo da Silva [EMAIL PROTECTED] wrote: have one problem in version 0.7 of freeradius . in the accounting in freeradius, the registers is not updated, the freeradius write one register when user connect and other register when user disconnect; Look at the SQL queries from

Freeradius and MySQL Initial Setup

2002-09-10 Thread NetNITCO Systems Administration
Hi, We're looking to move from Merit radius/LDAP to Freeradius/MySQL, however, I seem to be at a loss for configuring Freeradius to use MySQL. I didn't have any problems compiling Freeradius 0.7 with MySQL support and I have configured sql.conf. My question lies in how do you configure

Re: Freeradius and MySQL Initial Setup

2002-09-10 Thread Alan DeKok
NetNITCO Systems Administration [EMAIL PROTECTED] wrote: We're looking to move from Merit radius/LDAP to Freeradius/MySQL, That's a good idea. however , I seem to be at a loss for configuring Freeradius to use MySQL. I didn't have any problems compiling Freeradius 0.7 with MySQL support

Help needed with setup of: freeradius-0.7 + mysql (+ dialup_admin)

2002-08-22 Thread Max Gorouvein
Hi all, Maybe I haven't read enough documentation, or perhaps there isn't enough, so i've decided to post a question to the mailing list. I'm trying to setup FR-0.7 with mysql database. All i need is to authenticate ISDN and dial-up users against it. I've compiled the FR itself, looked

Re: Help needed with setup of: freeradius-0.7 + mysql (+ dialup_admin)

2002-08-22 Thread Alan DeKok
Max Gorouvein [EMAIL PROTECTED] wrote: One of the problems I ran into is that radius cannot connect to mysql through a socket because it's looking for it in the /var/lib/mysql/ dir, but the way I have it is in /tmp. Where/how do I change that? That's a MySQL setup question. FreeRADIUS

Freeradius and MySQL

2002-07-16 Thread Jorge Lanza
Hi... I think I've managed to run my radius server and client, but only through the text files. Now I need to run it interacting with mysql. Any help, pleeeeee. And the accounting how does it work? TA Jorge Lanza

Re: Freeradius and MySQL

2002-07-16 Thread Nick Davis
On Tuesday 16 July 2002 02:56, Jorge Lanza wrote: Hi... I think I've managed to run my radius server and client, but only through the text files. Now I need to run it interacting with mysql. Any help, pleeeeee. And the accounting how does it work? If you read

Re: freeradius and mysql replication question

2002-07-10 Thread Chris Parker
At 07:40 PM 7/9/2002 -0700, Koyabu, Ken wrote: I looked up Colin Bloch's documentation, and I managed to setup mysql replication option. I'm running two identical freeradius 0.6 with mysql 3.23.38 radius database on two separate FreeBSD 4.5 servers, and our ISP is proxing their radius

Re: freeradius and mysql replication question

2002-07-10 Thread CheongMeng
[EMAIL PROTECTED] Subject: freeradius and mysql replication question Does anyone have any tips regarding how to set up mysql replication with freeradius for redundancy in production environment? Regards, Ken - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

freeradius and mysql replication question

2002-07-09 Thread Koyabu, Ken
I looked up Colin Bloch's documentation, and I managed to setup mysql replication option. I'm running two identical freeradius 0.6 with mysql 3.23.38 radius database on two separate FreeBSD 4.5 servers, and our ISP is proxing their radius authentications to our radius servers, so we can have

FreeRadius 0.6 + MySQL Question

2002-07-03 Thread Deramus, Chris
To all: I just recently downloaded the new version of FreeRadius and am configuring it on a test box before deploying it into our current setup. I set it up just about exactly the same as 0.5, however, I'm having trouble getting authentication to work. I ran radiusd -xx log and viewed

FreeRadius makes MySQL 100% CPU loading

2002-05-23 Thread Patrick Chan
Title: FreeRadius makes MySQL 100% CPU loading Dear all, When I use FreeRadius 0.5 and use MySQL module, the CPU loading of MySQL server is extremely high. radiusd.conf has only sql in authorize section authorize { sql } Thanks. Patrick

Re: FreeRadius makes MySQL 100% CPU loading

2002-05-23 Thread Alexandre Strube
, and had to boot the machine today.. --Original Message Text--- From: Patrick Chan Date: Thu, 23 May 2002 17:33:48 +0800 FreeRadius makes MySQL 100% CPU loading Dear all, When I use FreeRadius 0.5 and use MySQL module, the CPU loading of MySQL server is extremely high. radiusd.conf has only sql

Re: FreeRadius makes MySQL 100% CPU loading

2002-05-23 Thread Chris Parker
At 06:28 PM 5/23/2002 -0300, Alexandre Strube wrote: My machine (a athlon 1000 with 512mb ram) begins to run slower afer two days of radius operation... and mysql begins to take more and more cpu.. I've been using mysql on this machine for more than a year now, and this begun only with

Re: FreeRadius makes MySQL 100% CPU loading

2002-05-23 Thread Alan DeKok
Alexandre Strube [EMAIL PROTECTED] wrote: My machine (a athlon 1000 with 512mb ram) begins to run slower afer two days of radius operation... and mysql begins to take more and more cpu.. Have you tried indexing your MySQL database? Alan DeKok. - List info/subscribe/unsubscribe? See

Re: FreeRadius makes MySQL 100% CPU loading

2002-05-23 Thread Alexandre Strube
On Thu, 23 May 2002 16:37:09 -0500, Chris Parker wrote: At 06:28 PM 5/23/2002 -0300, Alexandre Strube wrote: My machine (a athlon 1000 with 512mb ram) begins to run slower afer two days of radius operation... and mysql begins to take more and more cpu.. I've been using mysql on this machine for

Exec-program-wait with FreeRadius 0.5 + MySQL

2002-05-14 Thread Kliment Toshkov
Hello all, I am successfuly running FreeRadius 0.5 with MySQL support for authorizing and accounting purposes. Only doubt here is how to exec programs on Start and Stop accounting packets? I have read previous postings, added appropriate lines in 'users_acct' but it seems that Radius does

Re: Exec-program-wait with FreeRadius 0.5 + MySQL

2002-05-14 Thread Mattt
Hi, Try using acct_users rather than users_acct - you also need to have the 'files' sections in radiusd.conf, both in the 'modules' and the 'preacct' sections (I think...). On Tue, 2002-05-14 at 21:09, Kliment Toshkov wrote: Hello all, I am successfuly running FreeRadius 0.5 with MySQL

Re: Exec-program-wait with FreeRadius 0.5 + MySQL

2002-05-14 Thread Kliment Toshkov
, I am successfuly running FreeRadius 0.5 with MySQL support for authorizing and accounting purposes. Only doubt here is how to exec programs on Start and Stop accounting packets? I have read previous postings, added appropriate lines in 'users_acct' but it seems that Radius does interpret

Re: Exec-program-wait with FreeRadius 0.5 + MySQL

2002-05-14 Thread Kliment Toshkov
, I am successfuly running FreeRadius 0.5 with MySQL support for authorizing and accounting purposes. Only doubt here is how to exec programs on Start and Stop accounting packets? I have read previous postings, added appropriate lines in 'users_acct' but it seems that Radius does interpret

Re: Exec-program-wait with FreeRadius 0.5 + MySQL

2002-05-14 Thread Kliment Toshkov
I am aware of that statement, but I authorize my usersh through mysql module. All data about users is held in MySQL database. So what do I put and where do I put it? Thank you! Alan DeKok said: Kliment Toshkov [EMAIL PROTECTED] wrote: Another lame question - how do I set Radius to execute a

Re: Exec-program-wait with FreeRadius 0.5 + MySQL

2002-05-14 Thread Alan DeKok
Kliment Toshkov [EMAIL PROTECTED] wrote: I am aware of that statement, but I authorize my usersh through mysql module. All data about users is held in MySQL database. So what do I put and where do I put it? Thank you! In the list of reply items in the MySQL database? Alan DeKok. - List

Re: Exec-program-wait with FreeRadius 0.5 + MySQL

2002-05-14 Thread Kliment Toshkov
This will almost double the size of database. Is there any possible hack or something with config files to Exec-Program-Wait evern for *EVERY* user authenticated through Radiusd? Thank you! Alan DeKok said: Kliment Toshkov [EMAIL PROTECTED] wrote: I am aware of that statement, but I authorize

Re: Exec-program-wait with FreeRadius 0.5 + MySQL

2002-05-14 Thread Alan DeKok
Kliment Toshkov [EMAIL PROTECTED] wrote: This will almost double the size of database. Is there any possible hack or something with config files to Exec-Program-Wait evern for *EVERY* user authenticated through Radiusd? That's what DEFAULT is for. Alan DeKok. - List

Re: Exec-program-wait with FreeRadius 0.5 + MySQL

2002-05-14 Thread Kliment Toshkov
This is what I am asking from the begining. Could you please tell me what will be the exact syntax of that DEFAULT statement (example maybe)? Thank you! Alan DeKok said: Kliment Toshkov [EMAIL PROTECTED] wrote: This will almost double the size of database. Is there any possible hack or

Re: freeradius and mysql

2002-04-14 Thread Alan DeKok
Artur Hecker [EMAIL PROTECTED] wrote: again, the problem was not the SQL and whatsoever dependint on it. for a plenty of people here the problem are the *tmp files which DO NOT exist even it the modules ARE active. Add debugging statements to the module, to track when/where/why it's making

Re: freeradius and mysql accounting and use of called-station-id

2002-04-12 Thread Thomas Jalsovsky
= 1018533274 Thanks Dirk - Original Message - From: Chris Parker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 5:27 PM Subject: Re: freeradius and mysql accounting and use of called-station-id At 05:09 PM 4/11/2002 +0200, Dirk Tanneberger wrote: Hello

RE: freeradius and mysql accounting and use of called-station-id

2002-04-12 Thread Lutrika Mufti R
PM To: [EMAIL PROTECTED] Subject: Re: freeradius and mysql accounting and use of called-station-id Hello, if you make debugging in radius server and in Cisco ('debug radius' :), you should find, that Cisco doesn't send this attribute in the auth. requests, therefore you cannot make auth

Re: freeradius and mysql accounting and use of called-station-id

2002-04-12 Thread Dirk Tanneberger
AM Subject: Re: freeradius and mysql accounting and use of called-station-id Hello, if you make debugging in radius server and in Cisco ('debug radius' :), you should find, that Cisco doesn't send this attribute in the auth. requests, therefore you cannot make auth. decision

freeradius and mysql accounting and use of called-station-id

2002-04-11 Thread Dirk Tanneberger
Hello all, I use freeradius 0.5 and my NAS is a Cisco AS5300. I test with freeradius and mysql since 2 weeks and I have 2 problems: The radius server writes the accounting records in the mysql-table, but the following entries leave blank for all records: ++ AcctUniqueId

Re: freeradius and mysql accounting and use of called-station-id

2002-04-11 Thread Dirk Tanneberger
: Thursday, April 11, 2002 5:27 PM Subject: Re: freeradius and mysql accounting and use of called-station-id At 05:09 PM 4/11/2002 +0200, Dirk Tanneberger wrote: Hello all, I use freeradius 0.5 and my NAS is a Cisco AS5300. I test with freeradius and mysql since 2 weeks and I have 2 problems

Re: freeradius and mysql

2002-04-08 Thread Alan DeKok
Artur Hecker [EMAIL PROTECTED] wrote: i don't use sql and it doesn't work either. the files are the aquivalents of the system-wide utmp, wtmp, etc. files, if i'm not completely wrong. SQL accounting is NOT the equivalent of utmp/wmtp. Even utmp/wmtp are not equivalent. They have different

Re: freeradius and mysql

2002-04-08 Thread tywe
I have a patch sitting somewhere which adds the ability for SQL to do Simultaneous-Use checks, that might help. If you can dig up that patch and post it, I will greatly appreciate it. So other than Simultaneous-Use, what else do the tmp files do for me? I'm just trying to see if I need to

Re: freeradius and mysql

2002-04-08 Thread Artur Hecker
Alan DeKok wrote: Artur Hecker [EMAIL PROTECTED] wrote: i don't use sql and it doesn't work either. the files are the aquivalents of the system-wide utmp, wtmp, etc. files, if i'm not completely wrong. SQL accounting is NOT the equivalent of utmp/wmtp. Even utmp/wmtp are not

Re: freeradius and mysql

2002-04-07 Thread tywe
know, because this is all new to me. Thanks! Frank - Original Message - From: Artur Hecker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 06, 2002 7:34 AM Subject: Re: freeradius and mysql tywe wrote: That did it!! My accounting is working just fine! And now I even

Re: freeradius and mysql

2002-04-07 Thread tywe
me know if you figure it out before then. Thanks! Frank - Original Message - From: Artur Hecker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 06, 2002 7:34 AM Subject: Re: freeradius and mysql tywe wrote: That did it!! My accounting is working just fine! And now I

Re: freeradius and mysql

2002-04-07 Thread Artur Hecker
PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 06, 2002 7:34 AM Subject: Re: freeradius and mysql tywe wrote: That did it!! My accounting is working just fine! And now I even see it updating the mysql tables! Thanks a TON! Frank does it write any radutmp, radwtmp

Re: freeradius and mysql

2002-04-06 Thread Artur Hecker
tywe wrote: That did it!! My accounting is working just fine! And now I even see it updating the mysql tables! Thanks a TON! Frank does it write any radutmp, radwtmp, sradutmp files, etc.? can you use radwho? in which sequence did you send your Accounting messages? First an ON or

Re: freeradius and mysql

2002-04-05 Thread Mark
PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 05, 2002 4:38 PM Subject: Re: freeradius and mysql Nicolas, Thanks a ton for the reply about my accounting issue. I thought the same thing at first about it being due to an unknown NAS, but even when the NAS is recognized, it still doesn't do any

Re: freeradius and mysql

2002-04-05 Thread tywe
Thanks Mark, I'll give it a shot! Frank - Original Message - From: Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 05, 2002 6:10 PM Subject: Re: freeradius and mysql If you have a windows machine that you can use, then NTRADPing is a nice (free) tool to help test

Re: freeradius and mysql

2002-04-05 Thread tywe
That did it!! My accounting is working just fine! And now I even see it updating the mysql tables! Thanks a TON! Frank - Original Message - From: Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 05, 2002 6:10 PM Subject: Re: freeradius and mysql If you have a windows

Re: freeradius and mysql

2002-04-04 Thread tywe
] Sent: Thursday, April 04, 2002 12:10 PM Subject: Re: freeradius and mysql hey could you and I discouse off list what you did with free radius and mysql? - Original Message - From: tywe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 04, 2002 12:55 AM Subject: Re

Re: freeradius and mysql

2002-04-04 Thread Juan Hernandez
the only problem I am having is I dont understand the clients.conf, is there a site that explains it, and etc. - Original Message - From: tywe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 04, 2002 9:41 AM Subject: Re: freeradius and mysql I guess so, but we can also do

Re: freeradius and mysql

2002-04-04 Thread tywe
have to use radclient to actually see the accounting kick in. Not sure though, but I'll let you know how it goes. Frank - Original Message - From: Juan Hernandez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 04, 2002 2:27 PM Subject: Re: freeradius and mysql the only

Re: freeradius and mysql

2002-04-04 Thread Nicolas
: Friday, April 05, 2002 12:21 AM Subject: Re: freeradius and mysql Ya, I don't know much about that file either. I just made an entry that looked about like the default one, and added it below the default one: client 1.2.3.4 { secret = testing123 shortname = anyname

freeradius and mysql

2002-04-03 Thread Juan Hernandez
I know freeradius has the ability to work with mysql, to read from a mysql db, how do I configure it to do this? you dont have to tell me, I just need to get to a website that explains it. thanks for any help Juan

Re: freeradius and mysql

2002-04-03 Thread Vector
You should read the documentation that comes with freeradius in the doc directory. vec - Original Message - From: Juan Hernandez To: [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 5:37 PM Subject: freeradius and mysql I know freeradius has the ability

Re: freeradius and mysql

2002-04-03 Thread Nicolas
in auth and acct chapters Do some tests (radiusd -X)and come back Nicolas - Original Message - From: tywe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 04, 2002 5:20 AM Subject: Re: freeradius and mysql http://www.frontios.com/freeradius.html That's the only one I've came

Re: (no subject).. compiling freeradius with mysql.

2002-04-02 Thread Aqeel Anwar
I installed mysql from source and mysql.h is there in include directory . With ./configure command i also provided this include directory. But still I dont know whether rlm_sql_mysql has been compiled or not. In /usr/local/lib i have the following files related to sql. rlm_sql.a,

Re: (no subject).. compiling freeradius with mysql.

2002-04-02 Thread Nikodim Nikodimov
Subject: Re: (no subject).. compiling freeradius with mysql. I installed mysql from source and mysql.h is there in include directory . With ./configure command i also provided this include directory. But still I dont know whether rlm_sql_mysql has been compiled or not. In /usr/local/lib i have

Re: (no subject).. compiling freeradius with mysql.

2002-04-02 Thread Aqeel Anwar
).. compiling freeradius with mysql. I installed mysql from source and mysql.h is there in include directory . With ./configure command i also provided this include directory. But still I dont know whether rlm_sql_mysql has been compiled or not. In /usr/local/lib i have the following files

Re: (no subject).. compiling freeradius with mysql.

2002-04-02 Thread Nikodim Nikodimov
: # # ./configure --disable-shared # make # make install # NN - Original Message - From: Aqeel Anwar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 02, 2002 2:56 PM Subject: Re: (no subject).. compiling freeradius with mysql. I am using freeradius on solaris 2.7

  1   2   >