mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
New system default SOGoEncryptionKey
To be used to encrypt the passwords of remote Web calendars when SOGoTrustProxyAuthentication is enabled.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
SOGoZipPath = "/usr/bin/zip";
|
||||
|
||||
SOGoEncryptionKey = "MySOGoEncryptionKey";
|
||||
|
||||
WOUseRelativeURLs = YES;
|
||||
WOMessageUseUTF8 = YES;
|
||||
WOParsersUseUTF8 = YES;
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
- (BOOL) debugLeaks;
|
||||
- (int) vmemLimit;
|
||||
- (BOOL) trustProxyAuthentication;
|
||||
- (NSString *) encryptionKey;
|
||||
- (BOOL) useRelativeURLs;
|
||||
|
||||
- (BOOL) isWebAccessEnabled;
|
||||
|
||||
@@ -349,6 +349,11 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
|
||||
return [self boolForKey: @"SOGoTrustProxyAuthentication"];
|
||||
}
|
||||
|
||||
- (NSString *) encryptionKey;
|
||||
{
|
||||
return [self stringForKey: @"SOGoEncryptionKey"];
|
||||
}
|
||||
|
||||
- (BOOL) useRelativeURLs
|
||||
{
|
||||
return [self boolForKey: @"WOUseRelativeURLs"];
|
||||
|
||||
Reference in New Issue
Block a user