Hello! I've uploaded this file to ftp.linux-mandrake.com/incoming/.
-------
Name : nss_ldap Relocations: (not relocateable)
Version : 149 Vendor: MandrakeSoft
Release : 2mdk Build Date: mar 27 mar 2001 15:26:40 CEST
Install date: (not installed) Build Host: mercury.helium.net
Group : System/Libraries Source RPM: (none)
Size : 231324 License: LGPL
Packager : Christian Zoffoli <[EMAIL PROTECTED]>
URL : http://www.padl.com/
Summary : NSS library and PAM module for LDAP.
Description :
This package includes two LDAP access clients: nss_ldap and pam_ldap.
Nss_ldap is a set of C library extensions which allows X.500 and LDAP
directory servers to be used as a primary source of aliases, ethers,
groups, hosts, networks, protocol, users, RPCs, services and shadow
passwords (instead of or in addition to using flat files or NIS).
Pam_ldap is a module for Linux-PAM that supports password changes, V2
clients, Netscapes SSL, ypldapd, Netscape Directory Server password
policies, access authorization, crypted hashes, etc.
Install nss_ldap if you need LDAP access clients.
-------
mar mar 27 2001 Christian Zoffoli <[EMAIL PROTECTED]> 149-2mdk
- build for Mandrake
- patched non-root nss_ldap compilation
- added db3 support
- fixed configure
- merged with pam_ldap (plz remove it from contribs)
- added requires openssl-devel
- added requires libsasl-devel
- changed /usr/bin/make in if [ -z "$NPROCS" -a -f /proc/stat ]; then NPROCS=`egrep -c
^cpu[0-9]+ /proc/stat || :`; fi
if [ -z "$NPROCS" -o "$NPROCS" -le "0" ]; then
NPROCS=1
fi
make -j$NPROCS
--