diff options
author | pettai <pettai@pkgsrc.org> | 2011-04-21 09:49:44 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2011-04-21 09:49:44 +0000 |
commit | 10d982b57328a4372314dba0128cc77884ff1bc0 (patch) | |
tree | a10707dacdefbfe51703c913baa81dfb7d38c505 /www/ap2-authn-otp/DESCR | |
parent | f4e400f2bebc1911066410bfb842ac770adb265c (diff) | |
download | pkgsrc-10d982b57328a4372314dba0128cc77884ff1bc0.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/DESCR | 5 |
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. |