Config.in 873 B

123456789101112131415161718192021222324252627282930313233
  1. config ADK_COMPILE_OPENLDAP
  2. prompt "openldap.......................... OpenSource LDAP software"
  3. boolean
  4. default n
  5. config ADK_PACKAGE_OPENLDAP_SLAPD
  6. prompt "openldap-slapd.................. OpenLDAP server"
  7. tristate
  8. default n
  9. select ADK_PACKAGE_LIBOPENLDAP
  10. select ADK_PACKAGE_LIBPTHREAD
  11. select ADK_PACKAGE_LIBOPENSSL
  12. select ADK_PACKAGE_LIBDB
  13. select ADK_PACKAGE_LIBSASL2
  14. depends on ADK_COMPILE_OPENLDAP
  15. help
  16. http://www.openldap.org/
  17. config ADK_PACKAGE_OPENLDAP_UTILS
  18. prompt "openldap-utils.................. OpenLDAP client utilities"
  19. tristate
  20. default n
  21. select ADK_PACKAGE_LIBOPENLDAP
  22. depends on ADK_COMPILE_OPENLDAP
  23. help
  24. OpenLDAP Software is an open source implementation of the
  25. Lightweight Directory Access Protocol (LDAP).
  26. http://www.openldap.org/
  27. This package contains client programs required to access LDAP servers.