blob: 7534ff69d43c5fd7dd6d20d530604ae00734def1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
nss_ldapd is a NSS module which provides an LDAP backend for C library
functions such as getpwnam(3), getgrnam(3), and gethostbyname(3). It
is compliant with RFC 2307, ``An Approach for Using LDAP as a Network
Information Service''.
Key differences from nss_ldap:
* lighter nss library (no ldap* dependings)
* server-side connection caching
WWW: http://arthurdejong.org/nss-ldapd/
|