Date: Sat, 25 Aug 2012 21:08:37 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303157 - head/www/mod_authn_otp Message-ID: <201208252108.q7PL8bKD096998@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Sat Aug 25 21:08:37 2012 New Revision: 303157 URL: http://svn.freebsd.org/changeset/ports/303157 Log: mod_authn_otp - Apache module for one-time password authentication mod_authn_otp is an Apache web server module for two-factor authentication using one-time passwords (OTP) generated via the HOTP/OATH algorithm defined in RFC 4226. This creates a simple way to protect a web site with one-time passwords, using any RFC 4226-compliant hardware or software token device. mod_authn_otp also supports the Mobile-OTP algorithm. mod_authn_otp supports both event and time based one-time passwords. It also supports "lingering" which allows the repeated re-use of a previously used one-time password up to a configurable maximum linger time. This allows one-time passwords to be used directly in HTTP authentication without forcing the user to enter a new one-time password for every page load. mod_authn_otp supports both basic and digest authentication, and will auto-synchronize with the user's token within a configurable maximum offset (auto-synchronization is not supported with digest authentication). WWW: http://mod-authn-otp.googlecode.com/ - force commit with correct pr number PR: ports/167964 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> Modified: head/www/mod_authn_otp/Makefile Modified: head/www/mod_authn_otp/Makefile ==============================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208252108.q7PL8bKD096998>