View Issue Details

IDProjectCategoryView StatusLast Update
0001128SOGo Connectorwith SOGopublic2018-03-16 15:56
Reporterflorian Assigned Toludovic  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionsuspended 
Product Version3.104 
Summary0001128: Thunderbird asks for master password for each calendar when Thunderbird master password is set
Description

my user name and password for sogo access is stored in Thunderbird "Saved Passwords".
When I set a master password for my "Saved Passwords" Thunderbird opens 21 dialogs requesting the master password instead of only one dialog as it should be.
I've got 18 sogo-calendar subscriptions so there seems to appear a dialog for each calendar plus a few extra dialogs.

Additional Information

Thunderbird 3.1.7 (Win32), connector 3.104, integrator 3.104, Lightning 1.0b2.104i, sogo 1.3.5a running on Centos 5.5

Tagsintegrator, thunderbird

Relationships

duplicate of 0000192 closedludovic Sogo Connector always asks for username and password when Thunderbird master password is set 

Activities

florian

florian

2011-02-18 10:34

reporter   ~0002132

I use Windows Active Directory as LDAP server and I modified SOGo Integrator to use the name of the Windows user instead of the user name of the mailaccount.

source code changes:
\chrome\content\sogo-integrator\sogo-config.js

else
sogoConfig['username'] = mgr.defaultAccount.incomingServer.realUsername;

replaced by:

else {
  var user = components.classes["@mozilla.org/userinfo;1"]
                .getService(Components.interfaces.nsIUserInfo);
  sogoConfig['username'] = user.username;
}

This is the GNUstep config:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml&quot;>
<plist version="0.9">
<dict>
<key>NSGlobalDomain</key>
<dict>
</dict>
<key>gdnc</key>
<dict>
</dict>
<key>sogod</key>
<dict>
<key>OCSEMailAlarmsFolderURL</key>
<string>postgresql://sogo:XXX@127.0.0.1:5432/sogo/sogo_alarms_folder</string>
<key>OCSFolderInfoURL</key>
<string>postgresql://sogo:XXX@127.0.0.1:5432/sogo/sogo_folder_info</string>
<key>OCSSessionsFolderURL</key>
<string>postgresql://sogo:XXX@127.0.0.1:5432/sogo/sogo_sessions_folder</string>
<key>SOGoACLsSendEMailNotifications</key>
<string>NO</string>
<key>SOGoAppointmentSendEMailNotifications</key>
<string>NO</string>
<key>SOGoEnableEMailAlarms</key>
<string>NO</string>
<key>SOGoFirstDayOfWeek</key>
<string>1</string>
<key>SOGoFirstWeekOfYear</key>
<string>First4DayWeek</string>
<key>SOGoFoldersSendEMailNotifications</key>
<string>NO</string>
<key>SOGoLanguage</key>
<string>German</string>
<key>SOGoMailDomain</key>
<string>XXX.XXX</string>
<key>SOGoMailingMechanism</key>
<string>smtp</string>
<key>SOGoProfileURL</key>
<string>postgresql://sogo:XXX@127.0.0.1:5432/sogo/sogo_user_profile</string>
<key>SOGoSMTPServer</key>
<string>XXX.XXX.XXX</string>
<key>SOGoSuperUsernames</key>
<array>
<string>XXX</string>
<string>XXX</string>
</array>
<key>SOGoTimeZone</key>
<string>Europe/Berlin</string>
<key>SOGoUserSources</key>
<array>
<dict>
<key>CNFieldName</key>
<string>cn</string>
<key>IDFieldName</key>
<string>cn</string>
<key>UIDFieldName</key>
<string>sAMAccountName</string>
<key>baseDN</key>
<string>dc=vision,dc=local</string>
<key>bindDN</key>
<string>cn=SOGo Administrator,cn=Users,dc=vision,dc=local</string>
<key>bindFields</key>
<array>
<string>sAMAccountName</string>
<string>mail</string>
</array>
<key>bindPassword</key>
<string>XXX</string>
<key>canAuthenticate</key>
<string>YES</string>
<key>displayName</key>
<string>Active Directory</string>
<key>filter</key>
<string>(objectClass=person)</string>
<key>hostname</key>
<string>192.168.XXX.XXX</string>
<key>id</key>
<string>directory</string>
<key>isAddressBook</key>
<string>NO</string>
<key>port</key>
<string>389</string>
<key>type</key>
<string>ldap</string>
</dict>
</array>
<key>WOPort</key>
<string>20000</string>
</dict>
</dict>
</plist>

Sven Giermann

Sven Giermann

2011-08-11 07:16

reporter   ~0002788

May this one be related to http://www.sogo.nu/bugs/view.php?id=192 ?

ludovic

ludovic

2018-03-16 15:56

administrator   ~0012733

Suspended, shouldn't happen anymore as it was fixed years ago.

Issue History

Date Modified Username Field Change
2011-02-08 15:20 florian New Issue
2011-02-18 10:34 florian Note Added: 0002132
2011-02-24 22:54 florian Tag Attached: integrator
2011-02-24 22:54 florian Tag Attached: thunderbird
2011-08-11 07:16 Sven Giermann Note Added: 0002788
2012-08-15 08:08 Christian Mack Relationship added duplicate of 0000192
2018-03-16 15:56 ludovic Note Added: 0012733
2018-03-16 15:56 ludovic Status new => closed
2018-03-16 15:56 ludovic Assigned To => ludovic
2018-03-16 15:56 ludovic Resolution open => suspended