Hello,

I am trying to configure my existing Windows Active Directory as the User
Source for sogo. Unfortunately I am not successful yet.
That's what I have:

SOGoUserSources =
(
  {
    type = ldap;
    CNFieldName = cn;
    IDFieldName = cn;
    UIDFieldName = sAMAccountName;
    baseDN = "dc=x,dc=x";
    bindDN = "cn=binder,dc=x,dc=x";
    bindFields = (sAMAccountName);
    bindPassword = xxxxx;
    canAuthenticate = YES;
    displayName = "Active Directory";
    hostname = ip of windows server;
    id = directory;
    isAddressBook = YES;
    port = 389;
  }
)

Am I missing anything?

Kind regards,
Christoph Schröder-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to