Hello

We just added support MS Exchange freebusy information to trunk. Support is 
limited to the Web interface and works using MS Exchange Web Services.

To try it, install SOGo from source (or from a nightly build) and define an 
LDAP addressbook source corresponding to your MS Exchange users (likely 
pointing to an Active Directory server). Add the attribute "MSExchangeHostname" 
with the IP or hostname of your MS Exchange server. Your source definition 
should look like this :

    {
        id = ad;
        type = ldap;
        displayName = "Active Directory";
        canAuthenticate = NO;
        isAddressBook = YES;
        hostname = "192.168.1.113";
        port = 389;
        CNFieldName = cn;
        IDFieldName = sAMAccountName;
        UIDFieldName = sAMAccountName;
        baseDN = "CN=Users,DC=example,DC=com";
        bindDN = "CN=SOGo,CN=Users,DC=example,DC=com";
        bindPassword = qwerty;
        MSExchangeHostname = "192.168.1.113";
    }

The SOAP query is currently formatted for MS Exchange 2007 only.

The next step will be to add the same support in CalDAV requests.

Testing is more than welcome!

Thanks,

Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to