summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-05-12 18:52:43 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-05-12 18:52:43 +0000
commit0fcd78757b425cea9ff6028463db404efafb6b0a (patch)
treecf8698a265f720021a787d4f9608ddf50c1387e7
parent9c4527554dc33fe207b14499396ee4e77fc3d203 (diff)
downloadlasso-0fcd78757b425cea9ff6028463db404efafb6b0a.tar.gz
lasso-0fcd78757b425cea9ff6028463db404efafb6b0a.tar.xz
lasso-0fcd78757b425cea9ff6028463db404efafb6b0a.zip
documented that previous change
-rw-r--r--lasso/id-ff/name_registration.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lasso/id-ff/name_registration.c b/lasso/id-ff/name_registration.c
index 05cd975f..50350165 100644
--- a/lasso/id-ff/name_registration.c
+++ b/lasso/id-ff/name_registration.c
@@ -339,7 +339,11 @@ lasso_name_registration_init_request(LassoNameRegistration *name_registration,
* @request_msg: the register name identifier request message
*
* Processes a lib:RegisterNameIdentifierRequest message. Rebuilds a request
- * object from the message and optionally verifies its signature.
+ * object from the message and optionally verifies its signature. Sets
+ * profile->nameIdentifier to local name identifier. If it changed (when this
+ * is IdP-initiated and there was no previously defined local name identifier)
+ * profile->nameIdentifier will be the new one and profile->oldNameIdentiifer
+ * the old one.
*
* Return value: 0 on success; or a negative value otherwise.
**/