Hi guys, I have a lot of entry in my sogo.log
Sogo 2.1.1b rpm for CentOS
The log file is becoming strangely big

This the error at every login:
Apr 03 16:08:34 sogod [9282]: <0x0xb8704744[LDAPSource]> <NSException: 0xb87c761c> NAME:LDAPException REASON:operation bind failed: Invalid credentials (0x31) INFO:{login = "cn=pippo,ou=groups,dc=***informatica,dc=com"; }

The 50% of my log is composed by this entry, see:
# cat /var/log/sogo/sogo.log.2 | grep LDAPException | wc -l
6035088
# wc -l < /var/log/sogo/sogo.log.2
12664367

My log is becoming about 2GB and that blocks sogo daemon

The strange thing is that it's not real because the login is ok.

This happens from 2.1.1 version, can you help me?
Thanks a lot
Alessio



-----
This is the entry the user entry in my ldap

dn: uid=pippo,ou=Users,dc=****informatica,dc=com
ou: Reparto Software
structuralObjectClass: inetOrgPerson
entryUUID: accd8cc4-b15a-1032-9509-ab39327ca06a
creatorsName: cn=root,dc=****informatica,dc=com
createTimestamp: 20130914072611Z
uid: pippo
street: Via Borgognina
cn: Lorella Trombetti
homeDirectory: /home/e-smith/files/users/pippo
telephoneNumber: *****54323
uidNumber: 5011
objectClass: inetOrgPerson
objectClass: posixAccount
gidNumber: 5011
l: ****
sn: *****
userPassword:: e0NSWVBUfSQxJHhzclg0M2tDJHFtemt6aG5BUS5xUGZmeC9LcmwvSy4=
mail: ******informatica.com
givenName: pippo
loginShell: /usr/bin/rssh
o: **** Informatica Srl
entryCSN: 20140402164811Z#000000#00#000000
modifiersName: cn=root,dc=****informatica,dc=com
modifyTimestamp: 20140402164811


This is my sogo.conf

{
        NGUseUTF8AsURLEncoding = YES;
OCSFolderInfoURL = "mysql://sogo:***0VyBQnQ2ArGh0ta8GqGULCFf3NWvazTE4Xsx0auHFjtTHk0@localhost/sogo/sogo_folder_info"; OCSSessionsFolderURL = "mysql://sogo:****70VyBQnQ2ArGh0ta8GqGULCFf3NWvazTE4Xsx0auHFjtTHk0@localhost/sogo/sogo_sessions_folder";
        SOGoACLsSendEMailNotifications = NO;
        SOGoAppointmentSendEMailNotifications = YES;
        SOGoAppointmentSendEMailReceipts = YES;
        SOGoAuthenticationMethod = LDAP;
        SOGoDraftsFolderName = Drafts;
        SOGoEnablePublicAccess = YES;
        SOGoFoldersSendEMailNotifications = NO;
        SOGoIMAPServer = localhost;
        SOGoMailDomain = ****informatica.com;
        SOGoMailingMechanism = smtp;
SOGoProfileURL = "mysql://sogo:**bbiJeyQTnO70VyBQnQ2ArGh0ta8GqGULCFf3NWvazTE4Xsx0auHFjtTHk0@localhost/sogo/sogo_user_profile";
        SOGoSMTPServer = localhost;
        SOGoSentFolderName = Sent;
        SOGoSuperUsernames = (
            admin
        );
        SOGoTimeZone = Europe/Rome;
        SOGoTrashFolderName = Trash;
        WOWorkersCount = 3;
        SOGoMailAuxiliaryUserAccountsEnabled = YES;
        SOGoMailCustomFromEnabled = YES;

        SOGoSieveServer = sieve://localhost:4190;
        SOGoSieveScriptsEnabled = YES;
        SOGoVacationEnabled = YES;
        SOGoForwardEnabled = YES;
        NGImap4ConnectionStringSeparator = "/";

        SOGoUserSources = (
        {
             isAddressBook = YES;
             canAuthenticate = NO;
             hostname = localhost;
             port = 389;
             IDFieldName = cn;
             baseDN = "dc=rubrica";
             UIDFieldName = cn;
             id = phonebook;
             bindFields = cn;
             CNFieldName = cn;
             displayName = "Rubrica Centralizzata";
        },

            {
                CNFieldName = cn;
                IDFieldName = uid;
                UIDFieldName = uid;
                baseDN = "ou=Users,dc=***informatica,dc=com";
                canAuthenticate = YES;
                displayName = "Users";
                hostname = localhost;
                id = users;
                isAddressBook = YES;
                port = 389;
                type = ldap;
            },
        );
        WOMessageUseUTF8 = YES;
        WOParsersUseUTF8 = YES;
        WOPort = 127.0.0.1:20000;
        WOUseRelativeURLs = YES;
}


--
Alessio Fattorini
Nethesis srl - Pesaro (Italy)
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to