vmware-tanzu / oss-httpd-build

This project is a schema to build Apache HTTP Server (httpd), along with a number of frequently updated library components (dependencies), on Linux or Windows. The results of this build are also distributed periodically to the general public from the https://network.tanzu.vmware.com/products/p-apache-http-server (login required)
Apache License 2.0
3 stars 6 forks source link

Support building mod_ldap / mod_authnz_ldap #4

Closed wrowe closed 5 years ago

wrowe commented 5 years ago

Because oss-httpd-build includes the most recent flavor of openssl, any system version of openldap cannot be used; it is linked to the system openssl. To support mod_ldap / mod_authnz_ldap

Note that the apr_ldap TLS/SSL integration API was dropped from apr 2.0 (bleed) by the APR project maintainers because it failed to abstract the ldap provider, while the ap_ldap API was rejected from the httpd project by a member of that project. Combining $ make -f ../mak/Makefile.gather BLD=bleed openldap all is therefore unsupported and cannot be implemented. Until the quandry is resolved, adding openldap to the default build seems unwise.

wrowe commented 5 years ago

Created PR #8

wrowe commented 5 years ago

PR#8 has been merged.