This repository was archived by the owner on May 14, 2025. It is now read-only.
This repository was archived by the owner on May 14, 2025. It is now read-only.
LDAP Integration - Add support for StartTLS #963
Closed
Description
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
:
- DefaultTlsDirContextAuthenticationStrategy
- ExternalTlsDirContextAuthenticationStrategy
Testing is a bit of an issue as ApacheDS 1.5
has some iffy support for StartTLS in regards to configuring certificates.
Metadata
Metadata
Assignees
Labels
No labels