英文:
NTLM authentication using Go
问题
我需要在Windows和Unix上进行Exchange EWS的身份验证。
有没有任何库或其他东西可以在Go中使用来实现这一点?我看到有一个Cntlm,一个我可以执行的NTLM代理。但我不确定这是否适用于Exchange..有人似乎在这里遇到了问题。
英文:
I need to authenticate to Exchange EWS from both Windows and Unix.
Is there any library or anything I could use to do that in Go? I saw there is cntlm, a NTLM proxy I could exec(). But I am not sure if this is working for Exchange.. Someone seemed to have problems here.
答案1
得分: 2
如果交换支持Kerberos,您可以尝试使用gokerb(https://github.com/jmckaskill/gokerb)。NTLM在我的列表中...
英文:
If exchange supports kerberos you can try gokerb (https://github.com/jmckaskill/gokerb). NTLM is on my list ...
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论