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

New, LDAPS TLS config options #833

Merged
merged 2 commits into from Oct 28, 2018
Merged

Conversation

dpgaspar
Copy link
Owner

New,

LDAPS TLS config options:

AUTH_LDAP_TLS_DEMAND
AUTH_LDAP_TLS_CACERTDIR
AUTH_LDAP_TLS_CACERTFILE
AUTH_LDAP_TLS_CERTFILE
AUTH_LDAP_TLS_KEYFILE

It's now possible to use LDAPS with internal certificates or public, with improved security options. By using TLS_DEMAND. Also possible to use AUTH_LDAP_TLS_CERTFILE and AUTH_LDAP_TLS_KEYFILE for client side authentication.

Current support for LDAPS, ldap.OPT_X_TLS_REQUIRE_CERT (TLS equivalent: TLS_REQCERT)
demand:
no certificate provided: quits
bad certificate provided: quits
allow
no certificate provided: continues
bad certificate provided: continues

@dpgaspar dpgaspar merged commit 2484d95 into master Oct 28, 2018
@dpgaspar dpgaspar deleted the feature/ldaps_tls_check_options branch April 11, 2019 15:00
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