forked from ports/contrib
pam_ldap: First commit, version 186
This commit is contained in:
parent
1ff8c48f1a
commit
0d3585a372
7
pam_ldap/.footprint
Normal file
7
pam_ldap/.footprint
Normal 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
1
pam_ldap/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
58c8689921c5c4578363438acd8503c2 pam_ldap-186.tar.gz
|
18
pam_ldap/Pkgfile
Normal file
18
pam_ldap/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user