1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Add auth_ldap, an Apache module that can authenticate against an LDAP

directory.
This commit is contained in:
Nik Clayton 2001-09-28 08:59:50 +00:00
parent 19f48c151b
commit 8cc9c35595
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48237
5 changed files with 44 additions and 0 deletions

33
www/auth_ldap/Makefile Normal file
View File

@ -0,0 +1,33 @@
# New ports collection makefile for: auth_ldap
# Date created: 25 September 2001
# Whom: nik
#
# $FreeBSD$
#
PORTNAME= auth_ldap
PORTVERSION= 1.6.0
CATEGORIES= www
MASTER_SITES= http://www.rudedog.org/auth_ldap/
MAINTAINER= nik
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
LIB_DEPENDS= lber.2:${PORTSDIR}/net/openldap2
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sdk-headers=${LOCALBASE}/include \
--with-sdk-libs=${LOCALBASE}/lib \
--with-ldap-sdk=openldap
USE_GMAKE= yes
APXS?= ${LOCALBASE}/sbin/apxs
MAKE_ARGS+= APXS=${APXS}
do-install:
${APXS} -i -A -n ldap ${WRKSRC}/auth_ldap.so
.include <bsd.port.mk>

1
www/auth_ldap/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (auth_ldap-1.6.0.tar.gz) = ff7de9027fe8852facd27be93462c5cc

View File

@ -0,0 +1 @@
Apache module to authenticate against an LDAP directory.

6
www/auth_ldap/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
This module allows Apache to authenticate a location against an
entry, or entries, in an LDAP database.
WWW: http://www.rudedog.org/auth_ldap/
- Nik Clayton <nik@FreeBSD.org>

3
www/auth_ldap/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
libexec/apache/auth_ldap.so
@exec %D/sbin/apxs -e -A -n ldap %D/%F
@unexec %D/sbin/apxs -e -A -n ldap %D/%F