Hi Folks. This is a potential newbie question, though I seem unable to find any answers in the FAQ or in the archives, so ... I'm trying to compile the rlm_sql_oracle module for FreeRadius 2.0.3 using Oracle 10.2 client. Now, I've tried every suggestion the configure scripts has thrown at me, and none seem to find my header files. ORACLE_HOME is set to where the client resides. I have the headers in a different location though, so I've used the --with-oracle-home-dir and friends to try and point to where those reside. Always getting the same answer back from configure, which is it can't find oci.h, which is in the specified locations... Would anyone have any examples or pointers I can poke a stick at and see if I am just doing things backwards? Any pointers would be highly appreciated. //anders
Hi, I working on dynamic VLan assignement using FreeRadius, and I'm trying to authenticate machines before the users. When the machine starts, it uses its own credentials to access the network, then the user logs on using the Windows XP GINA. My problem is that the user, after that, is still accessing the network with the machine account. It's only when I manually unplug and re-plug the Ethernet cable that the user uses its credentials I've tried setting the AuthMode to 1 and the SupplicantMode to 3, as advised, but it's still not doing an EAP logoff when the user logs on. Am I missing something ? -- GPG key : 0xC417137E
Anders Holm wrote:
I'm trying to compile the rlm_sql_oracle module for FreeRadius 2.0.3 using Oracle 10.2 client. Now, I've tried every suggestion the configure scripts has thrown at me, and none seem to find my header files.
The configure scripts are there for the common case. If they don't work, just edit the rlm_sql_oracle/Makefile file directly. Alan DeKok.
Alternatively, just copy the buggered header files to /usr/include and be done with it .. :) Worked too .. Cheers! //anders ----- Original Message ----- From: "Alan DeKok" <aland@deployingradius.com> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Wednesday, May 7, 2008 9:22:07 PM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: rlm_sql_oracle compilation woes Anders Holm wrote:
I'm trying to compile the rlm_sql_oracle module for FreeRadius 2.0.3 using Oracle 10.2 client. Now, I've tried every suggestion the configure scripts has thrown at me, and none seem to find my header files.
The configure scripts are there for the common case. If they don't work, just edit the rlm_sql_oracle/Makefile file directly. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Alan DeKok -
Anders Holm -
Mike Perdide