Config.in 747 B

12345678910111213141516171819202122232425
  1. config 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. http://arthurdejong.org/nss-pam-ldapd/
  13. if BR2_PACKAGE_NSS_PAM_LDAPD
  14. config BR2_PACKAGE_NSS_PAM_LDAPD_UTILITIES
  15. bool "nss-pam-ldapd utilities"
  16. help
  17. Build/Install command-line utilities.
  18. endif
  19. comment "nss-pam-ldapd needs a glibc toolchain"
  20. depends on !BR2_TOOLCHAIN_USES_GLIBC