summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-06-08 08:58:15 +0000
committersalo <salo@pkgsrc.org>2005-06-08 08:58:15 +0000
commit4066192cee3bd6f38ba7dc400d8900e653fe209f (patch)
treecdecbfe44501b64f20b5abe4af9ea37d7005872b /security
parent5a10bac1385eb8cee9f520f39d7f8d05fcb4cb4b (diff)
downloadpkgsrc-4066192cee3bd6f38ba7dc400d8900e653fe209f.tar.gz
Remove samba2 packages, abandonware.
Diffstat (limited to 'security')
-rw-r--r--security/Makefile4
-rw-r--r--security/pam-smbpass/DESCR3
-rw-r--r--security/pam-smbpass/Makefile36
-rw-r--r--security/pam-smbpass/PLIST10
-rw-r--r--security/winbind/DESCR5
-rw-r--r--security/winbind/Makefile46
-rw-r--r--security/winbind/PLIST6
-rwxr-xr-xsecurity/winbind/files/winbindd.sh27
8 files changed, 1 insertions, 136 deletions
diff --git a/security/Makefile b/security/Makefile
index 2e863ce2cf4..32b0f91e7c8 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.241 2005/05/20 18:10:54 augustss Exp $
+# $NetBSD: Makefile,v 1.242 2005/06/08 08:58:15 salo Exp $
#
COMMENT= Security tools
@@ -164,7 +164,6 @@ SUBDIR+= pakemon
SUBDIR+= pam-dbm
SUBDIR+= pam-ldap
SUBDIR+= pam-mysql
-SUBDIR+= pam-smbpass
SUBDIR+= pflkm
SUBDIR+= pgp2
SUBDIR+= pgp5
@@ -231,7 +230,6 @@ SUBDIR+= tinyca
SUBDIR+= tkpasman
SUBDIR+= tripwire
SUBDIR+= uvscan
-SUBDIR+= winbind
SUBDIR+= xmlsec1
SUBDIR+= zebedee
diff --git a/security/pam-smbpass/DESCR b/security/pam-smbpass/DESCR
deleted file mode 100644
index e7ce216dfb0..00000000000
--- a/security/pam-smbpass/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-pam_smbpass is a PAM module to authenticate against a local smbpassd (Samba
-password) user database, and can be used on conforming systems to keep the
-smbpasswd database in sync with the UNIX password file.
diff --git a/security/pam-smbpass/Makefile b/security/pam-smbpass/Makefile
deleted file mode 100644
index 6e1056986a4..00000000000
--- a/security/pam-smbpass/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:17 tv Exp $
-
-.include "../../net/samba2/Makefile.common"
-
-PKGNAME= pam-smbpass-${SAMBA_DIST_VERS}
-PKGREVISION= # empty
-CATEGORIES= security
-
-MAINTAINER= tech-pkg@NetBSD.org
-COMMENT= PAM authentication against a Samba password database
-
-CONFLICTS+= samba>=3.0
-
-DEPENDS+= {samba>=2.0,ja-samba>=2.0}:../../net/samba2
-
-CONFIGURE_ARGS+= --with-pam
-
-BUILD_TARGET= pam_smbpass
-
-DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
-EGDIR= ${PREFIX}/share/examples/${PKGBASE}
-
-INSTALL_LIBRARY= \
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
-
-do-install:
- ${INSTALL_DATA_DIR} ${PAM_INSTMODULEDIR}
- ${INSTALL_LIBRARY} ${WRKSRC}/bin/pam_smbpass.so ${PAM_INSTMODULEDIR}
- ${INSTALL_DATA_DIR} ${DOCDIR} ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/pam_smbpass/README ${DOCDIR}
- cd ${WRKSRC}/pam_smbpass/samples; for file in *; do \
- ${INSTALL_DATA} $${file} ${EGDIR}/$${file}; \
- done
-
-.include "../../security/PAM/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/pam-smbpass/PLIST b/security/pam-smbpass/PLIST
deleted file mode 100644
index 03a384256d0..00000000000
--- a/security/pam-smbpass/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 22:35:59 jlam Exp $
-lib/security/pam_smbpass.so
-share/doc/${PKGBASE}/README
-share/examples/${PKGBASE}/README
-share/examples/${PKGBASE}/kdc-pdc
-share/examples/${PKGBASE}/password-mature
-share/examples/${PKGBASE}/password-migration
-share/examples/${PKGBASE}/password-sync
-@dirrm share/examples/${PKGBASE}
-@dirrm share/doc/${PKGBASE}
diff --git a/security/winbind/DESCR b/security/winbind/DESCR
deleted file mode 100644
index ff4bde56c3f..00000000000
--- a/security/winbind/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Winbind uses a UNIX implementation of Microsoft RPC calls, Pluggable
-Authentication Modules, and the Name Service Switch to allow Windows NT
-domain users to appear and operate as UNIX users on a UNIX machine.
-Users and groups are allocated as they are resolved to a range of user and
-group ids specified by the administrator of the Samba system.
diff --git a/security/winbind/Makefile b/security/winbind/Makefile
deleted file mode 100644
index 1975b70f7de..00000000000
--- a/security/winbind/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2005/04/11 21:47:20 tv Exp $
-
-PKGNAME= winbind-${SAMBA_DIST_VERS}
-PKGREVISION= # empty1
-PKGREVISION= 1
-CATEGORIES= security
-
-USE_PKGINSTALL= yes
-
-.include "../../net/samba2/Makefile.common"
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.samba.org/
-COMMENT= Unified logon information between UNIX and Windows NT
-
-CONFLICTS+= samba>=3.0
-
-DEPENDS+= {samba>=2.0,ja-samba>=2.0}:../../net/samba2
-
-CONFIGURE_ARGS+= --with-ssl
-CONFIGURE_ARGS+= --with-sslinc=${BUILDLINK_PREFIX.openssl}
-CFLAGS+= -I${BUILDLINK_PREFIX.openssl}/include/openssl # ssl.h, err.h
-
-CONFIGURE_ARGS+= --with-pam
-CONFIGURE_ARGS+= --with-winbind
-
-BUILD_TARGET= nsswitch
-
-RCD_SCRIPTS= winbindd
-
-INSTALLATION_DIRS= bin lib sbin
-INSTALL_LIBRARY= \
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
-
-# The man pages remain with the samba package.
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/wbinfo ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/winbindd ${PREFIX}/sbin
- ${INSTALL_DATA_DIR} ${PAM_INSTMODULEDIR}
- ${INSTALL_LIBRARY} ${WRKSRC}/nsswitch/pam_winbind.so ${PAM_INSTMODULEDIR}
- ${INSTALL_LIBRARY} ${WRKSRC}/nsswitch/libnss_winbind.so ${PREFIX}/lib
-
-.include "../../security/PAM/module.mk"
-.include "../../security/openssl/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/winbind/PLIST b/security/winbind/PLIST
deleted file mode 100644
index 5c0f63b7722..00000000000
--- a/security/winbind/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:05 reed Exp $
-bin/wbinfo
-lib/libnss_winbind.so
-lib/security/pam_winbind.so
-sbin/winbindd
-share/examples/rc.d/winbindd
diff --git a/security/winbind/files/winbindd.sh b/security/winbind/files/winbindd.sh
deleted file mode 100755
index 01e49e2527c..00000000000
--- a/security/winbind/files/winbindd.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: winbindd.sh,v 1.3 2004/01/11 00:38:17 jlam Exp $
-#
-# PROVIDE: winbindd
-# REQUIRE: nmbd
-
-if [ -f /etc/rc.subr ]
-then
- . /etc/rc.subr
-fi
-
-name="winbindd"
-rcvar=$name
-command="@PREFIX@/sbin/${name}"
-required_vars="nmbd"
-required_files="@SAMBA_ETCDIR@/smb.conf"
-extra_commands="reload"
-
-if [ -f /etc/rc.subr ]
-then
- load_rc_config $name
- run_rc_command "$1"
-else
- @ECHO@ -n " ${name}"
- ${command} ${winbindd_flags}
-fi