Re: Freeradius(.net) and Oracle

2007-02-03 Thread Alan DeKok
Brian Atkins wrote: OK, so I pulled down the tarball for 1.1.4 from the site and I am in the process of compiling it on Cygwin. Now I am getting an entirely different error: In file included from sql_oracle.c:28: /home/Administrator/freeradius-1.1.4/src/include/radiusd.h:11:22:

Re: Freeradius(.net) and Oracle

2007-02-02 Thread Brian Atkins
OK, so I pulled down the tarball for 1.1.4 from the site and I am in the process of compiling it on Cygwin. Now I am getting an entirely different error: /home/Administrator/freeradius-1.1.4/libtool --mode=compile gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG

Re: Freeradius(.net) and Oracle

2007-01-30 Thread Brian Atkins
Sorry for the delay Peter. I overlooked you message. On Tue, 23 Jan 2007 02:34:55, Peter Nixon wrote: I don't believe that freeradius.net contains database support of any kind. You will likely have to recompile freeradius yourself if you want to add Oracle support. You can expect some pain

Re: Freeradius(.net) and Oracle

2007-01-30 Thread Peter Nixon
On Tue 30 Jan 2007 20:35, Brian Atkins wrote: Sorry for the delay Peter. I overlooked you message. On Tue, 23 Jan 2007 02:34:55, Peter Nixon wrote: I don't believe that freeradius.net contains database support of any kind. You will likely have to recompile freeradius yourself if you

Freeradius(.net) and Oracle

2007-01-22 Thread Brian Atkins
I am working on setting up a wireless hotspot using Chillispot on DD-WRT. I have installed Freeradius on a W2K server that runs an Oracle database. After reading the documentation and various howtos, I wanted to see if someone could offer some pointers on authenticating to Oracle using a

Re: Freeradius(.net) and Oracle

2007-01-22 Thread Gaddis, Jeremy L.
On 1/22/07, Brian Atkins [EMAIL PROTECTED] wrote: Which I assumed might be able to be trimmed down to: authorize_check_query = SELECT barcode,pin FROM ${authcheck_table} \ WHERE barcode = '%{SQL-User-Name}' Am I incorrect in this assumption? Try it and see. =) -- Jeremy L. Gaddis,

Re: Freeradius(.net) and Oracle

2007-01-22 Thread Peter Nixon
On Mon 22 Jan 2007 23:19, Brian Atkins wrote: I am working on setting up a wireless hotspot using Chillispot on DD-WRT. I have installed Freeradius on a W2K server that runs an Oracle database. I don't believe that freeradius.net contains database support of any kind. You will likely have to