]> granicus.if.org Git - apache/commit
Merge r1209601:
authorStefan Fritsch <sf@apache.org>
Fri, 2 Dec 2011 17:50:02 +0000 (17:50 +0000)
committerStefan Fritsch <sf@apache.org>
Fri, 2 Dec 2011 17:50:02 +0000 (17:50 +0000)
commit04adeb4e59896d2ec21331006d9ddab661529ad5
tree207eb704323686580cfbbeedf663aa51da145f09
parent121516504887c8bdfa5ef99cf650eab073a4b7c8
Merge r1209601:

Fix segfault with Solaris LDAP SDK when enabling ldaps.

Enable SSL by passing secure=1 to apr_ldap_init instead of calling
apr_ldap_set_option(... APR_LDAP_OPT_TLS ...).

This change carefully avoids any change of behavior on non-Solaris LDAP SDKs.

PR: 42682

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1209604 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ldap/util_ldap.c