Skip to content

Releases: wiltonsr/ldapAuth

v0.1.9

18 Oct 15:13
ff2cfee
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

v0.1.1

29 Jul 20:17
c6f6066
Compare
Choose a tag to compare
Merge pull request #44 from fcinqmars/feat-cookie-options

add extra cookie options

v0.1.0

27 Jul 12:33
Compare
Choose a tag to compare
  • Add support to allowedUsers feature