diff --git a/modules/consentAdmin/config-templates/module_consentAdmin.php b/modules/consentAdmin/config-templates/module_consentAdmin.php index 418065c14ec2ddb421cc9809a0ce39a8156693da..d7ba69723750e39c1975a508c802f65f31ba52b6 100644 --- a/modules/consentAdmin/config-templates/module_consentAdmin.php +++ b/modules/consentAdmin/config-templates/module_consentAdmin.php @@ -6,23 +6,23 @@ * @package SimpleSAMLphp */ $config = array( - /* - * Configuration for the database connection. - */ - 'consentadmin' => array( - 'consent:Database', - 'dsn' => 'mysql:host=DBHOST;dbname=DBNAME', - 'username' => 'USERNAME', - 'password' => 'PASSWORD', - ), - - // Hash attributes including values or not - 'attributes.hash' => TRUE, + /* + * Configuration for the database connection. + */ + 'consentadmin' => array( + 'consent:Database', + 'dsn' => 'mysql:host=DBHOST;dbname=DBNAME', + 'username' => 'USERNAME', + 'password' => 'PASSWORD', + ), - // Where to direct the user after logout - // REMEMBER to prefix with http:// otherwise the relaystate is only appended + // Hash attributes including values or not + 'attributes.hash' => true, + + // Where to direct the user after logout + // REMEMBER to prefix with http:// otherwise the relaystate is only appended // to saml2 logout URL - 'returnURL' => 'http://www.wayf.dk', + 'returnURL' => 'http://www.wayf.dk', // Shows description of the services if set to true (defaults to true) 'showDescription' => true,