From 6f1a80c42262f9432431fa90ea8a79e65d695f61 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 20 Jan 2005 13:53:59 +0000 Subject: don't output licensing comment when starting perfs.php --- php/tests/perfs.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'php/tests/perfs.php') diff --git a/php/tests/perfs.php b/php/tests/perfs.php index 8dfc41fb..b011c2d5 100755 --- a/php/tests/perfs.php +++ b/php/tests/perfs.php @@ -1,4 +1,5 @@ #! /usr/bin/env php +NameIDPolicy = LASSO_LIB_NAMEID_POLICY_TYPE_FEDERATED; $request->ProtocolProfile = LASSO_LIB_PROTOCOL_PROFILE_BRWS_POST; $login->buildAuthnRequestMsg(); - printf("%s\n", $login->msgUrl); } $query = $login->msgUrl; -print $query; $authn_response_msg = create_authnresponse($query); printf("Processing 50 AuthnResponse...\n"); -- cgit