Joe

Results 18 comments of Joe

@vinaykulkarni89 - how were you able to create a MSI?

thanks! I will build locally and apply fix. Will this get rolled into a distributed release or would you recommend forking and merge with changes with main branches?

thank you very much - this library is great, in my tests so much faster than the alternatives for read-only operations and easy to use!

It's probably because the server requires NTLM authentication - I have a PR in to implement this in this repo but this seems to be not very active you could...

Yes, I am able to reproduce the issue. Initial investigation shows that the call in "CreateShell" to "response, err := c.sendRequest(request)" is returning a 401 - will investigate further

I have traced the code to https://github.com/masterzen/winrm/blob/807053a1bcb92228b78594f11403cb140399ea81/encryption.go#L115 and then the code in github.com/bodgit/ntlmssp https://github.com/bodgit/ntlmssp/blob/9c8ca384e779e74e9834e66000103151f33e2b33/http/client.go#L179 it actually makes it through to then end, but a 401 is returned https://github.com/bodgit/ntlmssp/blob/9c8ca384e779e74e9834e66000103151f33e2b33/http/client.go#L248C7-L248C7 I have...

@NikunjPatel31 - new information from @bodgit - trying those now see https://github.com/bodgit/ntlmssp/issues/51 The mutex statement was more around what I was trying to figure out where the issue was, not...

It's probably because the server requires NTLM authentication - I have a PR in to implement this in this repo but this seems to be not very active you could...

I have a PR in to implement this in this repo but this seems to be not very active you could use https://github.com/CalypsoSys/bobwinrm see https://github.com/CalypsoSys/bobwinrmntlm for usage

It's probably because the server requires NTLM authentication - I have a PR in to implement this in this repo but this seems to be not very active you could...