[SOGo] BTS activities for Friday, January 26 2018

2018-01-26 Thread SOGo reporter
Title: BTS activities for Friday, January 26 2018





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Friday, January 26 2018

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
4372
	2018-01-26 09:57:14
	updated (open)
	Web Calendar
	Mistake in Slovak translation
	
	  
	
  
  


-- users@sogo.nuhttps://inverse.ca/sogo/lists

[SOGo] SOGo with Zentyal ADDC

2018-01-26 Thread Lucio Crusca

Hello all. I'm new here.

I've just upgraded a Zentyal instance from 4.1 to 5.0.1.
After upgrade, SOGo doesn't let users log in anymore.
Users can access other Zentyal services like shares and domain logon, 
but SOGo refuses the same credentials.


I've tried copying over the `/etc/sogo/sogo.conf` from the old 
installation to the new one, purging the new `sogo` and `zentyal-sogo` 
packages, then installing them again and finally activating SOGo in the 
Zentyal control panel.


In the /var/log/sogo/sogo.log file I get:

Jan 26 13:57:00 sogod [15541]: SOGoRootPage Login from 
'192.168.1.253' for user 'direzione' might not have worked - password 
policy: 65535  grace: -1  expire: -1  bound: 0
Jan 26 13:57:00 sogod [15541]: 192.168.1.253 "POST /SOGo/connect 
HTTP/1.1" 403 34/64 0.018 - - 0


Here is what I believe is the relevant part of my current sogo.conf (the 
one that worked in the old version):


/* LDAP authentication */
  SOGoUserSources = (
  {
  type = ldap;
  id = sambaLogin;
  displayName = "SambaLogin";
  canAuthenticate = YES;
  CNFieldName = cn;
  IDFieldName = cn;
  UIDFieldName = sAMAccountName;
  hostname = "ldap://127.0.0.1;;
  baseDN = "DC=ufficio,DC=lan";
  bindDN = "CN=zentyal-mail-barth,CN=Users,DC=ufficio,DC=lan";
  bindPassword = "mWaByi97SfgLAWZQ49GS";
  bindFields = (sAMAccountName, mail);
  filter = "(mail='*')";
  MailFieldNames = (mail, otherMailbox);
  },
  {
  type = ldap;
  id = sambaShared;
  displayName = "Shared Addressbook";
  canAuthenticate = NO;
  isAddressBook = YES;
  CNFieldName = cn;
  IDFieldName = mail;
  UIDFieldName = mail;
  hostname = "ldap://127.0.0.1;;
  baseDN = "DC=ufficio,DC=lan";
  bindDN = "CN=zentyal-mail-barth,CN=Users,DC=ufficio,DC=lan";
  bindPassword = "mWaByi97SfgLAWZQ49GS";
  filter = "((NOT isCriticalSystemObject='TRUE') AND 
(mail=\'*\') AND (NOT objectClass=contact))";

  MailFieldNames = (mail, otherMailbox);
  },
  {
  type = ldap;
  id = sambaContacts;
  displayName = "Shared Contacts";
  canAuthenticate = NO;
  isAddressBook = YES;
  CNFieldName = cn;
  IDFieldName = mail;
  UIDFieldName = mail;
  hostname = "ldap://127.0.0.1;;
  baseDN = "DC=ufficio,DC=lan";
  bindDN = "CN=zentyal-mail-barth,CN=Users,DC=ufficio,DC=lan";
  bindPassword = "mWaByi09SfgLAWZQ49GS";
  filter = "objectClass=person) AND 
(objectClass=contact) AND ((uidNumber>=2000) OR (mail=\'*\'))) AND 
(NOT isCriticalSystemObject='TRUE') AND (NOT 
showInAdvancedViewOnly='TRUE') AND (NOT uid=Guest)) OR 
(((objectClass=group) AND (gidNumber>=2000)) AND (NOT 
isCriticalSystemObject='TRUE') AND (NOT showInAdvancedViewOnly='TRUE')))";

  mapping = {
  displayname = ("cn");
  };
  MailFieldNames = (mail, otherMailbox);
  }
  );

  /* Web Interface */
  SOGoPageTitle = "Zentyal Webmail";
  SOGoVacationEnabled = NO;
  SOGoForwardEnabled = YES;
  SOGoSieveScriptsEnabled = YES;

Can you help me spot the problem?
--
users@sogo.nu
https://inverse.ca/sogo/lists