ldap

Basic LDAP v3 functionality for the GO programming language.

OTHER License

Stars
2.1K
Committers
100

Bot releases are hidden (Show)

ldap - Use v3 suffix in module name

Published by johnweldon almost 5 years ago

ldap - Fix go.mod

Published by johnweldon almost 5 years ago

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

Published by johnweldon almost 5 years ago

ldap - Add SASL/EXTERNAL mechanism for authentication

Published by johnweldon almost 5 years ago

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

ldap - Minor error handling fix

Published by johnweldon over 5 years ago

Also some internal Go 1.12 build updates.

ldap - Exposing Internals

Published by johnweldon over 5 years ago

This release adds a couple goodies in the ldap connection:

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

Published by johnweldon almost 6 years ago

ldap - Release gopgk.in/ldap.v3

Published by johnweldon almost 6 years ago

Initial version of gopkg.in/ldap.v3

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

ldap - v2.5.1

Published by liggitt almost 7 years ago

  • Fix race conditions when closing connections (#101, @adunham-stripe; #134, @judwhite)
  • Fix panic when parsing filter with unbalanced parenthesis (#120, @vetinari)
  • Correctly return error parsing malformed DN (#119, @vetinari)
ldap - v2.5.0

Published by liggitt almost 8 years ago

  • 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)
ldap - v2.4.1

Published by liggitt about 8 years ago

Fixes error parsing controls missing a criticality field (https://github.com/go-ldap/ldap/issues/85, @vetinari)

ldap - v2.4.0

Published by liggitt over 8 years ago

  • Export AddRequest struct variables (@nohupped, #60)
  • Export ModifyRequest struct variables (@liggitt, #67)
  • Improve handling of connection read errors (@jlhawn, #66)
  • Prevent deadlock if server sends unexpected responses (@jlhawn, #69)
ldap - v2.3.0

Published by liggitt over 8 years ago

Add ability to set a client-side timeout on requests (@flowhamster)

ldap - v2.2.2

Published by liggitt over 8 years ago

Fixes a panic when a nil packet was encountered during a failed StartTLS operation (@trestletech)

ldap - v2.2.1

Published by liggitt over 8 years ago

  • Fixed an issue where SearchWithPaging would add a paging control to a SearchRequest that already contained a paging control (@stevekuznetsov)
  • Fixed incorrect godoc link in readme (@pnelson)
ldap - v2.2

Published by liggitt almost 9 years ago

Added support for extensible match filters (@liggitt)
Added Client interface, which Conn conforms to (@stevekuznetsov)
Fixed parsing of filters with multibyte values (@liggitt)