| Priority | medium |
|---|---|
| Bug ID | 59265 |
| CC | syncevolution-issues@syncevolution.org |
| Assignee | syncevolution-issues@syncevolution.org |
| Summary | Exchange 10 server requires X-MS-PolicyKey: 0 |
| Severity | normal |
| Classification | Unclassified |
| OS | Linux (All) |
| Reporter | g+syncevolution@cobb.uk.net |
| Hardware | Other |
| Status | NEW |
| Version | unspecified |
| Component | ActiveSync |
| Product | SyncEvolution |
Created attachment 72882 [details]
Force X-MS-PolicyKey: 0
When using activesyncd to access my employer's Exchange server, I received a
403 error on the first command. Note that this was not a username/password
error (that gives error 401).
The problem was fixed by including X-MS-PolicyKey: 0 in the request header
(which triggered provisioning).
A patch to eas-connection.c is attached.