wiltonsr / ldapAuth

An open source Traefik Middleware that enables authentication via LDAP in a similar way to Traefik Enterprise
https://plugins.traefik.io/plugins/628c9eb7ffc0cd18356a979c/ldap-auth
Apache License 2.0
111 stars 10 forks source link

Support TLS LDAP Server #2

Closed wiltonsr closed 1 year ago

wiltonsr commented 2 years ago

Create a startTLSoption.

Optional, Default=false

It will instructs ldapAuth to issue a StartTLS request when initializing the connection with the LDAP server.

miconx commented 2 years ago

same here would need to connect via starttls

wiltonsr commented 1 year ago

The following options should be available:

insecureSkipVerify

Optional, Default=false

certificateAuthority

Optional, Default=""

wiltonsr commented 1 year ago

Hi, @miconx

Let me know if there is some problem with this feature.

The docs were updated too.