summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/test.php
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-08-20 20:01:18 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-08-20 20:01:18 +0000
commitadaea63f60126d8b4c3c5395ca62f0c8125d8ddd (patch)
tree00a4de94d5ab286c5bb037861df58d498f30246f /php/Attic/examples/test.php
parent921ffa05b3ebab2359f400b0a74f3dec884a4edb (diff)
downloadlasso-adaea63f60126d8b4c3c5395ca62f0c8125d8ddd.tar.gz
lasso-adaea63f60126d8b4c3c5395ca62f0c8125d8ddd.tar.xz
lasso-adaea63f60126d8b4c3c5395ca62f0c8125d8ddd.zip
Modified PHP bindings in an attempt to add new argument to method
lasso_build_authn_request_msg.
Diffstat (limited to 'php/Attic/examples/test.php')
-rw-r--r--php/Attic/examples/test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/Attic/examples/test.php b/php/Attic/examples/test.php
index 487ee58c..c7f3c516 100644
--- a/php/Attic/examples/test.php
+++ b/php/Attic/examples/test.php
@@ -72,7 +72,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($spsession);
+ lasso_login_build_authn_request_msg($spsession, lassoHttpMethodRedirect);
$ret = lasso_login_init_authn_request($spsession, "https://identity-provider:1998/liberty-alliance/metadata");
if (!$ret) {