On 06/16/2015 05:23 PM, Marc Patermann wrote:
> Is there some documentation how this works? How is the /ews of the
> exchange server is found etc.?

You need to define an extra usersource like this:

    type = ldap;
    CNFieldName = cn;
    IDFieldName = sAMAccountName;
    UIDFieldName = sAMAccountName;
    baseDN = "DC=company,DC=com";
    canAuthenticate = NO;
    bindDN = "a_dn_to_bind_with";
    bindPassword = "a_secret";
    displayName = "Descriptive name";
    hostname = "ldap://q.w.e.r ldap://a.s.d.f";;
    MSExchangeHostname = "webmail.company.com";
    id = exch-ad;
    isAddressBook = YES;
    port = 3268;
    scope = "SUB";

After this, free/buzy lookups are done 'automatically'. Several fixes
were made for timezone conversion issue, but latest sogo works very well.

Let me know if you need more info.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to