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
+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"))
}