linking to a c++ lib in a module

2003-03-19 Thread Mike Varley
tried building the module alone with '-lstdc++', but this did not solve the problem; should I rebuild the radius core with the '-lstdc++' flag? is there a configure option to do this? Sorry for the redundant post. Any help would be appreciated. MV --

Re: post_proxy methods

2003-02-26 Thread Mike Varley
cal reason the proxy says 'NO!', then my module needs to mop up. Thanks again, I will investigate the CVS tree. MV On Wed, 2003-02-26 at 15:42, Chris Parker wrote: > At 03:28 PM 2/26/2003 -0500, Mike Varley wrote: > >Appologies for not keeping up to date, but I was wondering

post_proxy methods

2003-02-26 Thread Mike Varley
#x27; file someone could point me to, I will happily read that. Thanks. MV -- ~~~~~~~ Mike Varley -= SOMA Networks =- Tel: 416.977.1414 x1578 email: [EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: DHCP & Freeradius

2003-01-14 Thread Mike Varley
an experimental feature > nowadays? > > Evren > > On 14 Jan 2003, Mike Varley wrote: > > > I looked into this solution (using DHCP as the ip address manager for > > RADIUS clients) but in the end hooking in the dhcpclient code to work > > with freeradius seemed like a

Re: DHCP & Freeradius

2003-01-14 Thread Mike Varley
http://www.freeradius.org/list/users.html -- ~~~~~~~ Mike Varley -= SOMA Networks =- Tel: 416.977.1414 x1578 email: [EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: proxy & access-accept

2003-01-14 Thread Mike Varley
s & Computing, University of Bristol, U.K. > 'phone: 0117 928 7850 email: [EMAIL PROTECTED] > > --- > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- ~~

Re: building modules outside the FreeRadius tree

2003-01-13 Thread Mike Varley
I found my problem; it wasn't with the build, but with how I was 'installing' my libraries. I needed to run ldconfig -n /usr/local/lib/ sorry for the spam. MV On Mon, 2003-01-13 at 12:10, Mike Varley wrote: > I am attempting to build a module outside the context of the F

building modules outside the FreeRadius tree

2003-01-13 Thread Mike Varley
on why this might be happening, or some details on how the modules are built and linked etc... with libtool, it would be greatly appreciated. Thanks in advance. MV -- ~~~~~~~ Mike Varley -= SOMA Networks =- Tel: 416.977.1414 x1578 email: [EMAIL PROTECTED]

Re: SQL IP Pools Module

2002-12-04 Thread Mike Varley
> - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- ~~~ Mike Varley -= SOMA Networks =- Tel: 416.977.1414 x1578 email: [EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: PPP - Dynamic/Static IP's

2002-12-03 Thread Mike Varley
ng: post-auth { } (note the spelling matters for the section name) recompile and reinstall and restart and TA-DA! HTH MV > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- ~~~~~~~ Mike Varley -= SOMA Netw

Re: Proxy Realms configuration

2002-12-02 Thread Mike Varley
On Mon, 2002-12-02 at 14:58, Alan DeKok wrote: > Mike Varley <[EMAIL PROTECTED]> wrote: > > I would like to use a database (SQL?) to manage my realms, instead of > > the text files. The advantages are twofold: a unified repository for all > > my user data (ISP, IP Pool

Proxy Realms configuration

2002-12-02 Thread Mike Varley
-- ~~~ Mike Varley -= SOMA Networks =- Tel: 416.977.1414 x1578 email: [EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Allocating dynamic IP addresses from FreeRadius

2002-11-27 Thread Mike Varley
name = ippool session-db = /usr/local/etc/raddb/ippool-sess-db ip-index = /usr/local/etc/raddb/ippool-idx-db range-start = 192.168.1.2 range-stop = 192.168.1.10 netmask = 255.255.255.0 cache-size = 1000 } ippool-sess-db and ippool-idx-db are gd

Re: Vendor Specific Attributes Interface

2002-11-26 Thread Mike Varley
, PW_TYPE_STRING)) == NULL) { radlog(L_ERR|L_CONS, "no memory"); return; } vp->lvalue = "hey HEY! This is a vendor attribute"; pairadd(&request->reply->vps, vp); } --- Nice and easy. Thanks again to Chris. MV --

Re: Allocating dynamic IP addresses from FreeRadius

2002-11-26 Thread Mike Varley
om the NAS.. > > Thanks, > Ken > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- ~~~ Mike Varley -= SOMA Networks =- Tel: 416.977.1414 x1578 email: [EMAIL PROTECTED] - List info/subscri

Vendor Specific Attributes Interface

2002-11-26 Thread Mike Varley
vance. MV -- ~~~ Mike Varley -= SOMA Networks =- Tel: 416.977.1414 x1578 email: [EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html