Re:Re: working with another sql table in freeRadius

2004-03-28 Thread John Que
Thanxs; How can this be done ? should I configure the queries in raddb/sql.conf ? regards, John From: Guy Fraser [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: working with another sql table in freeRadius Date: Fri, 26 Mar 2004 08:55:53 -0700 Yes it can. Since

I am experimenting with latest cvs --with-experimental-modules. Per the experimental.conf I added the pdc info to the authenticate section.

2004-03-28 Thread Ted Kaczmarek
radiusd -X spits out radiusd.conf[1548] Unknown module rcode 'server'. Any ideas? Thanks, Ted - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Urgent Help !!

2004-03-28 Thread ubayeed syed
Hi all, I am sending this email again, because when I send the before I was not a subscribed member. I am new to FreeRadius Server, I am trying to know if I can access Windows MySQL / SQL database from Radius Server which is on a Linux Box. Iwould highly appreciate your help in this regard.

Re: Urgent Help !!

2004-03-28 Thread Kevin Bonner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 28 March 2004 16:32, ubayeed syed wrote: I am new to FreeRadius Server, I am trying to know if I can access Windows MySQL / SQL database from Radius Server which is on a Linux Box. I would highly appreciate your help in this regard. As

Thnkx

2004-03-28 Thread ubayeed syed
Thanks Kevin, We very much apreciate your prompt reply, btw the other part of the problem was is there any drivers available in Linux so that I can connect the MySQL client in Linux to MySQL in Windows ? If Yes, can you mention from where I can get them ? ( one of the other reason is that

Re: Thnkx

2004-03-28 Thread Kevin Bonner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 28 March 2004 17:47, ubayeed syed wrote: We very much apreciate your prompt reply, btw the other part of the problem was is there any drivers available in Linux so that I can connect the MySQL client in Linux to MySQL in Windows ? Yes

how to specify that users passwords are stored in LDAP

2004-03-28 Thread Sayantan Bhowmick
hihow to i specify that user passwords are stored in LDAP. i understand it has to be done in the authorise section of radiusd.conf. but what is the syntax. secondly where in the code does the passwords get retrieved and which data structures stores the passwords. please could someone also tell me

Re: (no subject) - Is: Segmentation Fault in CVS-Snapshot 20040328

2004-03-28 Thread xaeon
Dont hit me, i forgot the Subject :/ Sorry! -- +++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++ 100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeradius is not logging

2004-03-28 Thread Markus Ebel
Hi So... is the server receiving accounting packets? Yes, listenting with tcpdump on port 1645 and 1646 and 514 we are receiving packets. The write permissions on the directorys are also set correctly. Any fuhrter hints ? Markus - List info/subscribe/unsubscribe? See

unsubscribe

2004-03-28 Thread Antonia Kujundi
unsubscribe - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Thnkx

2004-03-28 Thread Costin Manda
As far as I know,MySQL for Windows is nothing more than the Linux MySQL source compiled on Windows with the necessary adjustments. Connecting with the MySQL client from Linux should not be a problem. Do mysql --help | more to see the usage of the client. Eventually, try doing a man mysql