Groups with members, but no members with group memberships!
Hi Guys, I've been using 6.0 and have been having some trouble getting groups working properly. Namely, I have groups that have members, but when I go to an individual user, that user will have nothing listed under "Group Memberships". I am using OpenLDAP and a groupOfUniqueNames object class to store my groups. The issue, as I understand it, is that calendarserver is querying the groups for the principal UID, and not the distinguished name, of the user.This will not work as the 'uniqueMember' attribute of 'groupofUniqueNames' is a fully qualified DN, and not a uid. Anyone have experience with 6.x and OpenLDAP? Many thanks in advance.
Hi Tim, It is expected that Calendar Server does not show all of a user’s groups (a potentially very expensive thing to do), but instead only those which are significant to Calendar Server, such as a delegated-to or shared-to group. If you delegate something to a group to which you are a member, that group should then appear on your user principal page. Also make sure you can see the expected members of groups when browsing the group’s principal page. -dre
On Feb 3, 2015, at 8:18 PM, Tim McBride <tim@deviousgeek.com> wrote:
Hi Guys,
I've been using 6.0 and have been having some trouble getting groups working properly. Namely, I have groups that have members, but when I go to an individual user, that user will have nothing listed under "Group Memberships".
I am using OpenLDAP and a groupOfUniqueNames object class to store my groups. The issue, as I understand it, is that calendarserver is querying the groups for the principal UID, and not the distinguished name, of the user.This will not work as the 'uniqueMember' attribute of 'groupofUniqueNames' is a fully qualified DN, and not a uid.
Anyone have experience with 6.x and OpenLDAP?
Many thanks in advance. _______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/calendarserver-users
participants (2)
-
Andre LaBranche
-
Tim McBride