oath-toolkit-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [OATH-Toolkit-help] Anyone tried oath toolkit with Free Radius?


From: Christian Hesse
Subject: Re: [OATH-Toolkit-help] Anyone tried oath toolkit with Free Radius?
Date: Tue, 7 Jun 2011 22:51:43 +0200

Hailu Meng <address@hidden> on Tue, 7 Jun 2011 13:57:51 -0500:
> Hi All,
> 
> My plan is to integrate oath toolkit with free radius server. Then we can
> run otp authentication over radius. So any client supporting radius can use
> otp authentication. Like Cisco ASA. We can put Radius server for
> authentication. Freeradius talk to oath-toolkit for otp authentication.

That should be possible...
Just enable pam authentication module, should be something like this
in /etc/raddb/sites-enabled/default (or where ever your distribution places
it):

[...]
authenticate {
        [...]
        pam
        [...]
}
[...]

Then edit /etc/raddb/modules/pam:

pam {
        pam_auth = radiusd
}

And make your settings for pam_oath.so in /etc/pam.d/freeradius.
Ok, freeradius is a monster... Probably you need some more settings... But
that's the way to go. Let us know if it works!
-- 
Schoene Gruesse
Chris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]