On your request a patched mod_ldap.so available at AL post,
with following changes in ldap_util.c :
rc = apr_ldap_ssl_init(p,
NULL,
0,
&(result_err));
- if (APR_SUCCESS == rc) {
+ if (APR_SUCCESS == rc && !apr_is_empty_array(st->global_certs)) {
rc = apr_ldap_set_option(ptemp, NULL, APR_LDAP_OPT_TLS_CERT,
(void *)st->global_certs, &(result_err));
}
Steffen
-----Original Message-----
From: Eirik Lygre
Sent: Monday, March 4, 2013 8:15 PM Newsgroups: gmane.comp.apache.devel
To: [email protected]
Subject: Re: Bug using authnz_ldap_module with Microsoft LDAP SDK and ldaps
(secure ldap)?
Eirik Lygre wrote
Eirik Lygre wrote
Eric Covener wrote
On Thu, Feb 28, 2013 at 11:12 AM, Eirik Lygre <
eirik.lygre@
> wrote:
seems to make sense, were you able to test the mod_ldap side of the
change, or is the rebuild a problem?
The number of moving parts needed to build it all was a bit daunting, so
it's all theory, I'm afraid. If anybody with a working build setup could
add the required if-test and build a version, I'd be more than willing to
test and verify it all.
I have entered an issue in the bug database, available as
https://issues.apache.org/bugzilla/show_bug.cgi?id=54626.
Eirik
Given that I'm unable to build it myself, is there anything I can do to help
move this issue forward and get it resolved?
Eirik
--
View this message in context:
http://apache-http-server.18135.n6.nabble.com/Bug-using-authnz-ldap-module-with-Microsoft-LDAP-SDK-and-ldaps-secure-ldap-tp5003960p5004104.html
Sent from the Apache HTTP Server - Dev mailing list archive at Nabble.com.