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:abc@127.0.0.1:3306/sogo/sogo_folder_info";
    OCSSessionsFolderURL =
"mysql://sogo:abc@127.0.0.1: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:abc@127.0.0.1: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:a...@mysql.catatec.ch: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;
}
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to