Hallo! I had same problem some times ago. Try change according fields in your config in SOGoUserSources section:

        CNFieldName = cn;
        IDFieldName = cn;
        UIDFieldName = sAMAccountName;
        bindFields = (sAMAccountName);
        id = directory;

And add in there, in SOGoUserSources, passwordPolicy = NO;

After this changes my problem was solved. This is from Sogo Installation and Configuration Guide (https://sogo.nu/files/docs/v3/SOGoInstallationGuide.pdf)

09.04.2019 18:16, Keith Howard ([email protected]) пишет:
SOGoUserSources = (
    {
      type = ldap;
      CNFieldName = cn;
      IDFieldName = sAMAccountName;
      UIDFieldName = sAMAccountName;
      baseDN = "CN=Users,DC=medinaco,DC    =lan";
      bindDN = "CN=Administrator,CN=Users,DC=medinaco,DC=lan";
      bindFields = (sAMAccountName,mail,userPrincipalName);
      bindPassword = <redacted> ;
      canAuthenticate = YES;
      displayName = "Public";
      hostname = "ldap://localhost";;
      id = public;
      isAddressBook = YES;
      scope = SUB;

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

Reply via email to