Hello,

 

I have installed Using the yum repository on my centos 5.5 64bit
installation. And configured it as per the installation pdf. However when I
try to login I get following error in sogo.log "SOGoRootPage  Login for user
'admin' might not have worked - password policy: 65535  grace: -1  expire:
-1  bound: 0". I have seen the archive where it's said "LDAP bind failed for
your users during the login operation"  however, I don't think that is the
problem as I don't get any ldap bind error. If I change the LDAP bind
password I get following error "Could not bind to the LDAP server 127.0.0.1
(389) using the bind DN: cn=Manager,dc=example,dc=co,dc=uk". Please help me
here.

 

My ldap server is as I am able to authenticate to IMAP server without any
problem.

 

My .GNUstepDefaults are as follow's

 

{

    NSGlobalDomain = {

    };

    sogod = {

        OCSFolderInfoURL =
"mysql://sogo:sogo...@localhost:3306/sogo/sogo_folder_info";

        SOGoACLsSendEMailNotifications = YES;

        SOGoAppointmentSendEMailNotifications = YES;

        SOGoDraftsFolderName = Drafts;

        SOGoFoldersSendEMailNotifications = YES;

        SOGoIMAPServer = localhost;

        SOGoLanguage = English;

        SOGoMailDomain = example.co.uk;

        SOGoMailingMechanism = smtp;

        SOGoProfileURL =
"mysql://sogo:sogo...@localhost:3306/sogo/sogo_user_profile";

        SOGoSMTPServer = localhost;

        SOGoSentFolderName = Sent;

        SOGoTimeZone = Asia/Kolkata;

        SOGoTrashFolderName = Trash;

        SOGoUserSources = (

            {

                CNFieldName = cn;

                IDFieldName = cn;

                UIDFieldName = uid;

                baseDN = "ou=Users,dc=example,dc=co,dc=uk";

                bindDN = "cn=Manager,dc=example,dc=co,dc=uk";

                bindFields = (

                    uid

                );

                bindPassword = secret;

                canAuthenticate = YES;

                displayName = "Active Directory";

                hostname = 127.0.0.1;

                id = directory;

                isAddressBook = YES;

                port = 389;

                type = ldap;

            }

        );

    };

}

 

Sogo.log (Ldap Bind is successful)

Oct 29 18:56:35 sogod [13853]: [WARN] <0x0x1a293670[WOWatchDog]>
'WOHttpAllowHost' is ignored in watchdog mode, use a real firewall instead

Oct 29 18:56:35 sogod [13853]: <0x0x1a293670[WOWatchDog]> listening on
*:20000

Oct 29 18:56:35 sogod [13853]: <0x0x1a293670[WOWatchDog]> watchdog process
pid: 13853

Oct 29 18:56:35 sogod [13853]: <0x0x1a293670[WOWatchDog]> preparing 1
children

Oct 29 18:56:35 sogod [13853]: <0x0x1a293670[WOWatchDog]> child spawned with
pid 13854

Oct 29 18:56:35 sogod [13854]: <0x0x1a4a04f0[SOGoProductLoader]> SOGo
products loaded from '/usr/GNUstep/System/Library/SOGo':

Oct 29 18:56:35 sogod [13854]: <0x0x1a4a04f0[SOGoProductLoader]>
Mailer.SOGo, CommonUI.SOGo, Contacts.SOGo, MailerUI.SOGo,
AdministrationUI.SOGo, Appointments.SOGo, MailPartViewers.SOGo, MainUI.SOGo,
PreferencesUI.SOGo, ContactsUI.SOGo, SchedulerUI.SOGo

Oct 29 18:56:35 sogod [13854]: |SOGo| version 1.3.3 (build
[email protected] 201010191242) -- starting

Oct 29 18:56:35 sogod [13854]: |SOGo| vmem size check enabled: shutting down
app when vmem > 384 MB

Oct 29 18:56:42 sogod [13854]: <0x0x1a4b28e0[SOGoCache]> Cache cleanup
interval set every 300.000000 seconds

