Bug 194322 - New port: www/mod_authz_unixgroup24
Summary: New port: www/mod_authz_unixgroup24
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-12 16:03 UTC by mwisnicki+freebsd
Modified: 2014-10-26 18:26 UTC (History)
1 user (show)

See Also:


Attachments
diff (1.81 KB, patch)
2014-10-12 16:03 UTC, mwisnicki+freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mwisnicki+freebsd 2014-10-12 16:03:37 UTC
Created attachment 148219 [details]
diff

svn cp www/mod_authz_unixgroup www/mod_authz_unixgroup24
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-10-26 18:18:04 UTC
A commit references this bug:

Author: ohauer
Date: Sun Oct 26 18:17:19 UTC 2014
New revision: 371519
URL: https://svnweb.freebsd.org/changeset/ports/371519

Log:
  - new port mod_authz_unixgroup for Apache 2.4.x

  Mod_Authz_Unixgroup 1.1.x is a unix group access control modules for Apache
  version 2.4.  If you have Apache 2.2 you should be using version 1.0.x of
  this module instead.

  If you are having users authenticate with real Unix login ID over the net,
  using something like my mod_authnz_external / pwauth combination, and you
  want to do access control based on unix group membership, then
  mod_authz_unixgroup is exactly what you need.

  WWW: http://www.unixpapa.com/mod_authz_unixgroup/

  PR:		194322
  Submitted by:	mwisnicki+freebsd@gmail.com

Changes:
  head/www/Makefile
  head/www/mod_authz_unixgroup24/
  head/www/mod_authz_unixgroup24/Makefile
  head/www/mod_authz_unixgroup24/distinfo
  head/www/mod_authz_unixgroup24/pkg-descr
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2014-10-26 18:26:34 UTC
Committed,

Thanks!