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" ); + }; }; }; }