Azure / go-ntlmssp

NTLM/Negotiate authentication over HTTP
MIT License
189 stars 67 forks source link

Set workstation to empty string in authenticate_message.go #30

Closed Catbuttes closed 2 years ago

Catbuttes commented 3 years ago

Setting the workstation to "go-ntlmssp" in this message can cause 401 errors if the user in use has limited login rights to servers. Leaving it blank at this stage when combined with setting it in the NewNegotiateMessage enables successful authentication.

This doesn't completely solve #26 but may be helpful. It may however solve #14 and #16

paulmey commented 2 years ago

Thanks for your contribution!