diff --git a/modules/ldapstatus/www/hobbit.php b/modules/ldapstatus/www/hobbit.php
index d05b2e119403e0d0d94b66943bbd10ab042fcd77..e4a4412eafd8c828b62a2f2f6519eb13a98b9bba 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)
 		)
 	);