From 5f14bc11011394ff6f1333880320eec7ceb675af Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 25 Nov 2014 17:27:03 -0500 Subject: [PATCH] Report the correct preference keys --- SoObjects/SOGo/SOGoSAML2Session.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoObjects/SOGo/SOGoSAML2Session.m b/SoObjects/SOGo/SOGoSAML2Session.m index 9fda46089..328fb92fb 100644 --- a/SoObjects/SOGo/SOGoSAML2Session.m +++ b/SoObjects/SOGo/SOGoSAML2Session.m @@ -102,7 +102,7 @@ LassoServerInContext (WOContext *context) filename = [sd SAML2PrivateKeyLocation]; if (!filename) [NSException raise: NSInvalidArgumentException - format: @"'SAML2PrivateKeyLocation' not set"]; + format: @"'SOGoSAML2PrivateKeyLocation' not set"]; keyContent = [NSString stringWithContentsOfFile: filename]; if (!keyContent) [NSException raise: NSGenericException @@ -112,7 +112,7 @@ LassoServerInContext (WOContext *context) filename = [sd SAML2CertificateLocation]; if (!filename) [NSException raise: NSInvalidArgumentException - format: @"'SAML2CertificateLocation' not set"]; + format: @"'SOGoSAML2CertificateLocation' not set"]; certContent = [NSString stringWithContentsOfFile: filename]; if (!certContent) [NSException raise: NSGenericException