Skip to content
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

Add use_tls, ssl, version etc to valid LDAP options in Scenario.pm #95

Merged
merged 1 commit into from
Oct 21, 2017

Conversation

mpkut
Copy link
Contributor

@mpkut mpkut commented Oct 13, 2017

We have an LDAP search filter that requires some SSL connection options that are not accepted as valid options, such as ca_file, use_tls, and ssl_ciphers.

This patch updates the list of valid LDAP configuration options in Scenario.pm to include

use_tls ssl_version ssl_ciphers ssl_cert ssl_key ca_verify ca_path ca_file

With this change, Sympa 6.2.22 accepts our search filter options and properly handles the LDAP search filter.

@ikedas ikedas added this to the 6.2.24 milestone Oct 14, 2017
@ikedas ikedas merged commit a0553c4 into sympa-community:sympa-6.2 Oct 21, 2017
@mpkut mpkut deleted the ssl_ldap_options branch October 23, 2017 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants