summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-06-13 15:58:07 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-06-13 15:58:07 +0000
commit39828bd62c71b5b6ecb4743bc1fcc8dc5ff976df (patch)
tree4ed1babc32ebe145bd92e5a2e118a599502633dd
parent56b653cc55d65bff82d22d73b295f0dd187ba30c (diff)
downloadlasso-39828bd62c71b5b6ecb4743bc1fcc8dc5ff976df.tar.gz
lasso-39828bd62c71b5b6ecb4743bc1fcc8dc5ff976df.tar.xz
lasso-39828bd62c71b5b6ecb4743bc1fcc8dc5ff976df.zip
uncomment a useful line
-rw-r--r--lasso/id-wsf-2.0/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-wsf-2.0/profile.c b/lasso/id-wsf-2.0/profile.c
index 5f03b058..48e82b38 100644
--- a/lasso/id-wsf-2.0/profile.c
+++ b/lasso/id-wsf-2.0/profile.c
@@ -166,7 +166,7 @@ lasso_idwsf2_profile_process_soap_request_msg(LassoProfile *profile, const gchar
continue;
}
if (LASSO_IS_SAML2_NAME_ID(assertion->Subject->NameID)) {
- //profile->nameIdentifier = g_object_ref(assertion->Subject->NameID);
+ profile->nameIdentifier = g_object_ref(assertion->Subject->NameID);
} else if (LASSO_IS_SAML2_ENCRYPTED_ELEMENT(
assertion->Subject->EncryptedID)) {
encrypted_id = assertion->Subject->EncryptedID;