github.com/cs3org/reva/v2@v2.27.7/changelog/1.0.0_2020-07-28/update-ldap-deps-to-v3.md (about)

     1  Enhancement: Update github.com/go-ldap/ldap to v3
     2  
     3  In the current version of the ldap lib attribute comparisons are case sensitive. With v3 `GetEqualFoldAttributeValue` is introduced, which allows a case insensitive comparison. Which AFAICT is what the spec says: see https://github.com/go-ldap/ldap/issues/129#issuecomment-333744641
     4  
     5  https://github.com/cs3org/reva/pull/1004