Re: Mysql error

2007-12-24 Thread liran tal
d.conf [14]: sql: Module instantiation failed. > > > > radiusd.conf[117] Unknown module "sql". > > > > radiusd.conf[114] Failed to parse authorize section. > > > > > > > > > >

Re: Mysql error

2007-12-24 Thread Pablo Lucchetti
; > > Seems like a big mess. > > Let's begin from the start - what distribution is this? what > version of > > it? > > Can you paste the versions of the installed mysql packages > (libraries, > > client, > > and server) please. > > > > > > > > Regards, > >

Re: your mail

2007-12-24 Thread A . L . M . Buxey
hi, looks about right - you either return the OK or REJECT as you have done - you just need to ensure that you pass in the correct username and password variables. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Mysql error

2007-12-24 Thread liran tal
on failed. > > > radiusd.conf[117] Unknown module "sql". > > > radiusd.conf[114] Failed to parse authorize section. > > > > > > > > > Seems like a big mess. > > > Let's begin from the start - what distribution is this? what > > version of > > >

Re: Mysql error

2007-12-24 Thread Pablo Lucchetti
; > ---- > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > > __ Información de NOD32, revisión 2745 (20071224) _

Re: Mysql error

2007-12-24 Thread liran tal
uthorize section. > > > > > > Seems like a big mess. > > Let's begin from the start - what distribution is this? what version of > > it? > > Can you paste the versions of the installed mysql packages (libraries, > > client, > >

Re: Mysql error

2007-12-24 Thread Pablo Lucchetti
and server) please. Regards, Liran. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html __ Información de NOD32, revisión 2745 (20071224) __ Este mensaje ha sido analizado con NOD32 antivirus system http://www.nod32.com - List

Re: Mysql error

2007-12-24 Thread liran tal
Hey Pablo, On Dec 24, 2007 2:10 PM, Pablo Lucchetti <[EMAIL PROTECTED]> wrote: > I did uninstall and install Mysql-server and client, and now I've this > error wiht libraries: > > > radius:/usr/local/etc/raddb# radiusd -x > Starting - reading configuration files ... > Using deprecated naslist fil

Re: Mysql error

2007-12-24 Thread Pablo Lucchetti
mensaje ha sido analizado con NOD32 antivirus system > > http://www.nod32.com > > > > > > > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > >

[no subject]

2007-12-24 Thread Oguzhan Kayhan
Hello all, I am trying to figure out how to use rlm_perl module for authentication purposes. Whats in my mind is to use my existing IMAP server to check if account exists or not. On the wiki page of rlm_perl i see an example script as : # Function to handle accounting sub accounting { # For

Re: Mysql error

2007-12-24 Thread Pablo Lucchetti
e > http://www.freeradius.org/list/users.html > > > > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > > __ Información de NOD32, revisión 2744 (20071223) __ > > Este mensaje ha sido analizado con NOD32 antivirus system > http://www.nod32.com > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html __ Información de NOD32, revisión 2745 (20071224) __ Este mensaje ha sido analizado con NOD32 antivirus system http://www.nod32.com - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: User with ntdomain authenticate with freeRADIUS + AD

2007-12-24 Thread ikpirhu last
if you are using Microsoft Windows its a windows feature/problem that sends the user/domain in a certain order. as far as i can remember this is the way domain\user On 21/12/2007, Hangjun He <[EMAIL PROTECTED]> wrote: > > Hi, > freeRADIUS version 1.1.6. > When I use DOMAIN\user format, Can w

Re: Mysql error

2007-12-24 Thread ikpirhu last
its not a freeradius Kalik. im 100% sure thats a mysql problem. at the url http://dev.mysql.com/doc/refman/5.0/en/old-client.html they said that maybe is a library ( dll , so ) problem. maybe you have both of them installed ( mysql4 and 5 ) if its not an production system i suggest to uninstal

Re: Mysql error

2007-12-24 Thread Pablo Lucchetti
I've las version of Mysql-server and mysql-client. Regards, Pablo ikpirhu last wrote: i remember that " Mysql error 'Client does not support authentication" was an error of the mysql-client with mysql-server being incompactible with each other i had to upgrade both of them to be error free. t

Re: Mysql error

2007-12-24 Thread Pablo Lucchetti
1.1.7 [EMAIL PROTECTED] wrote: What freeradius version are you using? Ivan Kalik Kalik Informatika ISP Dana 24/12/2007, "ikpirhu last" <[EMAIL PROTECTED]> piše: i remember that " Mysql error 'Client does not support authentication" was an error of the mysql-client with mysql-server being inc

Re: Mysql error

2007-12-24 Thread tnt
What freeradius version are you using? Ivan Kalik Kalik Informatika ISP Dana 24/12/2007, "ikpirhu last" <[EMAIL PROTECTED]> piše: >i remember that " >Mysql error 'Client does not support authentication" >was an error of the mysql-client with mysql-server >being incompactible with each other > >i

Re: Mysql error

2007-12-24 Thread ikpirhu last
i remember that " Mysql error 'Client does not support authentication" was an error of the mysql-client with mysql-server being incompactible with each other i had to upgrade both of them to be error free. try it and tell me. On 24/12/2007, Pablo Lucchetti <[EMAIL PROTECTED]> wrote: > > Yes I've.