Page MenuHomePhabricator

change-for-invalid-tls

Authored By
eadler
May 1 2015, 2:09 AM
Size
459 B
Referenced Files
None
Subscribers
None

change-for-invalid-tls

```
diff --git a/src/auth/PhutilLDAPAuthAdapter.php b/src/auth/PhutilLDAPAuthAdapter.php
index 16847fd..ec58cea 100644
--- a/src/auth/PhutilLDAPAuthAdapter.php
+++ b/src/auth/PhutilLDAPAuthAdapter.php
@@ -305,6 +305,7 @@ final class PhutilLDAPAuthAdapter extends PhutilAuthAdapter {
'port' => $this->port,
));
+ putenv('LDAPTLS_REQCERT=never');
$conn = @ldap_connect($host, $this->port);
$profiler->endServiceCall(
```

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/dh/34/mqjq5bwh7elutedk
Default Alt Text
change-for-invalid-tls (459 B)

Event Timeline