Re: [RADIATOR] Cannot install rpm file

2012-02-16 Thread Jay Tuala
Hello Heikki, I followed the 'RPM format for Linux' link and accepted the license agreement to download the file. After downloading the file onto the Centos, I tried the 'rpm -ivh Radiator-Locked-4.9-2.noarch.rpm' command but still getting the same issue. By the way, is there any issue with runnin

Re: [RADIATOR] Cannot install rpm file

2012-02-16 Thread Heikki Vatiainen
On 02/15/2012 10:31 PM, Jay Tuala wrote: Hello Jay, > following the setup notes and can't seem to install Radiator rpm file. > I'm a newbie to centos/radiator but am really keen to set it up and test it. > > the error i'm getting is as follows: > > [root@radiator1 ~]# rpm -ivh Radiator-Locked

Re: [RADIATOR] missing request attributes with TunnelledByPEAP

2012-02-16 Thread Heikki Vatiainen
On 02/16/2012 10:39 AM, Alexander Hartmaier wrote: > I had to upgrade Radiator which was version 4.8 on this server so that > it knows PreHandlerHook. It should work with 4.8 and earlier versions too. It was documented in the latest reference manual, but the functionality should have been there.

Re: [RADIATOR] Chap challenge in AuthBy EXTERNAL

2012-02-16 Thread Heikki Vatiainen
On 02/16/2012 11:32 AM, Mark Green wrote: > I could use PreAuthHook to read the authenticator and add it as a > custom attribute. > But how can I read the packet info I need from the hook? Try ${$_[0]}->authenticator. That should give you the authenticator from the current request. Thanks! Heikk

Re: [RADIATOR] Radiator's database handle

2012-02-16 Thread Michael
maybe this may help spark some ideas: - check normal auth. - if pass, done and accept. - if fail, continue to a second auth that checks only a password. - if fail, done and reject. - but if password only passes, send to another handler which does something. # auth policy set to continue

Re: [RADIATOR] Radiator's database handle

2012-02-16 Thread Michael
sounds like you may be trying to do something that is pretty complex. maybe you should be thinking about creating your own custom Auth Clause. section 17.0 in the Radiator manual. For example, i've created my own Auth Clause (AuthUNIX_UID) to support the UID value from unix password files as it

[RADIATOR] RADIATOR] Radiator SSL VPN, mobile OTP

2012-02-16 Thread Scott
Hi Team - I am currently working on a potential customer for a > e-government project. For it's external VPN access, I am proposing Radiator. > any of you have any white paper, success story, or case study related I can > refer to ? Prefer some VPN radiau authetication with Mobile OTP, or othe

Re: [RADIATOR] Radiator's database handle

2012-02-16 Thread Alby
Hi Michael, thank you for your answer! I agree with you, if you can do what you need with Radiator's configuration, of course it is a better way to operate. But I need to implement a sort of Self-Provisioning procedure. When a new user tries to authenticate, I first let Radiator rejects the reques

Re: [RADIATOR] Radiator's database handle

2012-02-16 Thread Michael
I hate to answer a question with another question, but what, why and/or when are you writing data to the sql? I write data to sql but I do it through any combination of , and sometimes an AuthBy SessionDB. Works much better for me. I try to avoid custom hooks if at all possible. The abilit

[RADIATOR] Radiator's database handle

2012-02-16 Thread Alby
Hi all, I'm using radiator with a SQL database that stores the users' data. I've also a PostAuthHook that writes some data on the SQL database. Up to now my Hook connects to the database, writes the data and then disconnects. I suspect that connecting and disconnecting each time I write to the data

Re: [RADIATOR] Chap challenge in AuthBy EXTERNAL

2012-02-16 Thread Mark Green
Thank you very much for your answer. I could use PreAuthHook to read the authenticator and add it as a custom attribute. But how can I read the packet info I need from the hook? Please somebody help me. 2012/2/15 Heikki Vatiainen > > On 02/14/2012 05:34 PM, Mark Green wrote: > > > # The challen

Re: [RADIATOR] missing request attributes with TunnelledByPEAP

2012-02-16 Thread Alexander Hartmaier
Hi Heikki, I had to upgrade Radiator which was version 4.8 on this server so that it knows PreHandlerHook. It works when the PreHandlerHook is in the AuthBy but not when it is in the Handler but doesn't warn about the PreHandlerHook in the Handler. Is both supported for different usages? What conf