From b7a3c60ae4f06ec944ddeb9249a1ba3b60f8b914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Thu, 27 Aug 2009 12:41:50 +0000 Subject: [PATCH] token salt more correct git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1719 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 c4f058b51..268cd9e5e 100644 --- a/modules/ldapstatus/www/hobbit.php +++ b/modules/ldapstatus/www/hobbit.php @@ -4,7 +4,7 @@ $config = SimpleSAML_Configuration::getInstance(); $session = SimpleSAML_Session::getInstance(); -$authTokenContactsSP = sha1('feide:contacts-sp|' . $config->getValue('secret')); +$authTokenContactsSP = sha1('ldapstatus:hobbit|' . $config->getValue('secret')); if (isset($_REQUEST['getToken'])) { -- GitLab