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

Enhancement: Allow disabling LDAP tls verification #3243

Open
1 task done
ravi-katiyar opened this issue Jul 1, 2024 · 0 comments
Open
1 task done

Enhancement: Allow disabling LDAP tls verification #3243

ravi-katiyar opened this issue Jul 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ravi-katiyar
Copy link
Contributor

What features would you like to see added?

If someone doesn't have the LDAP server certificates and would still want to support LDAP authentication. It would be useful to allow disabling tls verification for LDAP authentication strategy.

More details

A option to disable LDAP TLS verification can be helpful in some cases.

tlsOptions: {
      rejectUnauthorized: LDAP_REJECT_UNAUTHORIZED, // Disables TLS verification (not recommended)
   }

Which components are impacted by your request?

Plugins

Pictures

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant