From 0d3585a372304c3a3f430147532b91debf3f711b Mon Sep 17 00:00:00 2001 From: Alan Mizrahi Date: Mon, 25 Jul 2011 18:00:05 +0900 Subject: [PATCH] pam_ldap: First commit, version 186 --- pam_ldap/.footprint | 7 +++++++ pam_ldap/.md5sum | 1 + pam_ldap/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 pam_ldap/.footprint create mode 100644 pam_ldap/.md5sum create mode 100644 pam_ldap/Pkgfile diff --git a/pam_ldap/.footprint b/pam_ldap/.footprint new file mode 100644 index 000000000..5a1d72c80 --- /dev/null +++ b/pam_ldap/.footprint @@ -0,0 +1,7 @@ +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/man/ +drwxr-xr-x root/root usr/man/man5/ +-rw-r--r-- root/root usr/man/man5/pam_ldap.5.gz diff --git a/pam_ldap/.md5sum b/pam_ldap/.md5sum new file mode 100644 index 000000000..8cdce78bb --- /dev/null +++ b/pam_ldap/.md5sum @@ -0,0 +1 @@ +58c8689921c5c4578363438acd8503c2 pam_ldap-186.tar.gz diff --git a/pam_ldap/Pkgfile b/pam_ldap/Pkgfile new file mode 100644 index 000000000..c86c5a7e9 --- /dev/null +++ b/pam_ldap/Pkgfile @@ -0,0 +1,18 @@ +# Description: LDAP PAM module +# URL: http://www.padl.com/OSS/pam_ldap.html +# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve +# Depends on: linux-pam openldap cyrus-sasl + +name=pam_ldap +version=186 +release=1 +source=(http://www.padl.com/download/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --libdir=/lib --mandir=/usr/man --with-ldap-lib=openldap --with-ldap-conf-file=/etc/openldap/ldap.conf + make + make DESTDIR=$PKG install + mkdir -p $PKG/etc/openldap + rm -rf $PKG/etc +}