pam_ldap: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 08:44:12 +00:00
parent 22b3af34f1
commit d1d2b49393
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 42 deletions

View File

@ -1,10 +0,0 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/pam_ldap.conf
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/security/
-rwxr-xr-x root/root lib/security/pam_ldap.so
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/pam_ldap.5.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33RPRIONN7ehzXP7WHD8PWirrGM4VNVpOi9Hmr3oioubjvtiIpKV06wUTSdKf8b/9mUOvGJJtY/YSXDJDWdQiwk=
SHA256 (Pkgfile) = f1a1469e69c9aacec7e02564fec58a635a2b504daba56def4e7ae3a0b14f7f7f
SHA256 (.footprint) = 89279271a7d84ef7c77482b23e805951228fe8d7dbfe4a9434874bde047e89b3
SHA256 (libpam-ldap_186.orig.tar.gz) = c8fe22d559d5a3f528b24eb97175085f188c0f11ade337a868590ac0e0716453

View File

@ -1,27 +0,0 @@
# Description: LDAP PAM module
# URL: https://github.com/PADL/pam_ldap
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: linux-pam openldap cyrus-sasl
name=pam_ldap
version=186
release=3
source=(
#http://www.padl.com/download/$name-$version.tar.gz
https://deb.debian.org/debian/pool/main/libp/libpam-ldap/libpam-ldap_$version.orig.tar.gz
)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libdir=/lib \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--with-ldap-lib=openldap \
--with-ldap-conf-file=/etc/pam_ldap.conf
PERL5LIB="$PWD" PATH="$PATH:$SRC/$name-$version" make
make DESTDIR=$PKG install
mv $PKG/etc/ldap.conf $PKG/etc/pam_ldap.conf
}