diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-20 20:01:18 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-20 20:01:18 +0000 |
| commit | adaea63f60126d8b4c3c5395ca62f0c8125d8ddd (patch) | |
| tree | 00a4de94d5ab286c5bb037861df58d498f30246f /php/Attic/examples/login.php | |
| parent | 921ffa05b3ebab2359f400b0a74f3dec884a4edb (diff) | |
Modified PHP bindings in an attempt to add new argument to method
lasso_build_authn_request_msg.
Diffstat (limited to 'php/Attic/examples/login.php')
| -rw-r--r-- | php/Attic/examples/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/Attic/examples/login.php b/php/Attic/examples/login.php index 31f8651b..d0b61933 100644 --- a/php/Attic/examples/login.php +++ b/php/Attic/examples/login.php @@ -34,7 +34,7 @@ lasso_lib_authn_request_set_relaystate($lib_authn_request, "fake"); lasso_lib_authn_request_set_protocolprofile($lib_authn_request, lassoLibProtocolProfileBrwsArt); - lasso_login_build_authn_request_msg($splogin); + lasso_login_build_authn_request_msg($splogin, lassoHttpMethodRedirect); print "msg_url : " . lasso_profile_get_msg_url($profile) . "\n"; print "msg_body : " . lasso_profile_get_msg_body($profile) . "\n"; |
