New system default SOGoEncryptionKey

To be used to encrypt the passwords of remote Web calendars when
SOGoTrustProxyAuthentication is enabled.
This commit is contained in:
Francis Lachapelle
2013-03-11 09:34:36 -04:00
parent 41a6c02aa3
commit d12c651d59
5 changed files with 38 additions and 32 deletions
+5
View File
@@ -349,6 +349,11 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
return [self boolForKey: @"SOGoTrustProxyAuthentication"];
}
- (NSString *) encryptionKey;
{
return [self stringForKey: @"SOGoEncryptionKey"];
}
- (BOOL) useRelativeURLs
{
return [self boolForKey: @"WOUseRelativeURLs"];