Hi,

I can't run SOGo on Ubuntu 11.04 when user authentification is set to
sql (using mysql).
I always get the following error within sogo.log where 'accounts' is the
id which I have set in the .GNUstepDefaults file. What does the error
refer to? Is there any possibility to use SOGo without ldap?

Aug 14 16:53:00 sogod [25703]: version 1.3.8 (build @vizzini.inverse.ca
201107261348) -- starting
Aug 14 16:53:00 sogod [25703]: vmem size check enabled: shutting down
app when vmem > 384 MB
Aug 14 16:53:00 sogod [25703]: <0x0x1e07cd0[SOGoProductLoader]> SOGo
products loaded from '/usr/lib/GNUstep/SOGo':
Aug 14 16:53:00 sogod [25703]: <0x0x1e07cd0[SOGoProductLoader]>  
CommonUI.SOGo, AdministrationUI.SOGo, MailerUI.SOGo, Mailer.SOGo,
ContactsUI.SOGo, MailPartViewers.SOGo, PreferencesUI.SOGo,
Contacts.SOGo, SchedulerUI.SOGo, Appointments.SOGo, MainUI.SOGo
Aug 14 16:53:00 sogod [25703]: <0x0x1cae010[WOWatchDog]> listening on
*:20000
Aug 14 16:53:00 sogod [25703]: <0x0x1cae010[WOWatchDog]> watchdog
process pid: 25703
Aug 14 16:53:00 sogod [25703]: <0x0x7f0e8a64dd20[WOWatchDogChild]>
watchdog request timeout set to 10 minutes
Aug 14 16:53:00 sogod [25703]: <0x0x1cae010[WOWatchDog]> preparing 1
children
Aug 14 16:53:00 sogod [25703]: <0x0x1cae010[WOWatchDog]> child spawned
with pid 25706
Aug 14 16:53:05 sogod [25706]: <0x0x1caaaa0[SOGoCache]> Cache cleanup
interval set every 300.000000 seconds
Aug 14 16:53:05 sogod [25706]: <0x0x1caaaa0[SOGoCache]> Using host(s)
'localhost' as server(s)
2011-08-14 16:53:05.279 sogod[25706] Note(SoObject): SoDebugKeyLookup is
enabled!
2011-08-14 16:53:05.280 sogod[25706] Note(SoObject): SoDebugBaseURL is
enabled!
2011-08-14 16:53:05.280 sogod[25706] Note(SoObject): relative base URLs
are enabled.
EXCEPTION: <NSException: 0x21d7420> NAME:NSInvalidArgumentException
REASON:Tried to add nil value for key 'accounts' to dictionary INFO:{}
Aug 14 16:53:05 sogod [25703]: <0x0x1f2c470[WOWatchDogChild]> child
25706 exited
Aug 14 16:53:05 sogod [25703]: <0x0x1f2c470[WOWatchDogChild]> 
(terminated due to signal 6)
Aug 14 16:53:05 sogod [25703]: <0x0x1cae010[WOWatchDog]> child spawned
with pid 25708



<?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>SOGoACLsSendEMailNotifications</key>
    <string>NO</string>
    <key>SOGoAppointmentSendEMailNotifications</key>
    <string>NO</string>
    <key>SOGoFoldersSendEMailNotifications</key>
    <string>NO</string>
    <key>SOGoLanguage</key>
    <string>English</string>
    <key>SOGoMailDomain</key>
    <string>fritz.box</string>
    <key>SOGoTimeZone</key>
    <string>Europe/Paris</string>

    <key>SOGoUserSources</key>
        <array>
            <dict>
                <key>type</key>
                <string>sql</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>id</key>
                <string>accounts</string>
                <key>userPasswordAlgorithm</key>
                <string>md5</string>
                <key>wqviewURL</key>
               
<string>mysql://sogo:tausch@localhost:3306/sogo/sogo_auth</string>
                <key>isAddressBook</key>
                <string>NO</string>
            </dict>
<!--
            <dict>
                <key>type</key>
                <string>ldap</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>id</key>
                <string>public</string>
                <key>isAddressBook</key>
                <string>NO</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>baseDN</key>
                <string>"ou=users,dc=fritz,dc=box"</string>
                <key>bindDN</key>
                <string>"uid=sogo,ou=users,dc=fritz,dc=box"</string>
                <key>bindPassword</key>
                <string>tausch</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>displayName</key>
                <string>"Shared Addresses"</string>
                <key>hostname</key>
                <string>"localhost"</string>
                <key>port</key>
                <string>389</string>
            </dict>
-->
        </array>

    <key>SOGoProfileURL</key>
   
<string>mysql://sogo:tausch@localhost:3306/sogo/sogo_user_profile</string>
    <key>OCSFolderInfoURL</key>
   
<string>mysql://sogo:tausch@localhost:3306/sogo/sogo_folder_info</string>
    <key>OCSSessionsFolderURL</key>
   
<string>mysql://sogo:tausch@localhost:3306/sogo/sogo_sessions_folder</string>
    </dict>
</dict>
</plist>

-- 
Best regards

Norbert

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

Reply via email to