Documentation for Setting up Freeradius with MYSQL

2011-04-21 Thread Jaikanth Krishnaswamy
Hi All, I have a requirement to set up freeradius with MySQL in my environment. I was able to find the DDL Script required for MYSQL Database to be built. Is there a complete How-to from Scratch for compiling free radius to work with MySQL on Ubuntu. Please advice. Thanks JK - List info/subscribe

dhcp over freeradius with mysql

2011-02-18 Thread Ehart, Norbert
hi, i would like to implement dhcp over radius! is there any mysql support? my dhcp config looks like this! === snip == shared-network X { if substring(option vendor-class-identifier, 0, 2) = "SN" { next-server X.X.X.X; filename = concat("/inalp/", option vendor-class-identifier,

Re: configuration freeradius with mysql

2010-05-14 Thread David Seira
Have you decommented the "$INCLUDE sql.conf" line in radiusd.conf? I had the same problem when I compiled freeradius-2.1.8. If I compiled freeradius without libmysqlclient15-dev package the problem appeared. Try it. 2010/5/14 dorra aa > hi > i installed mysql. > > and i modify in /etc/freera

configuration freeradius with mysql

2010-05-14 Thread dorra aa
hi i installed mysql. and i modify in /etc/freeradius/sql.conf: readclients=yes also, i decommented in /etc/freeradius/radiusd.conf: accounting { sql} authorize {... sql} i run again freeradius -X: but it seems failed because of sql: this is the output [...] sql: postauth_query = "INSERT i

freeradius with mysql failed

2010-05-13 Thread dorra aa
hi i installed mysql. and i modify in /etc/freeradius/sql.conf: readclients=yes also, i decommented in /etc/freeradius/radiusd.conf: accounting { sql} authorize {... sql} i run again freeradius -X: but it seems failed because of sql: this is the output [...] sql: postauth_query = "INSERT i

Re: problem with reading user data in Freeradius with Mysql

2010-04-30 Thread David Seira
I use MD5 pass and SHA pass: user SHA-Password := pass user MD5-Password := pass 2010/4/30 Alan DeKok > David Seira wrote: > > You can try to put "Password" attribute instead of "Cleartext-Password". > > Please no. Don't use "Password" or "User-Password". > > > The operator is also impor

Re: problem with reading user data in Freeradius with Mysql

2010-04-30 Thread Alan DeKok
David Seira wrote: > You can try to put "Password" attribute instead of "Cleartext-Password". Please no. Don't use "Password" or "User-Password". > The operator is also important: > > user Password == pass Again, no. userCleartext-Password := "password" The FAQ has an example of th

Re: problem with reading user data in Freeradius with Mysql

2010-04-30 Thread David Seira
You can try to put "Password" attribute instead of "Cleartext-Password". The operator is also important: user Password == pass 2010/4/29 John Dennis > On 04/29/2010 02:27 PM, VU VAN HUNG wrote: > >> Hi all, >> I got a problem with freeradius and mysql. My freeradius server cannot >> read data f

Re: problem with reading user data in Freeradius with Mysql

2010-04-29 Thread John Dennis
On 04/29/2010 02:27 PM, VU VAN HUNG wrote: Hi all, I got a problem with freeradius and mysql. My freeradius server cannot read data from radcheck table. It notice that No Cleartext-Password's Configured, even if I totally set Attribute field in radcheck table is Cleartext-Password. Could someones

problem with reading user data in Freeradius with Mysql

2010-04-29 Thread VU VAN HUNG
Hi all, I got a problem with freeradius and mysql. My freeradius server cannot read data from radcheck table. It notice that No Cleartext-Password's Configured, even if I totally set Attribute field in radcheck table is Cleartext-Password. Could someones help me solve this problem ? Hung, - Li

Re: Remote access control in freeradius with mysql

2009-11-30 Thread cktan
Dear all, Problem solved. Using Auth-Type attribute in radcheck table solve the problem. Cheers. cktan wrote: Dear all, I've a freeradius server running with LDAP as the Authentication and Authorization where else Accounting running on Mysql. It was working well at the moment and I'm look

Remote access control in freeradius with mysql

2009-11-29 Thread cktan
Dear all, I've a freeradius server running with LDAP as the Authentication and Authorization where else Accounting running on Mysql. It was working well at the moment and I'm looking to migrate from LDAP to run fully in Mysql. Question is I need to have control on remote access for certain u

RE: unable to connection freeradius with mysql

2009-08-05 Thread Ben Wiechman
man.lists=gmail@lists.freeradius.org] On Behalf Of Alan > DeKok > Sent: Wednesday, August 05, 2009 3:30 AM > To: FreeRadius users mailing list > Subject: Re: unable to connection freeradius with mysql > > shivashankar wrote: > > i am useing freeradius2.1.6 and mysql5.0 on solaris1

Re: unable to connection freeradius with mysql

2009-08-05 Thread Alan DeKok
shivashankar wrote: > i am useing freeradius2.1.6 and mysql5.0 on solaris10. > > when ever i start the server radiusd -X . i am getting below problem. > > i think it is not connected to mysql.plz help me how to connect READ the debug messages? > rlm_sql (sql): Attempting to connect rlm_sql_my

unable to connection freeradius with mysql

2009-08-04 Thread shivashankar
ser-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port" } Module: Checking accounting {...} for more modules to load Module: Instantiating detail detail { detailfile = "/usr/local/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d" header = &

Re: Startdate for sessions in FreeRadius with MySql?

2008-10-09 Thread tnt
gt; Ivan Kalik >> Kalik Informatika ISP >> >> - >> List info/subscribe/unsubscribe? See >> http://www.freeradius.org/list/users.html >> >> > >-- >View this message in context: >http://www.nabble.com/Startdate-for-sessions-in-FreeRadius-with

Re: Startdate for sessions in FreeRadius with MySql?

2008-10-09 Thread Marinko Tarlac
he user entry when startdate is reached. > > > > Ivan Kalik > > Kalik Informatika ISP > > > > - > > List info/subscribe/unsubscribe? See > > http://www.freeradius.org/list/users.html > > > > > > -- > View this message in context: > http://w

Re: Startdate for sessions in FreeRadius with MySql?

2008-10-08 Thread Bladan2000
n startdate is reached. > > Ivan Kalik > Kalik Informatika ISP > > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > > -- View this message in context: http://www.nabble.com/Startdate-for-sessions-in-FreeRadius-with-MySql--tp1983

Re: Startdate for sessions in FreeRadius with MySql?

2008-10-08 Thread tnt
>Any thoughts? > Don't create the username before the startdate. There is absolutely no reason for it to be in the database before it. Make a script that creates the user entry when startdate is reached. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradiu

Startdate for sessions in FreeRadius with MySql?

2008-10-08 Thread Bladan2000
Any thoughts? Johan -- View this message in context: http://www.nabble.com/Startdate-for-sessions-in-FreeRadius-with-MySql--tp19837587p19837587.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Don't work freeradius with MySQL.

2008-01-24 Thread tnt
>rad_recv: Access-Request packet from host 192.168.1.7:1119, id=0, length=44 >User-Name = "fred" >User-Password = "wilma" > Processing the authorize section of radiusd.conf >modcall: entering group authorize for request 0 > modcall[authorize]: module "preprocess" returns ok for re

Re: Don't work freeradius with MySQL.

2008-01-24 Thread A . L . M . Buxey
hi, turn on the SQL debug logging in FreeRADIUS and see what the output of the SQl was alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Don't work freeradius with MySQL.

2008-01-23 Thread mohsen rahmanian
His name Thanx, I do it and get this output: *freeradius -X output:* Starting - reading configuration files ... reread_config: reading radiusd.conf Config: including file: /etc/freeradius/proxy.conf Config: including file: /etc/freeradius/clients.conf Config: including file: /etc/freeradiu

Re: Don't work freeradius with MySQL.

2008-01-23 Thread tnt
Debug with capital X ==> radiusd -X. Ivan Kalik Kalik Informatika ISP Dana 23/1/2008, "mohsen rahmanian" <[EMAIL PROTECTED]> piše: >Hi dears, > >I install freeradius, MySQL on Ubuntu 7 and work correctly with file >authentication, but where follow "http://wiki.freeradius.org/SQL_HOWTO"; >instru

Don't work freeradius with MySQL.

2008-01-23 Thread mohsen rahmanian
Hi dears, I install freeradius, MySQL on Ubuntu 7 and work correctly with file authentication, but where follow "http://wiki.freeradius.org/SQL_HOWTO"; instruction don't get any response. my output when run 'freeradius -x' are: Starting - reading configuration files ... Using deprecated nasl

Re: Problems with authentication usin Freeradius with mysql

2007-03-01 Thread Daniel Bojczuk
It works! Thank you for answering! Daniel Bojczuk > Daniel Bojczuk wrote: > ... >> rlm_sql (sql): Released sql socket id: 4 >> modcall[authorize]: module "sql" returns ok for request 0 >> modcall: group authorize returns ok for request 0 >> rad_check_password: Found Auth-Type System >> auth:

Re: Problems with authentication usin Freeradius with mysql

2007-03-01 Thread Alan DeKok
Daniel Bojczuk wrote: ... > rlm_sql (sql): Released sql socket id: 4 > modcall[authorize]: module "sql" returns ok for request 0 > modcall: group authorize returns ok for request 0 > rad_check_password: Found Auth-Type System > auth: type "System" > ERROR: Unknown value specified for Auth-Ty

Re: Problems with authentication usin Freeradius with mysql

2007-03-01 Thread Daniel Bojczuk
> Run the server in debugging mode, as suggested in the FAQ, README, > INSTALL, and daily on this list. Thank's for the tip. I'm new on this list too! I run freeradius in debug mode. The error is bellow: rlm_sql (sql): Released sql socket id: 4 modcall[authorize]: module "sql" returns ok for

Re: Problems with authentication usin Freeradius with mysql

2007-03-01 Thread Martin Gadbois
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan DeKok wrote: >> Someone can help-me? It's the first time I'm using freeradius. > > Run the server in debugging mode, as suggested in the FAQ, README, > INSTALL, and daily on this list. > Launch, as root, "radiusd -X -A" and study the output.

Re: Problems with authentication usin Freeradius with mysql

2007-03-01 Thread Alan DeKok
Daniel Bojczuk wrote: > Hi.. I'm developing an authentication system using Freeradius 1.0.2 Please upgrade to 1.1.4, which should be in Debian. > The log file shows me: > Tue Feb 27 11:01:14 2007 : Auth: Login incorrect: [daniel] (from client > testee port 0) > > Someone can help-me? It's the

Problems with authentication usin Freeradius with mysql

2007-03-01 Thread Daniel Bojczuk
Hi.. I'm developing an authentication system using Freeradius 1.0.2 with mysql 4.0.24_Debian-10sarge2-log. In mysql I have the database radius: +--+ | Tables_in_radius | +--+ | nas | | radacct | | radcheck | | radgroupcheck| | radgr

FreeRadius with mysql and shadow encryption

2007-01-25 Thread carlos Alberto RR
Hello, I have installed a freeradius with mysql and dialupadmin , but I need to migrate theusers of system and the passwords that are in /etc/shadow are encrypted with DES and crypt of dialupadmin use MD5, How Do I can do to migrate this users? any idea? or How do I make for that crypt of

RE : Failed Compilation of Freeradius with Mysql since 1.1.0 (Works on 1.0.5)

2006-03-23 Thread Philippe JOYEZ
Hi all, As suggested by Michael, I've recompiled Mysql with --enable-thread-safe-client and now it works. Thanks to Michael Best regards, -- Disclaimer Ce message ainsi que les eventuelles pieces jointes constituent une correspondance privee et confidenti

Re: Failed Compilation of Freeradius with Mysql since 1.1.0 (Works on1.0.5)

2006-03-22 Thread Muenz, Michael
> It works for 1.0.5 but not for 1.1.1 (and also KO for 1.1.0): [...] > checking for mysql_init in -lmysqlclient_r... no > configure: warning: mysql libraries not found. Use > --with-mysql-lib-dir=. > checking for mysql/mysql.h... yes I had the same problem yesterday. You have to recompile

Re: Failed Compilation of Freeradius with Mysql since 1.1.0 (Works on 1.0.5)

2006-03-22 Thread Alan DeKok
"Philippe JOYEZ" <[EMAIL PROTECTED]> wrote: > I'm trying to upgrade my 1.0.5 Freeradius server to 1.1.1 on my Solaris > 8 system but it fails to find mysql libs. On the same server, I use the > same configure scripts options: Use: $ LIBS=-lm -lz ./configure Alan DeKok. - List info/s

RE: Failed Compilation of Freeradius with Mysql since 1.1.0 (Works on1.0.5)

2006-03-22 Thread Alex M
users@lists.freeradius.org Subject: Failed Compilation of Freeradius with Mysql since 1.1.0 (Works on1.0.5) Hello All, I've seen many topics about that problem but no one of them has solved my problem. I'm trying to upgrade my 1.0.5 Freeradius server to 1.1.1 on my Solaris 8 system but it fail

Failed Compilation of Freeradius with Mysql since 1.1.0 (Works on 1.0.5)

2006-03-22 Thread Philippe JOYEZ
Hello All, I've seen many topics about that problem but no one of them has solved my problem. I'm trying to upgrade my 1.0.5 Freeradius server to 1.1.1 on my Solaris 8 system but it fails to find mysql libs. On the same server, I use the same configure scripts options: ./configure --local

Re: freeBSD and freeRADIUS with mySQL

2006-02-28 Thread Guy Fraser
On Sat, 2006-25-02 at 14:52 -0500, Alan DeKok wrote: > [EMAIL PROTECTED] wrote: > > the ports for freeradius don't seem to install correctly, and when we > > build from lates binaries there is errors when trying to load mysql... In > > the mandrake 10.2 system I had - all I did was install mysqlxx-

Re: freeBSD and freeRADIUS with mySQL

2006-02-25 Thread Jacques Marneweck
[EMAIL PROTECTED] wrote: > We've been trying to get freeradius, freebsd and mysql to all work > together now for a week... If anyone has figured out how to do this - > please let me know. There are literally hundreds of posts on various > forums I found by googleing the errors and all are having th

Re: freeBSD and freeRADIUS with mySQL

2006-02-25 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > the ports for freeradius don't seem to install correctly, and when we > build from lates binaries there is errors when trying to load mysql... In > the mandrake 10.2 system I had - all I did was install mysqlxx-dev > development extensions, and all was good... I can't fin

Re: freeBSD and freeRADIUS with mySQL

2006-02-25 Thread Dusty Doris
On 2/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > We've been trying to get freeradius, freebsd and mysql to all work > together now for a week... If anyone has figured out how to do this - > please let me know. There are literally hundreds of posts on various > forums I found by googleing

freeBSD and freeRADIUS with mySQL

2006-02-25 Thread eric
We've been trying to get freeradius, freebsd and mysql to all work together now for a week... If anyone has figured out how to do this - please let me know. There are literally hundreds of posts on various forums I found by googleing the errors and all are having the same issues... the ports for f

RE: meed help on sering freeradius with MySQL

2005-10-23 Thread Alex M
ed help on sering freeradius with MySQL   Install the header files ( which should be automatically placed in /usr/include/mysql ), and then run the configure script like   . ./configure --with-mysql-include-dir= --with-mysql-lib-dir= --with-mysql-dir=   Just as marco said... that shouldn’t be

RE: meed help on sering freeradius with MySQL

2005-10-23 Thread Seferovic Edvin
Seferovic   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex M Sent: Sonntag, 23. Oktober 2005 19:40 To: [EMAIL PROTECTED]; 'FreeRadius users mailing list' Subject: RE: meed help on sering freeradius with MySQL   Ok, I just tested that mysql client

RE: meed help on sering freeradius with MySQL

2005-10-23 Thread Alex M
?           From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Seferovic Edvin Sent: Sunday, October 23, 2005 1:27 PM To: 'FreeRadius users mailing list' Subject: RE: meed help on sering freeradius with MySQL   Hi,   while installing RedHat ( again I suppose )..

RE: meed help on sering freeradius with MySQL

2005-10-23 Thread Seferovic Edvin
. Oktober 2005 18:45 To: 'FreeRadius users mailing list' Subject: RE: meed help on sering freeradius with MySQL   I tried that but it doesn’t work L what can I do?   Let me try to start all over again, I will do: Install Red Hat Install MySQL Client Test MySQL Clint (How?

RE: meed help on sering freeradius with MySQL

2005-10-23 Thread Alex M
list Subject: Re: meed help on sering freeradius with MySQL   Hi,For example the following line tells you that during installation the header files weren't foundsql_mysql.c:40:19: mysql.h: No such file or directoryIf you have installed mysql you have to tell the configure script, where the

Re: meed help on sering freeradius with MySQL

2005-10-23 Thread ho
Hi,For example the following line tells you that during installation the header files weren't foundsql_mysql.c:40:19: mysql.h: No such file or directoryIf you have installed mysql you have to tell the configure script, where the mysql- include- library- and the mysql programmon you box "lives" l

meed help on sering freeradius with MySQL

2005-10-22 Thread Alex M
Hi, im newbie to Linux, but I was able to install freeradius to red hat 9.0 and it works with text file…. Then I allow it to use SQL, but is start with error that no driver is found in libabry, I did everythin was said in FAQ, such as –disable-shared, but that didnr work, that I figured th

Re: icradius to freeradius with mysql - do I need all the tables...

2005-01-14 Thread Mark Elkins
On Tue, 2005-01-11 at 17:47 +0200, Mark Elkins wrote: > I'm in need of some advice - ... move to freeradius... > In my current MySql structure - I have a master user table (useracct) - > containing fields like... > > | userid | usertype | username | fullname | password | contact | uid | > gid | p

icradius to freeradius with mysql - do I need all the tables...

2005-01-11 Thread Mark Elkins
I'm in need of some advice - I'm playing with a quite old icradius setup and also looking to move to freeradius... In my current MySql structure - I have a master user table (useracct) - containing fields like... | userid | usertype | username | fullname | password | contact | uid | gid | phone |

Re: freeradius with Mysql Data Base

2004-10-08 Thread Thor Spruyt
/etc/raddb/radiusd.conf) -- Regards, Thor Spruyt E: [EMAIL PROTECTED] W: www.thor-spruyt.com M: +32 (0)475 67 22 65 - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 08, 2004 5:26 PM Subject: freeradius with Mysql Data Base Dear list: This is

freeradius with Mysql Data Base

2004-10-08 Thread elimachi
Dear list: This is my first experience with freeradius. I installed freeradius-1.0.1.tar.gz into a Red Hat box 7.3 (it is old but I don´t have other option), however radius server is running OK. This week I worked with PPP basic authentication and authorization options working clients and user fl

Re: freeradius--with mysql database???

2004-07-14 Thread Julius Igugu
Hi, There's a howto here: http://www.frontios.com/freeradius.html Regards --- "Joel n.solanki" <[EMAIL PROTECTED]> wrote: > Dear freeradius gurus, > > I am very new to radius.Just know what is radius nothing more :) > > I have downloaded freeradius-0.9.2.tar.gz and installed it. My system > is

AW: freeradius--with mysql database???

2004-07-14 Thread Matthias Wolf
h, 14. Juli 2004 10:44 An: freeradius-users Betreff: freeradius--with mysql database??? Dear freeradius gurus, I am very new to radius.Just know what is radius nothing more :) I have downloaded freeradius-0.9.2.tar.gz and installed it. My system is Redhat 9.0 Problem:- I want my pppoe use

freeradius--with mysql database???

2004-07-14 Thread Joel n.solanki
Dear freeradius gurus, I am very new to radius.Just know what is radius nothing more :) I have downloaded freeradius-0.9.2.tar.gz and installed it. My system is Redhat 9.0 Problem:- I want my pppoe users to authenticate with freeradius and the (Usernames / Passwords) should be in mysql database

Re: Freeradius with MySQL and Exec-Program-Wait

2004-05-18 Thread Alan DeKok
"Milver S. Nisay" <[EMAIL PROTECTED]> wrote: > My problem is that I would like to make use of Exec-Program-Wait to > execute a script in order to process some additional authentication > parameters. Is there anyway I can do this since I'm using MySQL for > authorisation? Yes. List it in "radrep

Re: Freeradius with MySQL and Exec-Program-Wait

2004-05-17 Thread Paul Hampson
On Mon, May 17, 2004 at 01:40:08PM +0200, Joe Borg wrote: > Thanks for the tip. By any chance, would you be able to refer me to some > documentation/information on how to go about doing this? I'm still > somewhat green to MySQL. Thanks. If you already understand how to use the users file, then the

Re: Freeradius with MySQL and Exec-Program-Wait

2004-05-17 Thread Milver S. Nisay
  - Original Message - Hi, I’m in the process of seeting up a new RADIUS server using Freeradius. I intend using MySQL for Authorisation and Accounting. As a result, I will not be making use of the ‘users’ file (since MySQL is configured for use in Radiusd.conf, there

RE: Freeradius with MySQL and Exec-Program-Wait

2004-05-17 Thread Joe Borg
t: 17 May 2004 12:36 To: [EMAIL PROTECTED] Subject: Re: Freeradius with MySQL and Exec-Program-Wait On Mon, May 17, 2004 at 12:14:40PM +0200, Joe Borg wrote: > I'm in the process of seeting up a new RADIUS server using Freeradius. I > intend using MySQL for Authorisation and Accounting

Re: Freeradius with MySQL and Exec-Program-Wait

2004-05-17 Thread Paul Hampson
On Mon, May 17, 2004 at 12:14:40PM +0200, Joe Borg wrote: > I'm in the process of seeting up a new RADIUS server using Freeradius. I > intend using MySQL for Authorisation and Accounting. As a result, I will > not be making use of the 'users' file (since MySQL is configured for use > in Radiusd.co

Freeradius with MySQL and Exec-Program-Wait

2004-05-17 Thread Joe Borg
Hi, I’m in the process of seeting up a new RADIUS server using Freeradius. I intend using MySQL for Authorisation and Accounting. As a result, I will not be making use of the ‘users’ file (since MySQL is configured for use in Radiusd.conf, thereby bypassing the use of the users file). My p

RE: freeRADIUS with MySQL???

2004-04-02 Thread Kirti S. Bajwa
-Original Message- From: Keith Yoder [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 2:07 PM To: [EMAIL PROTECTED] Subject: Re: freeRADIUS with MySQL??? Kirti S. Bajwa escreveu: >Is there anybody who has successfully installed freeRADIUS 0.9.3 & MySQL >4.1? Is there a

Re: freeRADIUS with MySQL???

2004-04-02 Thread Keith Yoder
Kirti S. Bajwa escreveu: Is there anybody who has successfully installed freeRADIUS 0.9.3 & MySQL 4.1? Is there any special procedure to follow? Has someone written a toaster for such installation? I've used Freeradius with MySQL 4.0.18, 4.1.0 and 4.1.1 without any problems. The

freeRADIUS with MySQL???

2004-04-02 Thread Kirti S. Bajwa
Hello List: This question is for anyone using freeRADIUS with MySQL (with InnoDB tables). I have installed and tested freeRADIUS 0.9.3 & MySQL 5.?? on a RH9 LINUX. It works fine. Now I want to install and test MySQL with InnoDB tables & freeRADIUS. My understanding is that MySQL 4.1 is t

Re: FREERADIUS WITH MYSQL DOC ( FRENCH AND ENGLISH )

2004-02-19 Thread Laurent RAYSSIGUIER
s, > > Raymond > - Original Message - > From: "Laurent RAYSSIGUIER" <[EMAIL PROTECTED]> > To: "FREERADIUS" <[EMAIL PROTECTED]> > Sent: Thursday, February 19, 2004 2:51 AM > Subject: FREERADIUS WITH MYSQL DOC ( FRENCH AND ENGLISH ) > &

Re: FREERADIUS WITH MYSQL DOC ( FRENCH AND ENGLISH )

2004-02-18 Thread 我爱臭豆腐
good man :) 我爱臭豆腐 http://www.chinaunix.net - Original Message - From: "Laurent RAYSSIGUIER" <[EMAIL PROTECTED]> To: "FREERADIUS" <[EMAIL PROTECTED]> Sent: Wednesday, February 18, 2004 11:51 PM Subject: FREERADIUS WITH MYSQL DOC ( FRENCH AND ENGLISH ) &g

Re: FREERADIUS WITH MYSQL DOC ( FRENCH AND ENGLISH )

2004-02-18 Thread Raymond
HI, Can I follow you doc to install free radius in MANDRAKE 9.2 Cheers, Raymond - Original Message - From: "Laurent RAYSSIGUIER" <[EMAIL PROTECTED]> To: "FREERADIUS" <[EMAIL PROTECTED]> Sent: Thursday, February 19, 2004 2:51 AM Subject: FREERADIUS WIT

FREERADIUS WITH MYSQL DOC ( FRENCH AND ENGLISH )

2004-02-18 Thread Laurent RAYSSIGUIER
Hello, I had made a howto in French and now in english to setup a freeradius server with mysql module for user auth. I'm not a freeradius guru and also I'M NOT SHAKESPEARE... I'm just a poor french radius user :-)) I try to help those who have the same problem than me to use basically freeradius