Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从 Windows 和 Unix 向 Exchange EWS 进行身份验证。
是否有任何库或我可以在 Go 中使用的任何东西?我看到有cntlm,一个我可以 exec() 的 NTLM 代理。但我不确定这是否适用于 Exchange .. 有人似乎在这里遇到了问题。
如果 Exchange 支持 kerberos,您可以尝试 gokerb ( https://github.com/jmckaskill/gokerb )。NTLM 在我的名单上...