Sogo is not connecting to the LDAP server at all, what am i doing wrong? (debian squeeze sogo version 1.3.5 build 201101271838) Ive had "ngrep tcp and port 389" running during sogo restart and login, and nothing shows, but does for apache directory studio
/home/sogo/GNUstep/Defaults/.GNUstepDefaults <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml"> <plist version="0.9"> <dict> <key>NSGlobalDomain</key> <dict> </dict> <key>sogod</key> <dict> <key>LDAPDebugEnabled</key> <string>YES</string> <key>OCSFolderInfoURL</key> <string>mysql://sogo:sogo@localhost:3306/sogo/sogo_folder_info</string> <key>OCSSessionsFolderURL</key> <string>mysql://sogo:sogo@localhost:3306/sogo/sogo_sessions_folder</string> <key>SOGoACLsSendEMailNotifications</key> <string>YES</string> <key>SOGoAppointmentSendEMailNotifications</key> <string>YES</string> <key>SOGoAuthentificationMethod</key> <string>LDAP</string> <key>SOGoDebugRequests</key> <string>YES</string> <key>SOGoFoldersSendEMailNotifications</key> <string>YES</string> <key>SOGoIMAPServer</key> <string>192.168.1.37</string> <key>SOGoLanguage</key> <string>English</string> <key>SOGoMailDomain</key> <string>onceasperm.co.uk</string> <key>SOGoProfileURL</key> <string>mysql://sogo:sogo@localhost:3306/sogo/sogo_user_profile</string> <key>SOGoSuperUsernames</key> <string>sogo</string> <key>SOGoTimeZone</key> <string>Europe/London</string> <key>SOGoUserSources</key> <array> <dict> <key>type</key> <string>ldap</string> <key>id</key> <string>Mine</string> <key>CNFieldName</key> <string>cn</string> <key>IDFieldName</key> <string>uid</string> <key>UIDFieldName</key> <string>uid</string> <key>IMAPHostFieldName</key> <string>mailHost</string> <key>UIDFieldName</key> <string>uid</string> <key>baseDN</key> <string>ou=users,dc=onceasperm,dc=co,dc=uk</string> <key>bindDN</key> <string>cn=admin,dc=onceasperm,dc=co,dc=uk</string> <key>bindPassword</key> <string>********</string> <key>canAuthenticate</key> <string>YES</string> <key>displayName</key> <string>Shared Addresses</string> <key>hostname</key> <string>192.168.1.18</string> <key>id</key> <string>public</string> <key>isAddressBook</key> <string>YES</string> <key>port</key> <string>389</string> </dict> </array> </dict> </dict> </plist> /var/log/sogo/sogo.log Mar 21 14:13:11 sogod [12548]: <0x0x8be93f8[WOWatchDog]> listening on *:20000 Mar 21 14:13:11 sogod [12548]: <0x0x8be93f8[WOWatchDog]> watchdog process pid: 12548 Mar 21 14:13:11 sogod [12548]: <0x0x8be93f8[WOWatchDog]> preparing 1 children Mar 21 14:13:11 sogod [12548]: <0x0x8be93f8[WOWatchDog]> child spawned with pid 12550 Mar 21 14:13:11 sogod [12550]: <0x0x8d3e380[SOGoProductLoader]> SOGo products loaded from '/usr/lib/GNUstep/SOGo': Mar 21 14:13:11 sogod [12550]: <0x0x8d3e380[SOGoProductLoader]> MailPartViewers.SOGo, AdministrationUI.SOGo, MainUI.SOGo, ContactsUI.SOGo, Appointments.SOGo, Mailer.SOGo, CommonUI.SOGo, Contacts.SOGo, SchedulerUI.SOGo, PreferencesUI.SOGo, MailerUI.SOGo Mar 21 14:13:11 sogod [12550]: |SOGo| version 1.3.5 (build @vizzini.inverse.ca 201101271838) -- starting Mar 21 14:13:11 sogod [12550]: |SOGo| vmem size check enabled: shutting down app when vmem > 384 MB 2011-03-21 14:13:18.707 sogod[12550] -[NGInternetSocketAddress _fillHost]: host not found .. 2011-03-21 14:13:18.708 sogod[12550] could not get DNS name of address 192.168.1.21 in domain <InternetDomain[0x0x8bf6818]>: 1 Mar 21 14:13:18 sogod [12550]: |SOGo| starting method 'POST' on uri '/SOGo/connect' Mar 21 14:13:18 sogod [12550]: <0x0x8af6b50[SOGoCache]> Cache cleanup interval set every 300.000000 seconds Mar 21 14:13:18 sogod [12550]: <0x0x8af6b50[SOGoCache]> Using host(s) 'localhost' as server(s) 2011-03-21 14:13:18.755 sogod[12550] Note(SoObject): SoDebugKeyLookup is enabled! 2011-03-21 14:13:18.755 sogod[12550] Note(SoObject): SoDebugBaseURL is enabled! 2011-03-21 14:13:18.755 sogod[12550] Note(SoObject): relative base URLs are enabled. 2011-03-21 14:13:18.770 sogod[12550] Failed to load principal class from bundle (/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.20/Resources/SSL.bundle) 2011-03-21 14:13:18.798 sogod[12550] WOCompoundElement: pool embedding is on. 2011-03-21 14:13:18.798 sogod[12550] WOCompoundElement: id logging is on. Mar 21 14:13:18 sogod [12550]: SOGoRootPage Login for user 'sogo' might not have worked - password policy: 65535 grace: -1 expire: -1 bound: 0 Mar 21 14:13:18 sogod [12550]: |SOGo| request took 0.266475 seconds to execute 192.168.1.21 - - [21/Mar/2011:14:13:18 GMT] "POST /SOGo/connect HTTP/1.1" 403 34/40 5.371 - - 2M -- [email protected] https://inverse.ca/sogo/lists
