summaryrefslogtreecommitdiffstats
path: root/lasso/saml-2.0/profile.c
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-11-21 18:51:52 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-11-21 18:51:52 +0000
commit853f46fd9325b7f3eec0bc385c4a9bd763c031d4 (patch)
tree55a2fcb3a0432cee3d5591b89550871182fb2fb9 /lasso/saml-2.0/profile.c
parentab1e605ce59bba13464c814bc224146875b170ff (diff)
downloadlasso-853f46fd9325b7f3eec0bc385c4a9bd763c031d4.tar.gz
lasso-853f46fd9325b7f3eec0bc385c4a9bd763c031d4.tar.xz
lasso-853f46fd9325b7f3eec0bc385c4a9bd763c031d4.zip
starting SAML 2 logout
Diffstat (limited to 'lasso/saml-2.0/profile.c')
-rw-r--r--lasso/saml-2.0/profile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/saml-2.0/profile.c b/lasso/saml-2.0/profile.c
index f6041e4b..24d88b86 100644
--- a/lasso/saml-2.0/profile.c
+++ b/lasso/saml-2.0/profile.c
@@ -250,8 +250,8 @@ lasso_saml20_profile_build_artifact_response(LassoProfile *profile)
} else {
response->sign_type = LASSO_SIGNATURE_TYPE_SIMPLE;
}
- response->private_key_file = profile->server->private_key;
- response->certificate_file = profile->server->certificate;
+ response->private_key_file = g_strdup(profile->server->private_key);
+ response->certificate_file = g_strdup(profile->server->certificate);
profile->response = LASSO_NODE(response);
lasso_saml20_profile_set_response_status(profile, LASSO_SAML2_STATUS_CODE_SUCCESS);