#! /usr/bin/env php Name of the organization '; $server = new LassoServer( DATA_DIR . "sp1-la/metadata.xml", DATA_DIR . "sp1-la/private-key-raw.pem", NULL, DATA_DIR . "sp1-la/certificate.pem"); assert(!is_null($server->organization)); assert($server->organization == $organisation_string); echo "OK.\n"; } lasso_init(); test01(); lasso_shutdown();