summaryrefslogtreecommitdiff
path: root/www/ap-auth-ldap
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap-auth-ldap')
-rw-r--r--www/ap-auth-ldap/DESCR2
-rw-r--r--www/ap-auth-ldap/MESSAGE9
-rw-r--r--www/ap-auth-ldap/Makefile33
-rw-r--r--www/ap-auth-ldap/PLIST5
-rw-r--r--www/ap-auth-ldap/distinfo6
-rw-r--r--www/ap-auth-ldap/patches/patch-aa12
6 files changed, 0 insertions, 67 deletions
diff --git a/www/ap-auth-ldap/DESCR b/www/ap-auth-ldap/DESCR
deleted file mode 100644
index 6565c30c8db..00000000000
--- a/www/ap-auth-ldap/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This is an authentication module for Apache that allows you to
-authenticate HTTP clients using user entries in an LDAP directory.
diff --git a/www/ap-auth-ldap/MESSAGE b/www/ap-auth-ldap/MESSAGE
deleted file mode 100644
index 1567a266a90..00000000000
--- a/www/ap-auth-ldap/MESSAGE
+++ /dev/null
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.3 2002/09/24 12:30:42 wiz Exp $
-
-In order to use this module in your Apache installation, you need to
-add the following to your httpd.conf file:
-
- LoadModule auth_ldap_module lib/httpd/auth_ldap.so
-
-===========================================================================
diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile
deleted file mode 100644
index 587dd838f6e..00000000000
--- a/www/ap-auth-ldap/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.37 2014/02/12 23:18:43 tron Exp $
-
-DISTNAME= auth_ldap-1.6.1
-PKGNAME= ap13-auth-ldap-1.6.1
-PKGREVISION= 5
-SVR4_PKGNAME= apldap
-CATEGORIES= www databases
-MASTER_SITES= http://www.rudedog.org/auth_ldap/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.rudedog.org/auth_ldap/
-COMMENT= Module to allow apache authentication against an LDAP directory
-
-CONFLICTS= ap-auth-ldap-[0-9]*
-
-APACHE_MODULE_NAME= auth_ldap.so
-CPPFLAGS+= -DWITH_OPENLDAP
-LDFLAGS+= -lldap -llber
-
-post-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/mod_auth_ldap
- ${INSTALL_DATA} ${WRKSRC}/FAQ.html \
- ${DESTDIR}${PREFIX}/share/doc/mod_auth_ldap
- ${INSTALL_DATA} ${WRKSRC}/auth_ldap.html \
- ${DESTDIR}${PREFIX}/share/doc/mod_auth_ldap
- ${INSTALL_DATA} ${WRKSRC}/future-directions.html \
- ${DESTDIR}${PREFIX}/share/doc/mod_auth_ldap
-
-.include "../../www/apache/module.mk"
-
-.include "../../databases/openldap-client/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap-auth-ldap/PLIST b/www/ap-auth-ldap/PLIST
deleted file mode 100644
index b661862bb63..00000000000
--- a/www/ap-auth-ldap/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 22:00:15 joerg Exp $
-lib/httpd/auth_ldap.so
-share/doc/mod_auth_ldap/FAQ.html
-share/doc/mod_auth_ldap/auth_ldap.html
-share/doc/mod_auth_ldap/future-directions.html
diff --git a/www/ap-auth-ldap/distinfo b/www/ap-auth-ldap/distinfo
deleted file mode 100644
index b0f212b1bc3..00000000000
--- a/www/ap-auth-ldap/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.6 2006/01/15 16:25:41 kleink Exp $
-
-SHA1 (auth_ldap-1.6.1.tar.gz) = 37e163ee78c5f25ef1ef951cecd4d603dbf55cf4
-RMD160 (auth_ldap-1.6.1.tar.gz) = 165c00e37552705843381e98db73e458f6d8026c
-Size (auth_ldap-1.6.1.tar.gz) = 82718 bytes
-SHA1 (patch-aa) = 1780795616eb3942f395ebb5ff948fe5ebd6f390
diff --git a/www/ap-auth-ldap/patches/patch-aa b/www/ap-auth-ldap/patches/patch-aa
deleted file mode 100644
index 5b91122e20a..00000000000
--- a/www/ap-auth-ldap/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2006/01/15 16:25:41 kleink Exp $
-
---- auth_ldap.c.orig 2006-01-09 19:08:56.000000000 +0100
-+++ auth_ldap.c 2006-01-15 17:19:30.000000000 +0100
-@@ -173,7 +173,6 @@
- #else
- if ((sec->ldc->ldap = ldap_init(sec->host, sec->port)) == NULL) {
- #endif
-- extern int errno;
- auth_ldap_log_reason(r, "Could not connect to LDAP server: %s", strerror(errno));
- return 0;
- }