Re: (RADIATOR) PostAuthHook

2001-01-10 Thread Hugh Irvine
Hello Charles - On Thursday 11 January 2001 12:15, Charles Sprickman wrote: > Hi, > > I've got a stand-alone perl program that hits the RADONLINE db and makes > entries in an access database for sendmail. On it's own, it works fine, > but I'm trying to make it work as a subroutine called from a

(RADIATOR) PostAuthHook

2001-01-10 Thread Charles Sprickman
Hi, I've got a stand-alone perl program that hits the RADONLINE db and makes entries in an access database for sendmail. On it's own, it works fine, but I'm trying to make it work as a subroutine called from a PostAuthHook in my Handler for IPass requests: [from radius.cfg...] AuthBy

(RADIATOR) Re: Returning CVX attributes

2001-01-10 Thread Hugh Irvine
Hello Lisa - On Wednesday 10 January 2001 20:19, Lisa Goulet wrote: > I need to return certain cvx attributes(example vpop_id). I have them in a > postgres table with the DNIS as the key. After the AuthSelect gets this > information, how can I pass this information to a postAuthHook which can >

Re: (RADIATOR) Problems with ip allocation with FramedGroupBaseAddress

2001-01-10 Thread Hugh Irvine
Hello David - On Thursday 11 January 2001 01:34, David Moya wrote: > Hello all, > > I have problems allocating ip's for the users with the FramedGroup and > FramedGroupBaseAddress > method. > > My config file: > > (...) > > > Secret mysecret > DupInterval 0 > FramedG

Re: (RADIATOR) bug report ?

2001-01-10 Thread Hugh Irvine
Hello Jan - On Wednesday 10 January 2001 21:42, Jan Matis wrote: > I have Radiator-2.16.3 on SuSE 6.2 > > Part of config file: > AuthPort 1645 > AcctPort 1646 > BindAdress xxx.xxx.xxx.67 > LocalAddress xxx.xxx.xxx.67 > .. > > and ip numbers: > xxx.xxx.xxx.67 > xxx.xxx.xxx.42 > > > As I under

RE: (RADIATOR) Dictionary for Cisco Voip VSAs ??

2001-01-10 Thread Kitabjian, Dave
I'm very sorry for the post -- I found the necessary dictionary attributes: http://www.open.com.au/radiator/downloads/patches-2.17.1/dictionary Dave > -Original Message- > From: Kitabjian, Dave [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 10, 2001 10:46 AM > To: '[EMAIL

(RADIATOR) Dictionary for Cisco Voip VSAs ??

2001-01-10 Thread Kitabjian, Dave
I asked once before if anyone knew where to find the dictionary for Cisco's Voip VSA's, and no one replied. So, I'm asking once more, since if no one replies by tomorrow, I will probably have to type it all in myself :( Please, let me know! Dave p.s. I've searched Cisco's web site quite exten

(RADIATOR) Problems with ip allocation with FramedGroupBaseAddress

2001-01-10 Thread David Moya
Hello all, I have problems allocating ip's for the users with the FramedGroup and FramedGroupBaseAddress method. My config file: (...) Secret mysecret DupInterval 0 FramedGroupBaseAddress 212.106.0.1 IdenticalClients 10.10.11.11 Secret my

(RADIATOR) bug report ?

2001-01-10 Thread Jan Matis
I have Radiator-2.16.3 on SuSE 6.2 Part of config file: AuthPort 1645 AcctPort 1646 BindAdress xxx.xxx.xxx.67 LocalAddress xxx.xxx.xxx.67 . and ip numbers: xxx.xxx.xxx.67 xxx.xxx.xxx.42 As I understood now should radiator listen and answer on xxx.xxx.xxx.67 is that true ? (if not how to do

(RADIATOR) Returning CVX attributes

2001-01-10 Thread Lisa Goulet
I need to return certain cvx attributes(example vpop_id). I have them in a postgres table with the DNIS as the key. After the AuthSelect gets this information, how can I pass this information to a postAuthHook which can then do a set_attr? Here is the AuthBy SQL and the handler part of the confi