8000 [Ldap] Always have a valid connection when using the EntryManager by bobvandevijver · Pull Request #20605 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Ldap] Always have a valid connection when using the EntryManager #20605

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

Closed
wants to merge 3 commits into from

Conversation

bobvandevijver
Copy link
Contributor
Q A
Branch? 3.2
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? They should
Fixed tickets
License MIT
Doc PR

The connection might be null when calling the getEntryManager function as it uses the $this->connection instead of retrieved it from it's own method which checks (and constructs if necessary) it first.