diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-08 14:59:36 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-08 14:59:36 +0000 |
commit | 88f8a19b60c0835c21926cc0e99fbbccf8fe3621 (patch) | |
tree | 70e7f293a6e7222ff3865a3d90fc0db040b66107 /python/examples/test.py | |
parent | cb103717a65071aefc5b2c2265d53c453a325db1 (diff) | |
download | lasso-88f8a19b60c0835c21926cc0e99fbbccf8fe3621.tar.gz lasso-88f8a19b60c0835c21926cc0e99fbbccf8fe3621.tar.xz lasso-88f8a19b60c0835c21926cc0e99fbbccf8fe3621.zip |
*** empty log message ***
Diffstat (limited to 'python/examples/test.py')
-rwxr-xr-x | python/examples/test.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/examples/test.py b/python/examples/test.py index aa32bdce..b5bf8816 100755 --- a/python/examples/test.py +++ b/python/examples/test.py @@ -8,13 +8,13 @@ print lasso.init() req = lasso.AuthnRequest("providerid.com", "federated", - "false", - "true", + 0, + 1, "pp", # None "3", ["test"], - [], - "1", # None + None, + lasso.LibAuthnContextComparisonExact, # None "encoded_RelayState", # None 0, None, |