NTLM身份验证使用Go

huangapple go评论81阅读模式
英文:

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 ...

huangapple
  • 本文由 发表于 2013年1月25日 03:37:20
  • 转载请务必保留本文链接:https://go.coder-hub.com/14509326.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定