summaryrefslogtreecommitdiff
path: root/pam_ldap
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2011-07-25 18:00:05 +0900
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2011-07-25 18:00:05 +0900
commit0d3585a372304c3a3f430147532b91debf3f711b (patch)
tree0127d1e687da29e8b6afa5baafa9277452cf9759 /pam_ldap
parent1ff8c48f1a8e69e38ce1edb0b51d16c656191a96 (diff)
downloadcontrib-0d3585a372304c3a3f430147532b91debf3f711b.tar.gz
contrib-0d3585a372304c3a3f430147532b91debf3f711b.tar.xz
pam_ldap: First commit, version 186
Diffstat (limited to 'pam_ldap')
-rw-r--r--pam_ldap/.footprint7
-rw-r--r--pam_ldap/.md5sum1
-rw-r--r--pam_ldap/Pkgfile18
3 files changed, 26 insertions, 0 deletions
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
+}

Generated by cgit