-
Notifications
You must be signed in to change notification settings - Fork 376
Closed
Labels
Description
It seems that v3.4.3 (and probably most other releases) are broken.
The Release fails to build because of a breaking change in https://github.com/Azure/go-ntlmssp (v0.0.0-20220621081337-cb9428e4ac1e)
They Merged this PR Azure/go-ntlmssp#32 in Azure/go-ntlmssp@cb9428e
That PR changed the function signature of ntlmssp.ProcessChallenge to have an additional bool causing the following build failure:
# github.com/go-ldap/ldap/v3
../../go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.3/bind.go:500:96: not enough arguments in call to ntlmssp.ProcessChallenge
have ([]byte, string, string)
want ([]byte, string, string, bool)
https://github.com/Azure/go-ntlmssp does apparently not tag releases. Which is why it gets upgraded even tho it had a breaking change
Reactions are currently unavailable