GitPedia
wiltonsr

wiltonsr/ldapAuth

An open source Traefik Middleware that enables authentication via LDAP in a similar way to Traefik Enterprise

13 Releases
Latest: 1mo ago
v0.1.12Latest
wiltonsrwiltonsr·1mo ago·April 28, 2026
GitHub

📋 What's Changed

  • Add option to customize group search by @wiltonsr in https://github.com/wiltonsr/ldapAuth/pull/73
  • Full Changelog: https://github.com/wiltonsr/ldapAuth/compare/v0.1.11...v0.1.12
v0.1.11
wiltonsrwiltonsr·1y ago·May 21, 2025
GitHub

📋 What's Changed

  • feat: allow usage of a environment variable or secret for sensitive params by @thpiron in https://github.com/wiltonsr/ldapAuth/pull/47

New Contributors

  • @thpiron made their first contribution in https://github.com/wiltonsr/ldapAuth/pull/47
  • Full Changelog: https://github.com/wiltonsr/ldapAuth/compare/v0.1.10...v0.1.11
v0.1.10
wiltonsrwiltonsr·1y ago·November 26, 2024
GitHub

📋 What's Changed

  • Security improvements by @nepella in https://github.com/wiltonsr/ldapAuth/pull/68

New Contributors

  • @nepella made their first contribution in https://github.com/wiltonsr/ldapAuth/pull/68
  • Full Changelog: https://github.com/wiltonsr/ldapAuth/compare/v0.1.9...v0.1.10
v0.1.9
wiltonsrwiltonsr·1y ago·October 18, 2024
GitHub

🗑️ Deprecation Notice

  • Passing the following parameters directly in the configuration is now deprecated.
  • URL
  • Port
  • Minimum TLS version
  • Maxiumum TLS version
  • Certificate authorities
  • InsecureSkipVerify
  • StartTLS
  • + 1 more

📋 What's Changed

  • Upgrade golang.org/x/crypto to version 0.17.0 by @wiltonsr in https://github.com/wiltonsr/ldapAuth/pull/64
  • Multiple ldap backends by @wiltonsr in https://github.com/wiltonsr/ldapAuth/pull/65
  • Full Changelog: https://github.com/wiltonsr/ldapAuth/compare/v0.1.8...v0.1.9
v0.1.8
wiltonsrwiltonsr·2y ago·March 20, 2024
GitHub
v0.1.7
wiltonsrwiltonsr·2y ago·March 14, 2024
GitHub
v0.1.6
wiltonsrwiltonsr·2y ago·February 28, 2024
GitHub
v0.1.5
wiltonsrwiltonsr·2y ago·November 23, 2023
GitHub
v0.1.4
wiltonsrwiltonsr·2y ago·August 23, 2023
GitHub
v0.1.3
fcinqmarsfcinqmars·2y ago·August 7, 2023
GitHub

🗑️ Deprecated

  • `UseTLS` option is now deprecated and will be ignored as of this release. TLS connections will be inferred from the URL scheme (ldaps) and from the `StartTLS` option if set. This is not a breaking change.
v0.1.2
fcinqmarsfcinqmars·2y ago·August 4, 2023
GitHub

Fix: Disable nested group filter by default as not supported by most LDAP servers

v0.1.1
wiltonsrwiltonsr·2y ago·July 29, 2023
GitHub
v0.1.0
wiltonsrwiltonsr·2y ago·July 27, 2023
GitHub

📋 Changes

  • Add support to `allowedUsers` feature