summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/lasso-book/writing-a-c-sp.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/lasso-book/writing-a-c-sp.txt b/docs/lasso-book/writing-a-c-sp.txt
index 4927e3d5..6927997f 100644
--- a/docs/lasso-book/writing-a-c-sp.txt
+++ b/docs/lasso-book/writing-a-c-sp.txt
@@ -200,7 +200,8 @@ the next statement would be::
lasso_login_process_response_msg(login, answer);
-The users are defined by a ``nameIdentifier``. Those typically map to users
+The users are defined by a ``nameIdentifier`` (accessible through
+``LASSO_PROFILE(login)->nameIdentifier``). Those typically map to users
and sessions in some database on the service provider. If existing; the
session should probably contains a ``session_dump`` element and the user a
``identity_dump`` element. See `Database Considerations`_ below for more