New paramter SOGoLDAPGroupExpansionEnabled

Fixes #2506
This commit is contained in:
Francis Lachapelle
2019-09-05 12:42:25 -04:00
parent 1641235163
commit 25021c192c
8 changed files with 74 additions and 25 deletions
+5
View File
@@ -314,6 +314,11 @@
return [self stringForKey: @"SOGoLDAPContactInfoAttribute"];
}
- (BOOL) ldapGroupExpansionEnabled
{
return [self boolForKey: @"SOGoLDAPGroupExpansionEnabled"];
}
- (NSArray *) freeBusyDefaultInterval
{
return [self arrayForKey: @"SOGoFreeBusyDefaultInterval"];