1config BR2_PACKAGE_NSS_PAM_LDAPD 2 bool "nss-pam-ldapd" 3 depends on BR2_TOOLCHAIN_USES_GLIBC 4 select BR2_PACKAGE_OPENLDAP 5 help 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 11 to an LDAP server. 12 13 http://arthurdejong.org/nss-pam-ldapd/ 14 15if BR2_PACKAGE_NSS_PAM_LDAPD 16 17config BR2_PACKAGE_NSS_PAM_LDAPD_UTILITIES 18 bool "nss-pam-ldapd utilities" 19 help 20 Build/Install command-line utilities. 21 22endif 23 24comment "nss-pam-ldapd needs a glibc toolchain" 25 depends on !BR2_TOOLCHAIN_USES_GLIBC 26