From 6e1ece91a5b99a48a9ba93fb604112218d815125 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Fri, 28 Aug 2009 09:18:44 +0000 Subject: [PATCH] ldapstatus/hobbit: Change ->getValue('secret') to SimpleSAML_Utilities::getSecretSalt() git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1729 44740490-163a-0410-bde0-09ae8108e29a --- modules/ldapstatus/www/hobbit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ldapstatus/www/hobbit.php b/modules/ldapstatus/www/hobbit.php index d05b2e119..e4a4412ea 100644 --- a/modules/ldapstatus/www/hobbit.php +++ b/modules/ldapstatus/www/hobbit.php @@ -67,7 +67,7 @@ foreach($orgs AS $orgkey => $org) { SimpleSAML_Utilities::selfURLhost() . SimpleSAML_Utilities::getFirstPathElement() . '/module.php/ldapstatus/', array( 'orgtest' => $orgkey, 'output' => 'text', - 'key' => generateSecret($config->getValue('secret'), $orgkey) + 'key' => generateSecret(SimpleSAML_Utilities::getSecretSalt(), $orgkey) ) ); -- GitLab