mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 10:55:08 +00:00
return enableDomainBasedUID based only on the key
This commit is contained in:
committed by
Carlos Pérez-Aradros Herce
parent
0d05e3579c
commit
ec533809aa
@@ -261,7 +261,7 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
|
||||
|
||||
- (BOOL) enableDomainBasedUID
|
||||
{
|
||||
return ([[self domainIds] count] > 0 && [self boolForKey: @"SOGoEnableDomainBasedUID"]);
|
||||
return [self boolForKey: @"SOGoEnableDomainBasedUID"];
|
||||
}
|
||||
|
||||
- (NSArray *) loginDomains
|
||||
|
||||
Reference in New Issue
Block a user