Skip to content
Snippets Groups Projects
Commit 6e1ece91 authored by Olav Morken's avatar Olav Morken
Browse files

ldapstatus/hobbit: Change ->getValue('secret') to SimpleSAML_Utilities::getSecretSalt()

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1729 44740490-163a-0410-bde0-09ae8108e29a
parent 02656881
No related branches found
No related tags found
No related merge requests found
......@@ -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)
)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment