View Issue Details

IDProjectCategoryView StatusLast Update
0001114SOGoBackend Calendarpublic2011-11-24 21:22
Reporterbertails Assigned Toludovic  
PrioritynormalSeveritymajorReproducibilityrandom
Status resolvedResolutionno change required 
Product Version1.3.4 
Summary0001114: User can't access group shared calendar in iCal but worky in Web interface
Description

We have a group-based shared calendar for the entire team.

One of my users cannot subscribe to the calendar using iCal: it does not show up in "delegates". But he can subscribe through the Web interface.

Other users, include myself, don't have the problem.

Here is what I've tried for investigation:

  • I deactivated memcached
  • I watched the generated LDAP queries in the logs
  • I could verify that the queries for this user and for myself were consistent:
    [[
    Feb 2 15:30:35 linguo slapd[30779]: conn=373251 op=1 SRCH base="ou=people,dc=w3,dc=org" scope=2 deref=0 filter="(&(|(uid=ijacobs)(mail=ijacobs))(memberOf=cn=102,ou=groups,dc=w3,dc=org))"
    ]]
  • I checked the user was really part of the group:
    [[

    ldapsearch -x -w XXX -D "cn=XXX,dc=w3,dc=org" -LLL '(&(|(uid=ijacobs)(mail=ijacobs))(memberOf=cn=102,ou=groups,dc=w3,dc=org))' uid memberOf

    [...]
    memberOf: cn=106,ou=groups,dc=w3,dc=org
    uid: ijacobs
    ]]

By curiosity, I tried to subscribe the user from the web interface: it worked perfectly.

TagsNo tags attached.

Activities

bertails

bertails

2011-02-02 15:38

reporter   ~0002071

Last edited: 2011-02-02 15:39

Several minutes later, the user could see the shared calendar in iCal.

It looks like the subscription in the Web interface triggered something that made that happened. This is not the expected behavior though.

ludovic

ludovic

2011-11-24 21:22

administrator   ~0003077

Make sure you do NOT have "SetEnv force-proxy-request-1.0 1" in your Apache configuration file for SOGo.

Issue History

Date Modified Username Field Change
2011-02-02 15:37 bertails New Issue
2011-02-02 15:38 bertails Note Added: 0002071
2011-02-02 15:39 bertails Note Edited: 0002071
2011-11-24 21:22 ludovic Note Added: 0003077
2011-11-24 21:22 ludovic Status new => resolved
2011-11-24 21:22 ludovic Resolution open => no change required
2011-11-24 21:22 ludovic Assigned To => ludovic