Closed (fixed)
Project:
LDAP integration
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 May 2010 at 17:43 UTC
Updated:
3 Aug 2011 at 02:18 UTC
I received PHP segfaults when using TLS to connect to a MS AD system that did not happen to be using TLS. Also includes the patch I found was needed for some other TLS elements.
| Comment | File | Size | Author |
|---|---|---|---|
| ldap-segfault.patch | 1.48 KB | robb |
Comments
Comment #1
johnbarclay commentedthis is just basic error catching. I took out the part of the patch
putenv('APTLS_REQCERT=never') or die('Failed to setup the env');
as this should be done on a per server basis; not for all use cases.