mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 16:33:22 +00:00
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:
@@ -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>";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user