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
While SSL over LDAP (LDAPs) is supported, we don't currently support StartTLS out of the box.
In order to use StartTLS we have to configure Spring LDAP with a DirContextAuthenticationStrategy, e.g. DefaultTlsDirContextAuthenticationStrategy.
DirContextAuthenticationStrategy
DefaultTlsDirContextAuthenticationStrategy
As such we have to add an additional YAML property:
dataflow.security.authentication.ldap.starttls-enabled
We probably also need to support the ability to switch between the relevant DirContextAuthenticationStrategy:
Testing is a bit of an issue as ApacheDS 1.5 has some iffy support for StartTLS in regards to configuring certificates.
1.5
The text was updated successfully, but these errors were encountered:
See also:
Sorry, something went wrong.
In 2.x, we will revisit this in the context of OAuth's integration model with LDAP.
Closing this in favor of the UAA's OAuth + LDAP possibilities.
ghillert
No branches or pull requests
While SSL over LDAP (LDAPs) is supported, we don't currently support StartTLS out of the box.
In order to use StartTLS we have to configure Spring LDAP with a
DirContextAuthenticationStrategy
, e.g.DefaultTlsDirContextAuthenticationStrategy
.As such we have to add an additional YAML property:
dataflow.security.authentication.ldap.starttls-enabled
We probably also need to support the ability to switch between the relevant
DirContextAuthenticationStrategy
:Testing is a bit of an issue as ApacheDS
1.5
has some iffy support for StartTLS in regards to configuring certificates.The text was updated successfully, but these errors were encountered: