Projects
Wiki     Timeline     Roadmap     Browse Source     View Tickets     New Ticket     Search

Ticket #17 (closed Defect: Software changed)

Opened 4 years ago

Last modified 4 years ago

Indirect group membership not supported

Reported by: wsanchez@… Owned by: wsanchez@…
Priority: 2: Expected Milestone: CalDAV-access
Component: Calendar Server Severity: Other
Keywords: Cc:

Description

2006/07/07 7:39 AM Cyrus Daboo: * SUMMARY When one group is a member of another group, the server will not recognize a principal in the first group as also being a member of the second group (indirect group membership).

Change History

Changed 4 years ago by wsanchez@…

  • owner changed from wsanchez@… to cdaboo@…

2006/07/07 7:42 AM Cyrus Daboo: twisted.web2.dav.resource.principalIsGroupMember() needs to be changed to be recursive over the group members found in the group principal, if a match with the test principal is not immediately found. This must also take into account the possibility of infinite recursion if two groups include each other directly or indirectly.

Changed 4 years ago by wsanchez@…

  • owner changed from cdaboo@… to wsanchez@…
  • status changed from new to assigned
  • priority changed from 3: Important to 2: Expected

Changed 4 years ago by wsanchez@…

  • milestone changed from Preview 1 to CalDAV-access

Changed 4 years ago by wsanchez@…

  • status changed from assigned to closed
  • resolution set to fixed

This was fixed with the new provisioning/directory service code.

Note: See TracTickets for help on using tickets.