Skip to content

Tags: go-ldap/ldap

Tags

v3.4.11

Toggle v3.4.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update `DirSync` and `DirSyncAsync` examples

update `DirSync` and `DirSyncAsync` example codes to use `DialURL` instead of the already deprecated `Dial` function

v3.4.10

Toggle v3.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove old pre-module code (#542)

* Remove old pre-module code

older versions still accessible via tags

* Update workflows to only use v3 directory

Also, disable fuzzing until configured correctly in upstream repo

v3.4.9

Toggle v3.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Update dependencies (#539)

v3.4.8

Toggle v3.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert #499: Mark public Start function as deprecated (#508)

* Revert "chore: add comment to `Start` function to inform about possible instability when called (#499)"

This reverts commit f09ee91.

* chore: add warning to `Start` comment to inform about possible race conditions

v3.4.7

Toggle v3.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Replace DER with ASN1 BER encoding when parsing distinguishedNam…

…es (#505)

* fix: Replace DER with ASN1 BER encoding when parsing distinguishedNames
* Remove leftover comment

v3.4.6

Toggle v3.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Mirror v3 to root directory (#468)

v3.4.5

Toggle v3.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: enable DirSync control in search operation (#436)

* feat: enable DirSync control in search operation

* fix: fixed ineffectual assignment to err

* fix: fixed should replace loop with error

* fix: not include Cookie in SearchResult struct

---------

Co-authored-by: shimokubo <shimokubo@osstech.co.jp>

v3.4.4

Toggle v3.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix request timeout handling (#388)

* Fix request timeout handling
* Ensure 64-bit alignment

v3.4.3

Toggle v3.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Linter cleanup (#368)

v3.4.2

Toggle v3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow using `;` as RDN separator according to rfc2253 (#352)