go-ldap / ldap

Basic LDAP v3 functionality for the GO programming language.
Other
2.23k stars 352 forks source link

chore: Fix desynced root and v3 directory (fixes #520) #521

Closed cpuschma closed 4 months ago

cpuschma commented 4 months ago

As pointed out in https://github.com/go-ldap/ldap/issues/520#issue-2319762177, the subdirectory v3 has been out of sync. This PR copies all missing changes to the root directory.