fix samples
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 1 May 2003 21:38:21 +0000 (21:38 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 1 May 2003 21:38:21 +0000 (21:38 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@398 cb58f699-b61c-0410-a6fe-9272a202ed29

test/posttest.cpp
test/shibtest.cpp

index e6685cb..251c9e3 100644 (file)
@@ -101,7 +101,7 @@ int main(int argc,char* argv[])
     }
 
     conf1.schema_dir=path;
-    conf1.ssl_calist="/opt/shibboleth/etc/shibboleth/ca-bundle.crt";
+    conf1.binding_defaults.ssl_calist="/opt/shibboleth/etc/shibboleth/ca-bundle.crt";
     if (!conf1.init())
         cerr << "unable to initialize SAML runtime" << endl;
 
index eb0252e..b4b0778 100644 (file)
@@ -89,7 +89,7 @@ int main(int argc,char* argv[])
 
     conf1.schema_dir=path;
     if (ca_param)
-        conf1.ssl_calist=ca_param;
+        conf1.binding_defaults.ssl_calist=ca_param;
     if (!conf1.init())
         cerr << "unable to initialize SAML runtime" << endl;