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 |
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.