1
0
forked from ports/contrib

pam_ldap: First commit, version 186

This commit is contained in:
Alan Mizrahi 2011-07-25 18:00:05 +09:00
parent 1ff8c48f1a
commit 0d3585a372
3 changed files with 26 additions and 0 deletions

7
pam_ldap/.footprint Normal file
View File

@ -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

1
pam_ldap/.md5sum Normal file
View File

@ -0,0 +1 @@
58c8689921c5c4578363438acd8503c2 pam_ldap-186.tar.gz

18
pam_ldap/Pkgfile Normal file
View File

@ -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
}