mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
1754538182
- Remove 6.x support - Pacify portlint(1) PR: ports/161689 Submitted by: Andrew Kolchoogin <gadm@web.trunk-com.ru> [1] Approved by: maintainer timeout (2+ weeks)
17 lines
639 B
Plaintext
17 lines
639 B
Plaintext
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.
|
|
|
|
Key differences from nss_ldap:
|
|
* lighter NSS library
|
|
* lighter PAM library
|
|
* simpler internal semantics
|
|
* clear separation between NSS, PAM and LDAP code (the server
|
|
part could easily be implemented in another language)
|
|
* less connections to the LDAP server
|
|
|
|
WWW: http://arthurdejong.org/nss-pam-ldapd/
|