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

Add StartTLS functionality #11

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

Add StartTLS functionality #11

wants to merge 1 commit into from

Conversation

danielm0hr
Copy link

Apart from having an encrypted connection from the start (LDAPS),
LDAP also supports using StartTLS: Begin with an unencrypted
connection, then update to TLS (see RFC4511 Section 4.14).

The go-ldap package already supports this. This commit makes the
functionality available to kubernetes-ldap by introducing an
additional CLI flag "ldap-starttls".

Signed-off-by: Daniel Mohr [email protected]

Apart from having an encrypted connection from the start (LDAPS),
LDAP also supports using StartTLS: Begin with an unencrypted
connection, then update to TLS (see RFC4511 Section 4.14).

The go-ldap package already supports this. This commit makes the
functionality available to kubernetes-ldap by introducing an
additional CLI flag "ldap-starttls".

Signed-off-by: Daniel Mohr <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant