github.com/cs3org/reva/v2@v2.27.7/changelog/1.2.0_2020-08-25/ldap-get-by-claim.md (about) 1 Enhancement: Update LDAP user driver 2 3 The LDAP user driver can now fetch users by a single claim / attribute. Use an `attributefilter` like `(&(objectclass=posixAccount)({{attr}}={{value}}))` in the driver section. 4 5 It also adds the uid and gid to the users opaque properties so that eos can use them for chown and acl operations. 6 7 https://github.com/cs3org/reva/pull/1088