Bug 167964 - New port:www/mod_authn_otp
Summary: New port:www/mod_authn_otp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-16 14:30 UTC by alex
Modified: 2012-08-25 22:11 UTC (History)
0 users

See Also:


Attachments
file.shar (2.70 KB, text/plain)
2012-05-16 14:30 UTC, alex
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description alex 2012-05-16 14:30:01 UTC
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/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-16 14:30:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2012-08-25 16:06:49 UTC
Responsible Changed
From-To: apache->ohauer

I'll take it
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-25 22:08:46 UTC
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
==============================================================================
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Olli Hauer freebsd_committer freebsd_triage 2012-08-25 22:11:09 UTC
State Changed
From-To: open->closed

Committed, 
Thanks!