Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ncabatoff/ldap

Tags

v3.1.0

Toggle v3.1.0's commit message
unified request flow && external binding to LDAP (go-ldap#232)

* unified request flow && external binding to LDAP

* fix debug mode

* go.mod was added

v3.0.3

Toggle v3.0.3's commit message
Added check for ControlValue string check (go-ldap#213)

* Added check for controlvalue

* Fixed tests

v3.0.2

Toggle v3.0.2's commit message
Fix LDAP diagnostics message used as format string (go-ldap#208)

* Add GetLDAPError() tests

This patch adds a couple of tests for the `GetLDAPError()` function.

* Fix LDAP diagnostics message used as format string

The GetLDAPError()-function passes the `diagnosticMessage` error field
as the first parameter to `fmt.Errorf()`. If this message happens to
contain a `%`-character, Go will try to interpret it.

This doesn't directly lead to an error, but results in error messages
containing format string error codes. E.g.:

The error message "Detailed error message %" will result in the error
"Detailed error message %!(NOVERB)".

This patch fixes this by inserting a format string as the first
argument to `fmt.Errorf()`.

v3.0.1

Toggle v3.0.1's commit message
Add ldap.TLSConnectionState()

v3.0.0

Toggle v3.0.0's commit message
conn: Ensure 64-bit alignment for atomics on 32-bit platforms

v3

Toggle v3's commit message
Update tags for gopkg.in/ldap.v3

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-ldap#134 from judwhite/feature/fix-race (go-lda…

…p#141)

fix race conditions in conn.go

v2.5.0

Toggle v2.5.0's commit message
Merge pull request go-ldap#99 from liggitt/dn-comparison

Add comparison methods for DN/RDN/AttributeTypeAndValue

v2.4.1

Toggle v2.4.1's commit message
Merge pull request go-ldap#83 from liggitt/control_test

Fix control round-tripping, parsing

v2.4.0

Toggle v2.4.0's commit message
Merge pull request go-ldap#71 from liggitt/godoc-gofmt

Update godoc, add gofmt check