Oct 29 18:56:42 sogod [13854]: <0x0x1a4b28e0[SOGoCache]> Using host(s)
'localhost' as server(s)

2010-10-29 18:56:42.014 sogod[13854] Note(SoObject): SoDebugKeyLookup is
enabled!

2010-10-29 18:56:42.015 sogod[13854] Note(SoObject): SoDebugBaseURL is
enabled!

2010-10-29 18:56:42.015 sogod[13854] Note(SoObject): relative base URLs are
enabled.

2010-10-29 18:56:42.032 sogod[13854] WOCompoundElement: pool embedding is
on.

2010-10-29 18:56:42.032 sogod[13854] WOCompoundElement: id logging is on.

Oct 29 18:56:42 sogod [13854]: SOGoRootPage Login for user 'admin' might not
have worked - password policy: 65535  grace: -1  expire: -1  bound: 0

127.0.0.1 - - [29/Oct/2010:18:56:42 GMT] "POST /SOGo/connect HTTP/1.1" 403
34/58 0.035 - - 2M

 

Sogo.log (Ldap Bind failed)

Oct 29 18:55:41 sogod [13605]: [WARN] <0x0xc2fe6c0[WOWatchDog]>
'WOHttpAllowHost' is ignored in watchdog mode, use a real firewall instead

Oct 29 18:55:41 sogod [13605]: <0x0xc2fe6c0[WOWatchDog]> listening on
*:20000

Oct 29 18:55:41 sogod [13605]: <0x0xc2fe6c0[WOWatchDog]> watchdog process
pid: 13605

Oct 29 18:55:41 sogod [13605]: <0x0xc2fe6c0[WOWatchDog]> preparing 1
children

Oct 29 18:55:41 sogod [13605]: <0x0xc2fe6c0[WOWatchDog]> child spawned with
pid 13606

Oct 29 18:55:41 sogod [13606]: <0x0xc50b500[SOGoProductLoader]> SOGo
products loaded from '/usr/GNUstep/System/Library/SOGo':

Oct 29 18:55:41 sogod [13606]: <0x0xc50b500[SOGoProductLoader]>
Mailer.SOGo, CommonUI.SOGo, Contacts.SOGo, MailerUI.SOGo,
AdministrationUI.SOGo, Appointments.SOGo, MailPartViewers.SOGo, MainUI.SOGo,
PreferencesUI.SOGo, ContactsUI.SOGo, SchedulerUI.SOGo

Oct 29 18:55:41 sogod [13606]: |SOGo| version 1.3.3 (build
[email protected] 201010191242) -- starting

Oct 29 18:55:41 sogod [13606]: |SOGo| vmem size check enabled: shutting down
app when vmem > 384 MB

Oct 29 18:56:04 sogod [13606]: <0x0xc51d8f0[SOGoCache]> Cache cleanup
interval set every 300.000000 seconds

Oct 29 18:56:04 sogod [13606]: <0x0xc51d8f0[SOGoCache]> Using host(s)
'localhost' as server(s)

2010-10-29 18:56:04.862 sogod[13606] Note(SoObject): SoDebugKeyLookup is
enabled!

2010-10-29 18:56:04.862 sogod[13606] Note(SoObject): SoDebugBaseURL is
enabled!

2010-10-29 18:56:04.862 sogod[13606] Note(SoObject): relative base URLs are
enabled.

2010-10-29 18:56:04.880 sogod[13606] WOCompoundElement: pool embedding is
on.

2010-10-29 18:56:04.880 sogod[13606] WOCompoundElement: id logging is on.

2010-10-29 18:56:04.894 sogod[13606] Could not bind to the LDAP server
127.0.0.1 (389) using the bind DN: cn=Manager,dc=example,dc=co,dc=uk

Oct 29 18:56:04 sogod [13606]: SOGoRootPage Login for user 'admin' might not
have worked - password policy: 65535  grace: -1  expire: -1  bound: 0

127.0.0.1 - - [29/Oct/2010:18:56:04 GMT] "POST /SOGo/connect HTTP/1.1" 403
34/58 0.045 - - 2M

 

 

Regards,

 

Mohan

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

Reply via email to