Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F389930
change-for-invalid-tls
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
eadler
May 1 2015, 2:09 AM
2015-05-01 02:09:45 (UTC+0)
Size
459 B
Referenced Files
None
Subscribers
None
change-for-invalid-tls
View Options
```
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
Details
Attached
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)
Attached To
Mode
P1768 change-for-invalid-tls
Attached
Detach File
Event Timeline
Log In to Comment