我在EWS ()连接器上使用了一段时间,而且一切都很好。
然后,从一天到另一天,没有任何配置改变,我知道,我开始得到“未经授权”。
我尝试使用以下命令重置所有进化论配置(在备份本地电子邮件之后)。
rm -rf .cache/ .local/share/keyrings/ .local/share/evolution/ .config/evolution/我还删除了系统密钥环,如您所见。
在重新启动系统和重新配置演化之后,我仍然会再次获得“未经授权”。
这是EWS_DEBUG=2 evolution的输出
> POST /ews/exchange.asmx HTTP/1.1
> Soup-Debug-Timestamp: 1461566380
> Soup-Debug: SoupSessionAsync 1 (0x55c06aef6be0), ESoapMessage 1 (0x55c06d87f910), SoupSocket 1 (0x7fbe08005dc0)
> Host: example.example.local
> User-Agent: Evolution/3.18.5
> Connection: Keep-Alive
> Content-Type: text/xml; charset=utf-8
> Authorization: NTLM AUTH-DATA-REDACTED-FOR-STACKOVERFLOW
>
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header><types:RequestServerVersion xmlns:types="http://schemas.microsoft.com/exchange/services/2006/types" Version="Exchange2007_SP1"/></SOAP-ENV:Header><SOAP-ENV:Body xmlns:messages="http://schemas.microsoft.com/exchange/services/2006/messages"><messages:SyncFolderHierarchy xmlns="http://schemas.microsoft.com/exchange/services/2006/types"><messages:FolderShape><BaseShape>AllProperties</BaseShape></messages:FolderShape></messages:SyncFolderHierarchy></SOAP-ENV:Body></SOAP-ENV:Envelope>
< HTTP/1.1 401 Unauthorized
< Soup-Debug-Timestamp: 1461566380
< Soup-Debug: ESoapMessage 1 (0x55c06d87f910)
< Server: Microsoft-IIS/7.0
< WWW-Authenticate: NTLM AUTH-DATA-REDACTED-FOR-STACKOVERFLOW
< WWW-Authenticate: Negotiate
< WWW-Authenticate: Basic realm="example.example.local"
< X-Powered-By: ASP.NET
< Date: Mon, 25 Apr 2016 06:39:42 GMT
< Content-Length: 0当Ubuntu 15.10停止工作时,我正在使用它。同时,我升级到16.04,希望这能解决问题,但没有解决。
另外,我在“进化EWS”中的一个同事的计算机上尝试了我的帐户,它可以工作。在我的计算机上,它甚至在与另一个系统用户登录时都不工作(从而清理配置)。
发布于 2016-04-25 09:52:53
这是由于更新了一些samba库,请参阅https://bugs.launchpad.net/ubuntu/+source/evolution-mapi/+bug/1571854?comments=all,不幸的是,我也受到了影响:-(
https://askubuntu.com/questions/762225
复制相似问题