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 tls_strategy and deprecate use_ssl #258

Merged
merged 4 commits into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. Add tls_strategy and deprecate use_ssl

    With `tls_strategy` we have three choices on how to secure our
    connection to the LDAP server.
    
    - "on_connect", it is "use_ssl=True" implied
    - "before_bind", it is what "use_ssl=False" implied
    - "insecure", this wasn't an option before, but has been requested by
      users.
    consideRatio committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f8a2f75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f89de63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6178bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    537d012 View commit details
    Browse the repository at this point in the history