From 39828bd62c71b5b6ecb4743bc1fcc8dc5ff976df Mon Sep 17 00:00:00 2001 From: Damien Laniel Date: Wed, 13 Jun 2007 15:58:07 +0000 Subject: uncomment a useful line --- lasso/id-wsf-2.0/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit