Re: Using STORED PROCEDURE with Freeradius

2006-02-08 Thread data zone
I do not know about mysql, but i have used stored procedures just fine with postgresql. it can look something along the lines of: authorize_check_query = "SELECT * FROM someproc('%{SQL-User-Name}', '%{Client-IP-Address}') HAVING id IS NOT NULL" for the record, I have been using stored procedure

Re: Feature request: facility to specify alternative name to table nas should be provided

2005-01-11 Thread data zone
> Facility to specify alternative name to table nas should be provided. it already exists: "nas_table = [INSERT NAME HERE]" - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: calling a stored procedure

2005-01-03 Thread data zone
t; the function returns the correct number of cols as needed. should be similiar for oracle. Data Zone - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

log_file does not expand variables

2004-12-18 Thread data zone
Quick question. Is there a reason that the log_file does not expand variables like the detailfile does? I was looking to have something like: log_file = ${logdir}/radius-%Y%m%d.log Thanks Data Zone - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html