[RADIATOR] Yubikey feature request

Jérôme Fleury jeje at jeje.org
Wed Dec 2 07:09:29 CST 2009


Hi there,

as fas as AUTHSQLYubikey.pm does its job, it seems that it does not
support crypted static password lookup:

It only does a very simple job:

if (defined $password || $self->{Require2Factor})
    {
        return ($main::REJECT, "Bad static password")
            unless $password eq $staticpassword;
    }

Do you think you could add the feature that the static password taken
from the database could be encrypted as it can be in AuthSQL.pm

Also, would it be possible to add support for hooks (PostAuth, PreAuth, etc.) ?

Jerome.


More information about the radiator mailing list