Fix for bug #

This commit is contained in:
Ludovic Marcotte
2014-11-26 13:00:47 -05:00
parent 20e728afac
commit 913a75f410
7 changed files with 46 additions and 26 deletions
+5
View File
@@ -511,6 +511,11 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
return [self boolForKey: @"SOGoSAML2LogoutEnabled"];
}
- (NSString *) SAML2LoginAttribute
{
return [self stringForKey: @"SOGoSAML2LoginAttribute"];
}
- (BOOL) enablePublicAccess
{
return [self boolForKey: @"SOGoEnablePublicAccess"];