SQL configuration

2001-11-19 Thread Julio Faerman
Hi. I am tryingo to put MySQL + Freeradius to work. Unfortunaly, the only link about it in the docs is http://www.frontios.com/freeradius.html and is broken. I tryied to put sql on the authenticate section of the radiusd.conf file. When i load radiusd, the module is loaded correctly, but when

Re: freeradius and sql

2001-11-19 Thread Bangla
ok, maybe other way: can someone tell me how to set up an ODBC connection from linux running freeradius to NT running ms-sql database ? When I try to compile rlm_iodbc I get en error ;(( (and 'compile' can not find odbcclient library with odbc_init function - where can I find it ) Or

No password at /var/log/radiusd.log

2001-11-19 Thread Hans van Kilsdonk
Hi everyone, I have setup Freeradius on my Cobalt RAQ4r webserver using the following command line: /usr/sbin/radiusd -z -f -A -y -p portnr -d /usr/local/etc/raddb As you can see I included the -z option so I can see which password the users use to login. When I look at my log file at

Re: No password at /var/log/radiusd.log

2001-11-19 Thread Chris Parker
At 08:56 PM 11/19/2001 +0100, Hans van Kilsdonk wrote: Hi everyone, I have setup Freeradius on my Cobalt RAQ4r webserver using the following command line: /usr/sbin/radiusd -z -f -A -y -p portnr -d /usr/local/etc/raddb As you can see I included the -z option so I can see which password the

Re: No password at /var/log/radiusd.log

2001-11-19 Thread Hans van Kilsdonk
Hi Chris, First of all, thanks for the fast reply :-) Try changing the 'raddb/radiusd.conf' file to allow displaying passwords. Apart from the command line, the config file must also be set properly. Well, I checked the config file, and I think everything is ok. The following values are

Re: No password at /var/log/radiusd.log

2001-11-19 Thread Chris Parker
At 09:24 PM 11/19/2001 +0100, Hans van Kilsdonk wrote: Well, I checked the config file, and I think everything is ok. The following values are set: - # Log authentication requests to the log file. # # allowed values: {no, yes} log_auth = yes # Log passwords with the authentication

Re: SQL configuration

2001-11-19 Thread Galileo
I tryied to put sql on the authenticate section of the radiusd.conf file. When i load radiusd, the module is loaded correctly, but when atuhing, only UNIX is checked for auth, wich replyies not found. Could you please send me a sample file, link , howto or searchable mailing archive ?

Re: No password at /var/log/radiusd.log

2001-11-19 Thread Andreas Faust
On Mon, Nov 19, 2001 at 09:24:11PM +0100, Hans van Kilsdonk wrote: Hi Chris, First of all, thanks for the fast reply :-) Try changing the 'raddb/radiusd.conf' file to allow displaying passwords. Apart from the command line, the config file must also be set properly. Well, I checked