diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-08-16 15:01:41 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-08-16 15:01:41 +0000 |
| commit | efa9e723b14e730d678df3efe1aa70ff8c706e2f (patch) | |
| tree | df1cff55c7996dec56eee16e63ed494067affb48 /docs | |
| parent | a6aa82cdfe368a4e65fbac5bdc64bd98747b29b8 (diff) | |
| download | lasso-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.txt | 3 |
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 |
