mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-03 20:55:08 +00:00
Added isDomainDefined
To check whether a domain is supported by our defined sources
This commit is contained in:
committed by
Carlos Pérez-Aradros Herce
parent
9d3f3c619d
commit
bf4a581d0f
@@ -165,7 +165,7 @@
|
||||
// The domain is probably appended to the username;
|
||||
// make sure it is defined as a domain in the configuration.
|
||||
domain = [newLogin substringFromIndex: (r.location + r.length)];
|
||||
if ([[sd domainIds] containsObject: domain] &&
|
||||
if ([[SOGoUserManager sharedUserManager] isDomainDefined: domain] &&
|
||||
![sd enableDomainBasedUID])
|
||||
newLogin = [newLogin substringToIndex: r.location];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user