Bump reva to commit after ldap bump

Fixes build
This commit is contained in:
Ralf Haferkamp
2025-02-20 09:24:08 +01:00
parent 6b08fa51ee
commit 26cf0255d0
11 changed files with 120 additions and 46 deletions
@@ -599,6 +599,7 @@ assimilate:
attributes.SetInt64(prefixes.BlobsizeAttr, fi.Size())
attributes.SetInt64(prefixes.TypeAttr, int64(provider.ResourceType_RESOURCE_TYPE_FILE))
}
attributes.SetTime(prefixes.MTimeAttr, fi.ModTime())
n := node.New(spaceID, id, parentID, filepath.Base(path), fi.Size(), "", provider.ResourceType_RESOURCE_TYPE_FILE, nil, t.lookup)
n.SpaceRoot = &node.Node{SpaceID: spaceID, ID: spaceID}
+4
View File
@@ -344,3 +344,7 @@ func (c *ConnWithReconnect) Syncrepl(ctx context.Context, searchRequest *ldap.Se
// unimplemented
return nil
}
func (c *ConnWithReconnect) Extended(_ *ldap.ExtendedRequest) (*ldap.ExtendedResponse, error) {
return nil, ldap.NewError(ldap.LDAPResultNotSupported, fmt.Errorf("not implemented"))
}