go-ldap 3.3.0

The go-ldap project has released version 3.3.0 of its LDAP API for Go. Changes in this release include:

  • Fixed an issue that could cause a panic during NTLMChallengeBind processing
  • Added support for the Who Am I? extended operation as described in RFC 4532
  • Added support for the LDAP_SERVER_LINK_TTL_OID control
  • Added an appropriate error message and result code for network timeouts
  • Added isClosing to the client interface for mocking