From efa9e723b14e730d678df3efe1aa70ff8c706e2f Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Mon, 16 Aug 2004 15:01:41 +0000 Subject: where is the name identifier --- docs/lasso-book/writing-a-c-sp.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit