mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
Monotone-Parent: 36c59ea6f5d3705bff60a615e113d6b9e7a7501e
Monotone-Revision: 2ae12f2c67f3e74fddaf5d592a19e233d0806899 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-26T01:16:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -152,19 +152,19 @@ static BOOL kontactGroupDAV = YES;
|
||||
kontactGroupDAV =
|
||||
[ud boolForKey:@"SOGoDisableKontact34GroupDAVHack"] ? NO : YES;
|
||||
|
||||
/* SoClass security declarations */
|
||||
// SoClass security declarations
|
||||
|
||||
/* require View permission to access the root (bound to authenticated ...) */
|
||||
// require View permission to access the root (bound to authenticated ...)
|
||||
[[self soClassSecurityInfo] declareObjectProtected: SoPerm_View];
|
||||
|
||||
/* to allow public access to all contained objects (subkeys) */
|
||||
// to allow public access to all contained objects (subkeys)
|
||||
[[self soClassSecurityInfo] setDefaultAccess: @"allow"];
|
||||
|
||||
/* require Authenticated role for View and WebDAV */
|
||||
[[self soClassSecurityInfo] declareRole: SoRole_Owner
|
||||
asDefaultForPermission: SoPerm_View];
|
||||
[[self soClassSecurityInfo] declareRole: SoRole_Owner
|
||||
asDefaultForPermission: SoPerm_WebDAVAccess];
|
||||
// /* require Authenticated role for View and WebDAV */
|
||||
// [[self soClassSecurityInfo] declareRole: SoRole_Owner
|
||||
// asDefaultForPermission: SoPerm_View];
|
||||
// [[self soClassSecurityInfo] declareRole: SoRole_Owner
|
||||
// asDefaultForPermission: SoPerm_WebDAVAccess];
|
||||
}
|
||||
|
||||
+ (void) _fillDictionary: (NSMutableDictionary *) dictionary
|
||||
|
||||
Reference in New Issue
Block a user