-
Notifications
You must be signed in to change notification settings - Fork 6
Labels
easy tasksGood for newcomersGood for newcomerstopic: connectorsRelated to the synchronization and authentication connectors (LDAP, M365, IMAP)Related to the synchronization and authentication connectors (LDAP, M365, IMAP)
Milestone
Description
Is your feature request related to a problem? Please describe.
It is not possible at the moment to configure a LDAP connector using encryption. Also, it could be useful to select the version of LDAP to use.
Describe the solution you'd like
Add two fields to the LDAP connector form: encryption and version.
- Encryption can be:
ssl,tlsornone(default) - Version is an integer, default to 3
Then, in LdapService, pass these two options when calling Ldap::create()
Describe alternatives you've considered
N/A
Additional context
See https://symfony.com/doc/current/components/ldap.html for more information about the Symfony Ldap component.
Metadata
Metadata
Assignees
Labels
easy tasksGood for newcomersGood for newcomerstopic: connectorsRelated to the synchronization and authentication connectors (LDAP, M365, IMAP)Related to the synchronization and authentication connectors (LDAP, M365, IMAP)