fix: adjust for CS3 api change

see: https://github.com/cs3org/cs3apis/pull/247
This commit is contained in:
Ralf Haferkamp
2025-09-22 17:57:27 +02:00
committed by Ralf Haferkamp
parent e46e4bcbb0
commit 98d773bb9b

View File

@@ -111,7 +111,7 @@ func (i *CS3) GetUsers(ctx context.Context, oreq *godata.GoDataRequest) ([]*libr
res, err := gatewayClient.FindUsers(ctx, &cs3user.FindUsersRequest{
// FIXME presence match is currently not implemented, an empty search currently leads to
// Unwilling To Perform": Search Error: error parsing filter: (&(objectclass=posixAccount)(|(cn=*)(displayname=*)(mail=*))), error: Present filter match for cn not implemented
Filter: search,
Query: search,
})
switch {
case err != nil: