summaryrefslogtreecommitdiff
path: root/www/ap2-authn-otp
diff options
context:
space:
mode:
authorpettai <pettai>2011-04-21 09:49:44 +0000
committerpettai <pettai>2011-04-21 09:49:44 +0000
commitc59fb74ece18640f39fbbb9e4a27c2204abffec2 (patch)
treea10707dacdefbfe51703c913baa81dfb7d38c505 /www/ap2-authn-otp
parent1c5f9bc5808be29bd7988ed2b00c1406aa9ac32b (diff)
downloadpkgsrc-c59fb74ece18640f39fbbb9e4a27c2204abffec2.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')
-rw-r--r--www/ap2-authn-otp/DESCR5
-rw-r--r--www/ap2-authn-otp/MESSAGE9
-rw-r--r--www/ap2-authn-otp/Makefile27
-rw-r--r--www/ap2-authn-otp/PLIST2
-rw-r--r--www/ap2-authn-otp/distinfo5
5 files changed, 48 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.
diff --git a/www/ap2-authn-otp/MESSAGE b/www/ap2-authn-otp/MESSAGE
new file mode 100644
index 00000000000..98c805690f2
--- /dev/null
+++ b/www/ap2-authn-otp/MESSAGE
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2011/04/21 09:49:44 pettai Exp $
+
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
+
+ LoadModule ${MODULE_NAME} lib/httpd/mod_authn_otp.so
+
+===========================================================================
diff --git a/www/ap2-authn-otp/Makefile b/www/ap2-authn-otp/Makefile
new file mode 100644
index 00000000000..6eb0cebd1fe
--- /dev/null
+++ b/www/ap2-authn-otp/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/04/21 09:49:44 pettai Exp $
+
+DISTNAME= mod_authn_otp-${DISTVERS}
+PKGNAME= ${APACHE_PKG_PREFIX}-authn-otp-${DISTVERS}
+CATEGORIES= www
+MASTER_SITES= http://mod-authn-otp.googlecode.com/files/
+LICENSE= apache-2.0
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://mod-authn-otp.googlecode.com/
+COMMENT= Apache module for one-time password authentication
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PKG_APACHE_ACCEPTED= apache2 apache22
+
+.include "../../mk/apache.mk"
+
+APACHE_MODULE_NAME= mod_authn_otp.${MODULE_EXT}
+
+DISTVERS= 1.1.3
+MODULE_EXT= la
+MESSAGE_SUBST+= MODULE_NAME=authn_otp_module
+
+.include "../../www/apache/module.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap2-authn-otp/PLIST b/www/ap2-authn-otp/PLIST
new file mode 100644
index 00000000000..83e25e2db0c
--- /dev/null
+++ b/www/ap2-authn-otp/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/21 09:49:44 pettai Exp $
+lib/httpd/mod_authn_otp.so
diff --git a/www/ap2-authn-otp/distinfo b/www/ap2-authn-otp/distinfo
new file mode 100644
index 00000000000..0e0ce755921
--- /dev/null
+++ b/www/ap2-authn-otp/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/04/21 09:49:44 pettai Exp $
+
+SHA1 (mod_authn_otp-1.1.3.tar.gz) = d052fc1f6e8a3d7a44f054ef45ff6dc8abbbbc8f
+RMD160 (mod_authn_otp-1.1.3.tar.gz) = e45b1ca077002c860a84a9d6b2ce974aea5cadd6
+Size (mod_authn_otp-1.1.3.tar.gz) = 93531 bytes