freeradius 1.1.6 / syslog problems

2007-07-01 Thread Andreas Wetzel
Hi I installed freeRadius 1.1.6 on a FreeBSD 6.2-RELEASE system from the ports collection, and am trying to get it to log via syslog. I followed the instructions from the wiki for configuring radiusd to use syslog, but when radiusd starts, I get the following: # radiusd -f -l syslog Sun Jul 1

Re: freeradius 1.1.6 / syslog problems

2007-07-01 Thread Jay Banks
# radiusd -f -l syslog Sun Jul 1 10:40:09 2007 : Info: Starting - reading configuration files ... radiusd: Couldn't open syslog/radius.log for logging: Permission denied (rlm_eap_tls: Loading the certificate file as a chain) radiusd: Couldn't open syslog/radius.log for logging:

Re: freeradius 1.1.6 / syslog problems

2007-07-01 Thread Andreas Wetzel
Jay Banks wrote: # radiusd -f -l syslog Sun Jul 1 10:40:09 2007 : Info: Starting - reading configuration files ... radiusd: Couldn't open syslog/radius.log for logging: Permission denied (rlm_eap_tls: Loading the certificate file as a chain) radiusd: Couldn't open syslog/radius.log for

Re: freeradius 1.1.6 / syslog problems

2007-07-01 Thread Jay Banks
Both error messages seem to originate from modules during their initialization (rlm_eap_tls / rlm_passwd). After a quick look at the source, I would say, this is due to calling radlog()/vradlog() from the module initialization or elsewhere, *before* the 'radlog_dest' variable is correctly

Re: freeradius 1.1.6 / syslog problems

2007-07-01 Thread Jay Banks
Perhaps this might help -- Jay-=-=-=-=-=Didn't know freeradius did syslog, cool. Anyway, just tried it out on freebsd 5.4. In man radiusd, it shows that when using -l syslog, there is also -g to specify the facility, where it also shows the default is daemon. You will need to edit

Re: Ascend-Data-Filter Issues

2007-07-01 Thread Hugh Messenger
Jeff [EMAIL PROTECTED] said Actually the best answer for me if I were alittle stronger in mysql to create the import query would be a script that I could run to convert the users and import them into the radius database As you noticed, users2mysql is a good place to start. And don't be put