notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
mod_auth_any Apache module to use any command line program to authenticate a user
1.5 www Deleted on this many watch lists=10 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.5Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: upstream is gone
Expired This port expired on: 2011-01-02
Maintainer: apache@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-04-10 19:28:40
Last Update: 2011-01-03 14:38:01
SVN Revision: UNKNOWN
People watching this port, also watch:: wget, openssl, sudo, courier-imap, phpMyAdmin-php81
License: not specified in port
Description:
This module allows you to use any command line program such as WebNIS to authenticate a user. No more having to keep AuthUserFiles in sync, or maintain some nasty database. You can even have an expect script that does ssh authentication.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ap13-mod_auth_any>0:www/mod_auth_any
No installation instructions:
This port has been deleted.
PKGNAME: ap13-mod_auth_any
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. apxs : www/apache13
Runtime dependencies:
  1. apxs : www/apache13
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.itlab.musc.edu/webNIS/dist/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5
03 Jan 2011 14:38:01
Original commit files touched by this commit
garga search for other commits by this committer
Remove expired ports:

2011-01-01 audio/emphasis: abandoned upstream
2011-01-01 converters/ecore-txt: abandoned upstream
2011-01-01 deskutils/estickies: abandoned upstream
2011-01-01 devel/ecore-job: abandoned upstream
2011-01-01 devel/engrave: abandoned upstream
2011-01-01 devel/evfs: abandoned upstream
2011-01-01 devel/ruby-ecore: abandoned upstream
2011-01-01 graphics/exhibit: abandoned upstream
2011-01-01 graphics/epsilon: abandoned upstream
2011-01-01 graphics/esmart: abandoned upstream
2011-01-01 graphics/ruby-edje: abandoned upstream
2011-01-01 graphics/ruby-esmart: abandoned upstream
2011-01-01 graphics/ruby-evas: abandoned upstream
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.5
20 Oct 2010 03:24:22
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Set EXPIRATION_DATE, DEPRECATED for mod_ ports who's upstream is toast

With Hat:   apache@
1.5
17 May 2009 07:24:35
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes
1.5
17 Mar 2007 16:47:51
Original commit files touched by this commit
clement search for other commits by this committer
- remove dead WWW entry
1.5
04 Dec 2005 16:16:17
Original commit files touched by this commit
clement search for other commits by this committer
- Convert to new USE_APACHE
- Add SHA256
1.5
04 Dec 2005 00:18:15
Original commit files touched by this commit
clement search for other commits by this committer
- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:             ports/78119
Repocopied by:  marcus
1.5
18 Oct 2004 19:22:28
Original commit files touched by this commit
clement search for other commits by this committer
- Update to 1.5
1.4
18 Aug 2004 16:21:56
Original commit files touched by this commit
clement search for other commits by this committer
- Assign maintainership to freshly created apache@ mailing list
1.4
08 Aug 2004 09:35:18
Original commit files touched by this commit
clement search for other commits by this committer
- Update to 1.4
  Now mod_auth_any works with apache2!
1.3.2
16 Apr 2004 13:38:17
Original commit files touched by this commit
clement search for other commits by this committer
- Utilize Makefile.modules.3rd
1.3.2
07 Feb 2004 17:16:21
Original commit files touched by this commit
clement search for other commits by this committer
- SIZEify distinfo
1.3.2
13 Jan 2004 15:04:51
Original commit files touched by this commit
clement search for other commits by this committer
- Update my email address

Approved and reviewed by:    erwin (mentor)
1.3.2
07 Nov 2003 09:12:58
Original commit files touched by this commit
marcus search for other commits by this committer
Use the new Apache bits from bsd.port.mk.

Submitted by:   dinoex
1.3.2
06 Oct 2003 13:00:08
Original commit files touched by this commit
edwin search for other commits by this committer
[update orphand port] www/mod_auth_any: Update to 1.3.2 and take maintainership

        - update to 1.3.2
        - update WWW
        - take maintainership

PR:             ports/57413
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
1.0.2_1
25 Mar 2003 04:23:11
Original commit files touched by this commit
lioux search for other commits by this committer
o Fix vulnerability that allows execution of arbitrary commands on
  the server with the uid of the apache process. Background [1]:

"The module accepts a username and password from the web client,
passes them to a user-space executable (using popen(3), which invokes
a shell) and waits for a response in order to authenticate the user.
The password is quoted on the popen() command line to avoid
interpretation of shell special chars, but the username is not.
Thus a malicious user can execute commands by supplying an appropriately
crafted username. (e.g. "foo&mail me@my.home</etc/passwd")

"The problem is easily fixed by adding quotes (and escaping any
quotes already present) to the username and password in the popen
command line."

o Fix this by adding a escaping function from [2]. Then, modifying
  this function appropriately with ideas from [3]. Apply the new
  escaping code to mod_auth_any.
o Bump PORTREVISION

Submitted by:   Security Officer (nectar),
                Red Hat Security Response Team <security@redhat.com> [1]
Obtained from:  mod_auth_any CVS [2],
                nalin@redhat.com [3]
1.0.2
20 Feb 2003 19:15:38
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.0.2
09 Sep 2002 18:30:10
Original commit files touched by this commit
dinoex search for other commits by this committer
support appache13-modssl by defining APACHE_PORT in /etc/make.conf
others variants of the apache ports can be used too.
10 Apr 2001 23:28:40
commit hash: fp1.12428@dev.null.freshports.orgcommit hash: fp1.12428@dev.null.freshports.orgcommit hash: fp1.12428@dev.null.freshports.orgcommit hash: fp1.12428@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
Add mod_auth_any 1.0.2, an apache module to use any command line   program to
authenticate a user.    

Number of commits found: 18