-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support for STARTTLS and/or LDAPS #3
Comments
We also need to support LDAPS to communitcate to the backend.
|
Current state is:
|
I added a note on how to use LDAPS for |
@cornelinux do you think we can merge #41? Then, we would have official LDAPS support for |
Is it possible to disable cert verification for ldaps? |
The following LDAP communication channels may employ TLS:
LDAP Proxy<->LDAP Backend
: For that, we can use theLDAPClient.startTLS
method, but we should check to which extent certificates are validated first.App<->LDAP Proxy
: Here, we will probably use a generic solution provided by Twisted. We will need configuration options to configure certificates, though.We also need to decide if we only want to support STARTTLS or LDAP over SSL (= LDAPS) as well. 9d818be completely disables TLS support for LDAP for now until we have figured out the questions above.
The text was updated successfully, but these errors were encountered: