summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-16 15:01:41 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-16 15:01:41 +0000
commitefa9e723b14e730d678df3efe1aa70ff8c706e2f (patch)
treedf1cff55c7996dec56eee16e63ed494067affb48 /docs
parenta6aa82cdfe368a4e65fbac5bdc64bd98747b29b8 (diff)
downloadlasso-efa9e723b14e730d678df3efe1aa70ff8c706e2f.tar.gz
lasso-efa9e723b14e730d678df3efe1aa70ff8c706e2f.tar.xz
lasso-efa9e723b14e730d678df3efe1aa70ff8c706e2f.zip
where is the name identifier
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