-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Hello ,
can we have an @
for ldap_start_tls in file vendor/symfony/ldap/Adapter/ExtLdap/Connection.php line 140 pls?
symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php
Lines 140 to 142 in deae538
if ('tls' === $this->config['encryption'] && false === ldap_start_tls($this->connection)) { | |
throw new LdapException(sprintf('Could not initiate TLS connection: %s.', ldap_error($this->connection))); | |
} |