2011-11-07 23:33:54 +01:00
|
|
|
nss-pam-ldapd, a Name Service Switch (NSS) module and
|
|
|
|
Pluggable Authentication Module (PAM) that allows your
|
|
|
|
LDAP server to provide user account, group, host name,
|
|
|
|
alias, netgroup, and basically any other information that
|
|
|
|
you would normally get from /etc flat files or NIS. It also
|
|
|
|
allows you to do authentication to an LDAP server.
|
2009-08-14 03:46:44 +02:00
|
|
|
|
|
|
|
Key differences from nss_ldap:
|
2010-07-16 00:52:00 +02:00
|
|
|
* lighter NSS library
|
|
|
|
* lighter PAM library
|
|
|
|
* simpler internal semantics
|
2011-11-07 23:33:54 +01:00
|
|
|
* clear separation between NSS, PAM and LDAP code (the server
|
|
|
|
part could easily be implemented in another language)
|
2010-07-16 00:52:00 +02:00
|
|
|
* less connections to the LDAP server
|
2009-08-14 03:46:44 +02:00
|
|
|
|
2010-07-16 00:52:00 +02:00
|
|
|
WWW: http://arthurdejong.org/nss-pam-ldapd/
|