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
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
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.
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo