mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add mod_auth_any 1.0.2, an apache module to use any command line
program to authenticate a user.
This commit is contained in:
parent
b58e879972
commit
6275296776
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41245
@ -109,6 +109,7 @@
|
||||
SUBDIR += mmosaic
|
||||
SUBDIR += mnoGoSearch-current
|
||||
SUBDIR += mod_access_referer
|
||||
SUBDIR += mod_auth_any
|
||||
SUBDIR += mod_auth_mysql
|
||||
SUBDIR += mod_auth_pam
|
||||
SUBDIR += mod_auth_pgsql
|
||||
|
27
www/mod_auth_any/Makefile
Normal file
27
www/mod_auth_any/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: mod_auth_any
|
||||
# Date created: 10 April 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mod_auth_any
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.itlab.musc.edu/pub/toolbox/mod_auth_any/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
|
||||
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
|
||||
|
||||
APXS?= ${LOCALBASE}/sbin/apxs
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
|
||||
|
||||
do-install:
|
||||
${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/mod_auth_any/distinfo
Normal file
1
www/mod_auth_any/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mod_auth_any-1.0.2.tgz) = cd2f0c6d39af4fe4c6919caeac38e1b3
|
1
www/mod_auth_any/pkg-comment
Normal file
1
www/mod_auth_any/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Apache module to use any command line program to authenticate a user
|
6
www/mod_auth_any/pkg-descr
Normal file
6
www/mod_auth_any/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
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.
|
||||
|
||||
WWW: http://www.itlab.musc.edu/~nafees/mod_auth_any.html
|
3
www/mod_auth_any/pkg-plist
Normal file
3
www/mod_auth_any/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
libexec/apache/mod_auth_any.so
|
||||
@exec %D/sbin/apxs -e -A -n auth_any %D/%F
|
||||
@unexec %D/sbin/apxs -e -A -n auth_any %D/%F
|
Loading…
Reference in New Issue
Block a user