Skip to content

Releases: wiltonsr/ldapAuth

v0.1.11

21 May 19:00
ab12567

Choose a tag to compare

What's Changed

  • feat: allow usage of a environment variable or secret for sensitive params by @thpiron in #47

New Contributors

Full Changelog: v0.1.10...v0.1.11

v0.1.10

26 Nov 15:13
74349f3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.9...v0.1.10

v0.1.9

18 Oct 15:13
ff2cfee

Choose a tag to compare

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

If your config uses these parameters they will be automatically copied to the new ServerList format.

In future releases, these parameters will be removed. You can check how to migrate in options docs and examples.

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

20 Mar 20:44
64fac47

Choose a tag to compare

Merge pull request #62 from wiltonsr/fix-issue-61

Use same operation mode to bind validations

v0.1.7

14 Mar 13:33
5901443

Choose a tag to compare

Merge pull request #60 from wiltonsr/add-tls-version-option

Add options options to customize TLS versions

v0.1.6

28 Feb 15:29
f4ba36d

Choose a tag to compare

Merge pull request #56 from DanElbert/consistent_headers

Ensure Username, Authorization, Ldap-Extra-Attr-DN, and Ldap-Extra-Attr-CN headers are consistently handled

v0.1.5

23 Nov 12:47
66002e5

Choose a tag to compare

Merge pull request #55 from wiltonsr/strip-commas

Strip comma when baseDN is empty

v0.1.4

23 Aug 21:36
6d73d8b

Choose a tag to compare

Merge pull request #51 from wiltonsr/fix-html-escaping

fix: replace html templating with text templating to avoid html escaping

v0.1.3

07 Aug 19:57
946801a

Choose a tag to compare

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

04 Aug 01:40
dc9837b

Choose a tag to compare

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