mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Monotone-Parent: 39a04d9c4ef6da21c4cc1d1ad7d0ecb45557a98b
Monotone-Revision: b132b438ae2a6471eaa2f850473ec640709dc66d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-09T21:31:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactFolder = {
|
||||
SOGoContactGCSFolder = {
|
||||
superclass = "SOGoFolder";
|
||||
|
||||
protectedBy = "View";
|
||||
@@ -30,7 +30,32 @@
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactObject = {
|
||||
SOGoContactGCSEntry = {
|
||||
superclass = "SOGoContentObject";
|
||||
|
||||
protectedBy = "View";
|
||||
defaultAccess = "allow"; /* I think this affects key lookup */
|
||||
defaultRoles = {
|
||||
"View" = "Owner";
|
||||
"WebDAV Access" = "Owner";
|
||||
};
|
||||
|
||||
methods = {
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactLDAPFolder = {
|
||||
superclass = "SOGoFolder";
|
||||
|
||||
protectedBy = "View";
|
||||
defaultAccess = "allow"; /* I think this affects key lookup */
|
||||
defaultRoles = {
|
||||
"View" = "Owner";
|
||||
"WebDAV Access" = "Owner";
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactLDAPEntry = {
|
||||
superclass = "SOGoContentObject";
|
||||
|
||||
protectedBy = "View";
|
||||
|
||||
Reference in New Issue
Block a user