-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Use the Ldap factory in the ldap service definition #7413
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
Conversation
security/ldap.rst
Outdated
@@ -94,12 +105,16 @@ definition: | |||
|
|||
$container | |||
->setDefinition('ldap', new Definition(LdapClient::class, array( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you need to update the class name here and add the factory too.
@nietonfir I would advise you to make your pull request against the existing PR for the 3.1 version of the component: See #6982 |
2afbe31
to
45e8da5
Compare
1cfe6e7
to
7ba300c
Compare
security/ldap.rst
Outdated
port: '389' # port | ||
version: 3 # version | ||
encryption: 'none' # either 'tls', 'ssl' or 'none' | ||
debug: false, # Enable debugging output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trailing comma
👍 |
@nietonfir I am sorry that we did not merge your PR earlier. In the meantime, support was dropped for Symfony 3.1 and 3.2 and we did some other changes to the Ldap component docs. Could you rebase your PR onto the |
78acdb0
to
d428f8d
Compare
Done. |
@nietonfir thanks for this contribution and I'm sorry it took us so long to merge this. |
…razi) This PR was merged into the 3.3 branch. Discussion ---------- Use the Ldap factory in the ldap service definition as LdapClient has been marked deprecated in 3.1. Refs symfony/symfony#19008 @csarrazi Hope this is correct. Commits ------- d428f8d Updated LDAP documentation for Symfony 3.1
as LdapClient has been marked deprecated in 3.1.
Refs symfony/symfony#19008
@csarrazi Hope this is correct.