summaryrefslogtreecommitdiffstats
path: root/python/examples/user.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed obsolete Python sample code.Emmanuel Raviart2005-01-261-47/+0
|
* Check that Lasso is inited and shotdown only once.Emmanuel Raviart2004-08-021-2/+0
| | | | | | | | | | Lasso Python modules now calls init() at first import (I need this behaviour, because I have several "import lasso" in Expression and I don't know which one will be called first and I don't want to do something like: import lasso if not lasso.inited: lasso.init() ).
* fix a bug in python binding user_add_assertion : give obj of python ↵Nicolas Clapies2004-07-261-0/+8
| | | | assertion, add a copy of assertion in lasso_add_assertion ( not sure, but assertion should be copied )
* add list of identity provider id in user environNicolas Clapies2004-07-211-2/+2
|
* *** empty log message ***Nicolas Clapies2004-07-201-0/+5
|
* *** empty log message ***Nicolas Clapies2004-07-161-0/+36