We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00da208 commit 6f8ab33Copy full SHA for 6f8ab33
lib/TestCase/AuthSource/Negotiate.php
@@ -9,7 +9,7 @@ final class sspmod_monitor_TestCase_AuthSource_Negotiate extends sspmod_monitor_
9
10
protected function initialize()
11
{
12
- $this->keytab = $authsource_data['keytab'];
+ $this->keytab = $this->getInput('keytab');
13
$this->xml = isSet($_REQUEST['xml']);
14
}
15
0 commit comments