Hi,

Something like that could work :

  SOGoUserSources = (
    {
      type = ldap;
      CNFieldName = cn;
      IDFieldName = cn;
      UIDFieldName = sAMAccountName;
      //baseDN = "CN=Users,dc=my,dc=domain,dc=ext";
      baseDN = "dc=my,dc=domain,dc=ext";
      bindDN = "CN=userloginforquery,CN=Users,DC=my,DC=domain,DC=ext";
      bindFields = (sAMAccountName);
      bindPassword = TheuserP4ssword;
      canAuthenticate = YES;
      displayName = "Active Directory";
      hostname = "ldap://ip-of-server-1:389 ldap://ip-of-server-2:389";;
      id = directory;
      isAddressBook = YES;
    }
  );

I hope it helps. Just add many with a space in between :)

Alexandre

On 09/26/2018 03:11 AM, Götz Reinicke wrote:
Hi,

is it possible to use multiple LDAP sources / ADs for failover and/or 
round-robin load balancing?

Thanks for feedback und regards . Götz


--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to