revert wrong login_ldap commit which broke a number of rules; port may
be resurrected later when/if issues are worked out
This commit is contained in:
parent
f3e7245b35
commit
e48e2977c0
@ -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
|
||||
|
@ -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 <peterw@ifost.org.au>
|
||||
|
||||
# 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 <bsd.port.mk>
|
@ -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
|
@ -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}
|
@ -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.
|
||||
|
@ -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
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user