Bump go-ldap to latest release

To be able to build with latest reva again
This commit is contained in:
Ralf Haferkamp
2025-02-20 09:06:07 +01:00
parent 09d1b06c18
commit 0d03092669
10 changed files with 313 additions and 15 deletions
@@ -374,3 +374,8 @@ func (c ConnWithReconnect) Syncrepl(ctx context.Context, searchRequest *ldap.Sea
// unimplemented
return nil
}
// Extended implements the ldap.Client interface
func (c ConnWithReconnect) Extended(_ *ldap.ExtendedRequest) (*ldap.ExtendedResponse, error) {
return nil, ldap.NewError(ldap.LDAPResultNotSupported, fmt.Errorf("not implemented"))
}