-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
i wish to ignore LDAP server disconnected error 500 #28426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Are you getting a warning? |
The php function is undocumented, but it seems to be able to throw warnings according to the source: https://github.com/php/php-src/blob/8ca1f47a7a25f61fcc63313a771e6922e3258046/ext/ldap/ldap.c#L3687 |
Looks sensible to me then, that would be consistent with similar calls. |
Hello,
Yes i get a warning if the ldap server is not available.
But maybe it's a setting problem.
Le lun. 10 sept. 2018 à 20:20, Robin Chalas <[email protected]> a
écrit :
… Are you getting a warning?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28426 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcOdjmZ5_saFcBBObyTezbWrgAXyQ9hTks5uZq1dgaJpZM4WhiI->
.
|
nicolas-grekas
added a commit
that referenced
this issue
Sep 18, 2018
…tart_tls (Andras Debreczeni) This PR was merged into the 2.8 branch. Discussion ---------- [Ldap] Use shut up operator on connection errors at ldap_start_tls | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #28426 | License | MIT | Doc PR | n/a Added shut-up operator to php function `ldap_start_tls()` so connection errors are ignored. Commits ------- af54189 [Ldap] Use shut up operator on connection errors at ldap_start_tls
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: