Skip to content

Releases: go-ldap/ldap

Use v3 suffix in module name

07 Nov 01:19
Compare
Choose a tag to compare
Update go.mod (#241)

I believe that this (plus a new tag) is what is necessary for native go modules support -- right now go modules complains that the version tag is >= v2 but the module doesn't claim to be a version >= v2.

Fix go.mod

07 Nov 00:21
Compare
Choose a tag to compare
Rename asn1 ber dependency. (#243)

* Rename asn1.ber dependency.

* go mod tidy

* Update travic CI to new asn1 ber

* Update travis go_import_path

Updated go.mod to use github.com instead of gopkg.in

04 Nov 16:23
Compare
Choose a tag to compare
v3.1.1

Use github for module name. (#239)

Add SASL/EXTERNAL mechanism for authentication

22 Oct 17:35
Compare
Choose a tag to compare

Also some internal refactoring to make the code flow more consistent and predictable.

Minor error handling fix

04 Mar 16:48
Compare
Choose a tag to compare

Also some internal Go 1.12 build updates.

Exposing Internals

30 Jan 05:18
Compare
Choose a tag to compare

This release adds a couple goodies in the ldap connection:

  • Exposing the ldap.Conn.IsClosing()
  • Exposing the ldap.Conn.TLSConnectionState()

v3.0.0

10 Jan 16:21
Compare
Choose a tag to compare
conn: Ensure 64-bit alignment for atomics on 32-bit platforms

Release gopgk.in/ldap.v3

26 Nov 16:46
Compare
Choose a tag to compare

Initial version of gopkg.in/ldap.v3

If you experience issues with this release you can fall back to gopkg.in/ldap.v2

v2.5.1

23 Nov 05:05
bb7a9ca
Compare
Choose a tag to compare

v2.5.0

01 Dec 20:54
Compare
Choose a tag to compare
  • Fix potential panic when adding control descriptions (#92, @vetinari)
  • Fix parsing of distinguished names to correctly ignore unescaped leading/trailing spaces (#98, @liggitt)
  • Added DN/RDN comparison methods (#99, @liggitt)