Topic: Global Adressbook with Active Directory + SOGo - Is it available?
======== Required information ====
- iRedMail version (check /etc/iredmail-release): iRedMail-0.9.5-1
- Linux/BSD distribution name and version: Ubuntu 14.04.4 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Windows 2003 Active Directory
- Web server (Apache or Nginx): Apache/2.4.7 (Ubuntu)
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue: as follows...
====
Hi.
Now that I've managed to use Outlook with ActiveSync, I am struggling to make Global Adressbook defined in SOGo to show up in Outlook.
Here's my SOGo.conf Global Addressbook:
SOGoUserSources = (
{
type = ldap;
hostname = "ldap://myADserver.mydomain";
baseDN = "CN=users,DC=mydomain";
//bindAsCurrentUser = YES;
bindDN = "ADuserforbind@mydomain";
bindPassword = "ADuserforbind_passwd";
filter = "((memberOf='CN=Group with users members only,CN=Users,DC=mydomain' AND NOT useraccountcontrol:1.2.840.113556.1.4.803:='2') OR (memberOf='CN=Group with Groups members only,CN=Users,DC=mydomain'))";
scope = SUB;
// The algorithm used for password encryption when changing
// passwords without Password Policies enabled.
// Possible values are: plain, crypt, md5-crypt, ssha, ssha512.
userPasswordAlgorithm = plain;
IDFieldName = cn;
bindFields = (sAMAccountName);
CNFieldName = cn;
// value of UID field must be unique on whole server.
UIDFieldName = sAMAccountName;
IMAPLoginFieldName = mail;
SearchFieldNames = (cn, sn, displayName, mail, otherMailbox, name);
canAuthenticate = YES;
displayName = "My Global Catalog";
id = directory;
isAddressBook = YES;
}
)
It works perfectly in SOGo web interface, but I just don't know how to make it work with Outlook 2013 (if it is possible at all).
In this meantime, if I find out how, I'll post it here as usual.
Thank you.
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.