Hi

the problem disappeared after several tries...
Maybe it was a browser cookie/cache issue. It was real, i have it in the logs
(before i turned on debug mode;)

greetings
Christian

PS: SOGo 2.3.0 Opensuse Packages:
http://download.opensuse.org/repositories/server:/SOGo:/Test/


Am 04.06.2015 um 11:39 schrieb [email protected]:
> Hi
> 
> I just updated my testserver to 2.3.0
> Most things are tested and are working. Great job, thanks!
> Only one problem persists: I have two authentication sources one LDAP and a
> mysql view.
> 
> with 2.2.17a you can login with accounts from both sources.
> with 2.3.0 only LDAP accounts are working. The order of the source definition
> doesn't have an influence.
> With only the mysql-account source, it's working to.
> 
> Does anyone has an explanation or similar problems? Should i open a bug
> report?
> 
> Greetings Christian Schweingruber
> CATATEC
> 
> here my source-config:
> {
>     NGImap4DisableIMAP4Pooling = No;
>     NGUseUTF8AsEncoding = YES;
>     NGUseUTF8AsURLEncoding = YES;
>     OCSFolderInfoURL =
> "mysql://sogo:[email protected]:3306/sogo/sogo_folder_info";
>     OCSSessionsFolderURL =
> "mysql://sogo:[email protected]:3306/sogo/sogo_sessions_folder";
>     SOGoACLsSendEMailNotifications = YES;
>     SOGoAppointmentSendEMailNotifications = YES;
>     SOGoAppointmentSendEMailReceipts = YES;
>     SOGoAuthenticationMethod = LDAP;
>     SOGoDraftsFolderName = "INBOX/Drafts";
>     SOGoFoldersSendEMailNotifications = YES;
>     SOGoIMAPServer = "imapa.catatec.ch";
>     SOGoLanguage = German;
>     SOGoMailCustomFromEnabled = YES;
>     SOGoMailDomain = "catatec.ch";
>     SOGoMailingMechanism = smtp;
>     SOGoProfileURL = "mysql://sogo:[email protected]:3306/sogo/sogo_user_profile";
>     SOGoSMTPServer = "smtpa.catatec.ch";
>     SOGoSentFolderName = "INBOX/Sent";
>     SOGoSpecialFoldersInRoot = YES;
>     SOGoSuperUsernames = (
>         chrigu
>     );
>     SOGoTimeZone = "Europe/Berlin";
>     SOGoTrashFolderName = "INBOX/Trash";
>     SOGoUserSources = (
>         {
>             canAuthenticate = YES;
>             displayName = "SOGo Users";
>             id = users;
>             isAddressBook = NO;
>             type = sql;
>             userPasswordAlgorithm = plain;
>             viewURL =
> "mysql://sogo:[email protected]:3306/mail/sogo_authview";
>         },
>         {
>             CNFieldName = uid;
>             IDFieldName = uid;
>             UIDFieldName = uid;
>             baseDN = "ou=testaccounts,dc=catatec,dc=ch";
>             bindDN = "cn=Manager,dc=catatec,dc=ch";
>             bindPassword = abcd
>             canAuthenticate = YES;
>             displayName = "Shared Addresses";
>             hostname = "ldapa.catatec.ch";
>             id = public;
>             isAddressBook = YES;
>             port = 389;
>         }
>     );
>     WOMessageUseUTF8 = YES;
>     WOParsersUseUTF8 = YES;
>     WOPort = 20000;
>     WOWorkersCount = 3;
> }
> 

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

Reply via email to