From d87eeedd189d922ad3af6c0348f24a7b95eb1446 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 20 Dec 2006 16:43:03 +0000 Subject: [PATCH] Monotone-Parent: a48e56be9dc4f4c17d6374ea074196e8073e8842 Monotone-Revision: 25927deff6f20855f706ef7448a2719227a7781c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-20T16:43:03 Monotone-Branch: ca.inverse.sogo --- SoObjects/Contacts/product.plist | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SoObjects/Contacts/product.plist b/SoObjects/Contacts/product.plist index 4b5f1a601..4ff7a9372 100644 --- a/SoObjects/Contacts/product.plist +++ b/SoObjects/Contacts/product.plist @@ -26,6 +26,9 @@ SOGoContactGCSEntry = { superclass = "SOGoContentObject"; + defaultRoles = { + "View" = ( "Owner", "Delegate", "Organizer", "Authenticated" ); + }; }; SOGoContactLDAPFolder = { @@ -34,6 +37,9 @@ SOGoContactLDAPEntry = { superclass = "SOGoContentObject"; + defaultRoles = { + "View" = ( "Owner", "Delegate", "Organizer", "Authenticated" ); + }; }; }; }