Hi:

I recently updated my SOGo server from  2.3.4-1 to 2.3.5-1.

And since the changes, I can't login anymore :(
Before, it was working fine

I'm using an LDAP authentification. My server is working fine, but I get rejected with this king of

When I try with my original configuration, I have the folowing log messages after a fresh restart Jan 07 22:11:10 sogod [4264]: [ERROR] <0x0x7fc825ae9360[NGBundleManager]> could not create bundle for path: '/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundle' Jan 07 22:11:10 sogod [4264]: [WARN] <0x0x7fc8246bae20[WOxElemBuilder]> could not locate builders: WOxExtElemBuilder,WOxExtElemBuilder Jan 07 22:11:10 sogod [4264]: SOGoRootPage Login from '192.168.192.100' for user '[email protected]' might not have worked - password policy: 65535 grace: -1 expire: -1 bound: 0 Jan 07 22:11:10 sogod [4264]: 192.168.192.100 "POST /SOGo/connect HTTP/1.1" 403 34/69 0.071 - - 3M


I have two sources (openldap) in my configuration

  SOGoUserSources = (
   {
      type = ldap;
      CNFieldName = cn;
      UIDFieldName = uid;
      IDFieldName = mail; // first field of the DN for direct binds
      bindFields = (mail); // array of fields to use for indirect binds
      baseDN = "ou=xxxxx,ou=xxxxx,dc=xxxxx,dc=org";
      bindDN = "uid=xxxxx,ou=xxxxx,dc=xxxxx,dc=org";
      bindPassword = xxxxx;
      canAuthenticate = NO;
      displayName = "Anuario Global";
      hostname = ldaps://localhost:636;
      id = public;
      isAddressBook = YES;
    },
    {
      type = ldap;
      CNFieldName = cn;
      UIDFieldName = uid;
      IDFieldName = uid; // first field of the DN for direct binds
bindFields = (uid, mail); // array of fields to use for indirect binds
      baseDN = "ou=xxxxx,ou=xxxxx,dc=xxxxx,dc=org";
      bindDN = "uid=xxxxx,ou=xxxxx,dc=xxxxx,dc=org";
      bindPassword = xxxxx
      canAuthenticate = YES;
      hostname = ldaps://localhost:636;
      id = xxxxx;
      isAddressBook = NO;
    }
  );

And i'm running an Ubuntu 12.04.5 LTS server

Sometime I also get this kind of errors
Jan 07 22:15:01 sogod [4264]: [ERROR] <0x0x7fc82601f860[SOGoUserManager]> Authenticated with multidomain source but login is not an email

I don't SSL.bundle file, but it seems not to be a pb according to different forum??

So I try to login adding my domain, but nothing
I tried to remove the addressbook, tried to adjust settings, .....
Tried to use ldap instead of ldaps...

In fact I've already tried many things, but I miss ideas...

So help is welcome

Thanks in advance
Best
Damien
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to