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

feat: option to skip LDAP TLS verification #1918

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

dbrennand
Copy link

SUMMARY

Enable option to skip LDAP TLS verification using ldap_skip_tls_verify.

See AUTH_LDAP_START_TLS:

For example, ldap.OPT_X_TLS_REQUIRE_CERT can be set to ldap.OPT_X_TLS_NEVER to disable certificate verification, perhaps to allow self-signed certificates.

ISSUE TYPE
  • New or Enhanced Feature
ADDITIONAL INFORMATION

The option ldap_skip_tls_verify defaults to false and is only applicable when ldap_cacert_ca_crt has been specified.

@dbrennand dbrennand changed the title feat: enable LDAP skip TLS verification feat: option to skip LDAP TLS verification Jul 12, 2024
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.

None yet

1 participant