mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-07 16:03:20 +00:00
Monotone-Parent: d5f8c52180a18aefe5556a8cc5be91ebecf23c37
Monotone-Revision: 13eeb49749c2fffd30ec7595581aa47c40de5671 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-01T20:35:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -24,18 +24,20 @@
|
||||
"ViewDAndTOfConfidentialRecords" = ( "Owner", "ConfidentialDAndTViewer" );
|
||||
"ModifyConfidentialRecords" = ( "Owner", "ConfidentialModifier" );
|
||||
"RespondToConfidentialRecords" = ( "Owner", "ConfidentialModifier", "ConfidentialResponder" );
|
||||
"Access Contents Information" = ( "Owner", "AuthorizedSubscriber" );
|
||||
};
|
||||
};
|
||||
SOGoGroupAppointmentFolder = {
|
||||
superclass = "SOGoAppointmentFolder";
|
||||
};
|
||||
SOGoCalendarComponent = {
|
||||
superclass = "SOGoContentObject";
|
||||
superclass = "SOGoContentObject";
|
||||
defaultRoles = {
|
||||
"ViewAllComponent" = ( "Owner", "Organizer", "Participant", "ComponentViewer", "ComponentModifier" );
|
||||
"ViewAllComponent" = ( "Owner", "Organizer", "Participant", "ComponentModifier", "ComponentResponder", "ComponentViewer" );
|
||||
"ViewDAndT" = ( "Organizer", "Participant", "ComponentDAndTViewer" );
|
||||
"ModifyComponent" = ( "Owner", "ComponentModifier" );
|
||||
"RespondToComponent" = ( "Participant", "ComponentResponder" );
|
||||
"ModifyComponent" = ( "Owner", "Organizer" );
|
||||
"RespondToComponent" = ( "Participant" );
|
||||
"Access Object" = ( "Owner", "Organizer", "Participant", "ComponentModifier", "ComponentResponder", "ComponentViewer", "ComponentDAndTViewer" );
|
||||
};
|
||||
};
|
||||
SOGoAppointmentObject = {
|
||||
|
||||
@@ -10,34 +10,33 @@
|
||||
classes = {
|
||||
SOGoContactFolders = {
|
||||
superclass = "SOGoFolder";
|
||||
protectedBy = "<public>";
|
||||
defaultAccess = "allow";
|
||||
protectedBy = "Access Contents Information";
|
||||
defaultRoles = {
|
||||
"View" = ( "Owner" );
|
||||
"Access Contents Information" = ( "Authenticated" );
|
||||
"WebDAV Access" = ( "Authenticated" );
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactGCSFolder = {
|
||||
superclass = "SOGoFolder";
|
||||
};
|
||||
|
||||
SOGoContactGCSEntry = {
|
||||
superclass = "SOGoContentObject";
|
||||
defaultRoles = {
|
||||
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactLDAPFolder = {
|
||||
superclass = "SOGoFolder";
|
||||
defaultAccess = "allow";
|
||||
protectedBy = "<public>";
|
||||
protectedBy = "Access Contents Information";
|
||||
defaultRoles = {
|
||||
"Access Contents Information" = ( "Authenticated" );
|
||||
"WebDAV Access" = ( "Authenticated" );
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactLDIFEntry = {
|
||||
superclass = "SOGoContentObject";
|
||||
defaultAccess = "allow";
|
||||
protectedBy = "<public>";
|
||||
superclass = "SOGoContentObject";
|
||||
protectedBy = "Access Content Information";
|
||||
defaultRoles = {
|
||||
"Access Content Information" = ( "Authenticated" );
|
||||
"WebDAV Access" = ( "Authenticated" );
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user