summaryrefslogtreecommitdiff
path: root/www/ap2-authn-otp/DESCR
diff options
context:
space:
mode:
authorpettai <pettai>2011-04-21 09:49:44 +0000
committerpettai <pettai>2011-04-21 09:49:44 +0000
commitf1cd88c3d705cab266a16c6a1a22422a2fe3718b (patch)
treea10707dacdefbfe51703c913baa81dfb7d38c505 /www/ap2-authn-otp/DESCR
parent5f0db3e0c830a6227a3cd234fc2d40334da3d872 (diff)
downloadpkgsrc-f1cd88c3d705cab266a16c6a1a22422a2fe3718b.tar.gz
Initial import
Changelog, so far: Version 1.1.3 (r94) - Fixed bug with "OTPAuthPINAuthProvider" and <AuthnProviderAlias> Version 1.1.2 (r87) - Added "OTPAuthPINAuthProvider" to allow alternate verification of PINs - Added "OTPAuthLogoutOnIPChange" flag to auto-logout on IP address change - Build fixes for Solaris Version 1.1.1 (r66) - Build fixes Version 1.1.0 (r44) - Moved time interval and #digits configuration into users file - Fixed bug in time based token synchronization at large offsets - Added support for the Mobile-OTP algorithm: http://motp.sourceforge.net/ - Added otptool(1) one-time password utility program. - Accept either decimal or hexadecimal values (basic auth only). Version 1.0.0 (r10) - Initial release
Diffstat (limited to 'www/ap2-authn-otp/DESCR')
-rw-r--r--www/ap2-authn-otp/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/ap2-authn-otp/DESCR b/www/ap2-authn-otp/DESCR
new file mode 100644
index 00000000000..e027f693a78
--- /dev/null
+++ b/www/ap2-authn-otp/DESCR
@@ -0,0 +1,5 @@
+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.