Monotone-Parent: e46821e8deef27889438bc1efe4af943f5f7ff26

Monotone-Revision: 37ee3c63e273b4b20f99c82d5e239e410e7876c7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-09T19:04:07
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-05-09 19:04:07 +00:00
parent 40b442f8fe
commit 7c4ddf0e8c
2 changed files with 16 additions and 13 deletions
+8 -7
View File
@@ -18,25 +18,26 @@
};
SOGoContactGCSFolder = {
superclass = "SOGoFolder";
superclass = "SOGoFolder";
};
SOGoContactGCSEntry = {
superclass = "SOGoContentObject";
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
};
};
SOGoContactLDAPFolder = {
superclass = "SOGoFolder";
superclass = "SOGoFolder";
defaultAccess = "allow";
protectedBy = "<public>";
};
SOGoContactLDAPEntry = {
SOGoContactLDIFEntry = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
};
defaultAccess = "allow";
protectedBy = "<public>";
};
};
}