1 config BR2_PACKAGE_NSS_PAM_LDAPD
3 depends on BR2_TOOLCHAIN_USES_GLIBC
4 select BR2_PACKAGE_OPENLDAP
6 Name Service Switch (NSS) module that allows your LDAP
7 server to provide user account, group, host name, alias,
8 netgroup, and basically any other information that you would
9 normally get from /etc flat files or NIS. It also provides a
10 Pluggable Authentication Module (PAM) to do authentication
13 http://arthurdejong.org/nss-pam-ldapd/
15 if BR2_PACKAGE_NSS_PAM_LDAPD
17 config BR2_PACKAGE_NSS_PAM_LDAPD_UTILITIES
18 bool "nss-pam-ldapd utilities"
20 Build/Install command-line utilities.
24 comment "nss-pam-ldapd needs a glibc toolchain"
25 depends on !BR2_TOOLCHAIN_USES_GLIBC