{ requires = ( MAIN ); publicResources = ( ); factories = { }; classes = { SOGoContactFolders = { superclass = "SOGoFolder"; protectedBy = ""; defaultAccess = "allow"; defaultRoles = { "View" = ( "Owner" ); }; }; SOGoContactGCSFolder = { superclass = "SOGoFolder"; }; SOGoContactGCSEntry = { superclass = "SOGoContentObject"; defaultRoles = { "View" = ( "Owner", "Delegate", "Organizer", "Authenticated" ); }; }; SOGoContactLDAPFolder = { superclass = "SOGoFolder"; defaultAccess = "allow"; protectedBy = ""; }; SOGoContactLDIFEntry = { superclass = "SOGoContentObject"; defaultAccess = "allow"; protectedBy = ""; }; }; }