mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Added support for the parameter "IMAPLoginMailField" for SQL/LDAP sources, and the parameter "authenticationFilter" for SQL sources. See ChangeLog.
Monotone-Parent: 1cdaff22cdbdb961e1937dc8f1ac1936bd06dc99 Monotone-Revision: 36439821e42cfcb830bfff9081d7e1318f1e92ab Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-04-14T18:41:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -757,6 +757,15 @@
|
||||
return [[_domainDefaults superUsernames] containsObject: login];
|
||||
}
|
||||
|
||||
- (BOOL) canAuthenticate
|
||||
{
|
||||
id authValue;
|
||||
|
||||
authValue = [self _fetchFieldForUser: @"canAuthenticate"];
|
||||
|
||||
return [authValue boolValue];
|
||||
}
|
||||
|
||||
/* module access */
|
||||
- (BOOL) canAccessModule: (NSString *) module
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user