From e48e2977c02772aa763df937355aeb7bf5baaa77 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Thu, 7 Nov 2002 07:04:49 +0000 Subject: [PATCH] revert wrong login_ldap commit which broke a number of rules; port may be resurrected later when/if issues are worked out --- sysutils/Makefile | 3 +-- sysutils/login_ldap/Makefile | 22 ---------------------- sysutils/login_ldap/distinfo | 3 --- sysutils/login_ldap/pkg/DESCR | 6 ------ sysutils/login_ldap/pkg/MESSAGE | 8 -------- sysutils/login_ldap/pkg/PLIST | 7 ------- sysutils/login_ldap/pkg/SECURITY | 22 ---------------------- 7 files changed, 1 insertion(+), 70 deletions(-) delete mode 100644 sysutils/login_ldap/Makefile delete mode 100644 sysutils/login_ldap/distinfo delete mode 100644 sysutils/login_ldap/pkg/DESCR delete mode 100644 sysutils/login_ldap/pkg/MESSAGE delete mode 100644 sysutils/login_ldap/pkg/PLIST delete mode 100644 sysutils/login_ldap/pkg/SECURITY diff --git a/sysutils/Makefile b/sysutils/Makefile index 0c30c0da354..30a439fc539 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.51 2002/11/06 16:13:25 shell Exp $ +# $OpenBSD: Makefile,v 1.52 2002/11/07 07:04:49 pvalchev Exp $ # $FreeBSD: Makefile,v 1.26 1997/11/20 08:58:51 tg Exp $ SUBDIR += LPRng @@ -13,7 +13,6 @@ SUBDIR += gkrellm SUBDIR += idled SUBDIR += libretto-config - SUBDIR += login_ldap SUBDIR += lsof SUBDIR += mencal SUBDIR += mergemaster diff --git a/sysutils/login_ldap/Makefile b/sysutils/login_ldap/Makefile deleted file mode 100644 index 9779793c3f9..00000000000 --- a/sysutils/login_ldap/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2002/11/06 16:12:05 shell Exp $ - -COMMENT= "ldap authentication module" - -DISTNAME= login_ldap-3.2 -CATEGORIES= sysutils - -HOMEPAGE= http://www.ifost.org.au/~peterw/ -MASTER_SITES= ${HOMEPAGE} - -MAINTAINER= Peter Werner - -# BSD -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes - -BUILD_DEPENDS= openldap:openldap-client-*:databases/openldap -NO_REGRESS= Yes - -.include diff --git a/sysutils/login_ldap/distinfo b/sysutils/login_ldap/distinfo deleted file mode 100644 index 4733ef44e50..00000000000 --- a/sysutils/login_ldap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (login_ldap-3.2.tar.gz) = 7fb559969dce1bf03e32ff24d088b8c0 -RMD160 (login_ldap-3.2.tar.gz) = 993899983ba88fe289f97905c1dc728b49c00c57 -SHA1 (login_ldap-3.2.tar.gz) = a31947587ae0cee01150bc9ca7ecd2717ce9c286 diff --git a/sysutils/login_ldap/pkg/DESCR b/sysutils/login_ldap/pkg/DESCR deleted file mode 100644 index 83d228f8af5..00000000000 --- a/sysutils/login_ldap/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -This port is for OpenBSD administrators wanting to authenticate -users off an LDAP server. It uses the BSD Authentication API. - -Please visit WWW for information on updates and commercial support. - -WWW: ${HOMEPAGE} diff --git a/sysutils/login_ldap/pkg/MESSAGE b/sysutils/login_ldap/pkg/MESSAGE deleted file mode 100644 index 6268de65a5b..00000000000 --- a/sysutils/login_ldap/pkg/MESSAGE +++ /dev/null @@ -1,8 +0,0 @@ - -Please run ${PREFIX}/bin/enable-login_ldap as root. This will install -the login_-ldap binary setuid root, also please read pkg/SECURITY -for more information. - -After that, read login_ldap(8) for more information on how to -configure the login_-ldap utility. - diff --git a/sysutils/login_ldap/pkg/PLIST b/sysutils/login_ldap/pkg/PLIST deleted file mode 100644 index a9b291b586b..00000000000 --- a/sysutils/login_ldap/pkg/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2002/11/06 16:12:05 shell Exp $ -bin/enable-login_ldap -libexec/auth/login_-ldap -man/cat8/login_ldap.0 -share/login_ldap/active-directory.login_ldap.conf -share/login_ldap/login_ldap.conf -@dirrm share/login_ldap diff --git a/sysutils/login_ldap/pkg/SECURITY b/sysutils/login_ldap/pkg/SECURITY deleted file mode 100644 index 06b46657da3..00000000000 --- a/sysutils/login_ldap/pkg/SECURITY +++ /dev/null @@ -1,22 +0,0 @@ - -Two things to note here: - -1) This program should be suid root to ensure proper operation. The reason -for this is given in the login.conf(5) manpage: - - An authentication program must not assume it will be called as root, nor - must it assume it will not be called as root. If it needs special per- - missions to access files it should be setuid or setgid to the appropriate - user/group. See chmod(1). - - You can try and remove the setuid bit. It may work without it, it may not. - - Every effort has been made to ensure this software is bug free. - -2) This program will "break out" of the ports tree. It has to be in - /usr/libexec/auth for it to be noticed/found by the auth_subr(3) functions. - When/If you remove this port you will have to run - - rm /usr/libexec/auth/login_-ldap - - as root.