The go-ldap project has released version 3.4.4 of its LDAP API for Go. Some of the changes in this release include:
- Updated the minimum required Go version to 1.14
- Added support for entry unmarshalling
- Added support for NTLM authentication without a password
- Added support for the subtree delete control
- Added support for referrals for modify operations
- Added support for configurable logging
- Fixed an issue with request timeout handling
- Added missing client interface methods