Skip to content

Commit

Permalink
Set dependencies for ldapRadius module
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 13, 2024
1 parent 18cf959 commit 7744ab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSuite/AuthSources.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function invokeTest(): void
// We need to do some convertions from Negotiate > LDAP
switch ($authSourceData['fallback']) {
case 'ldap:Ldap':
$authSourceData = $this->authSourceConfig->getValue($authSourceDat$
$authSourceData = $this->authSourceConfig->getValue(authSourceData['fallback']);
default:
// Not implemented
continue 3;
Expand Down
2 changes: 2 additions & 0 deletions src/TestSuite/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Modules extends \SimpleSAML\Module\monitor\TestSuiteFactory
/** @var array */
private array $moduleApacheDependencies = [
'negotiateext' => 'mod_auth_kerb|mod_auth_gssapi'
// Note to self: mod_auth_kerb seems to no longer exist (02-2024)
];

/** @var array */
Expand All @@ -47,6 +48,7 @@ class Modules extends \SimpleSAML\Module\monitor\TestSuiteFactory
// 'consent' => 'PDO',
'consentAdmin' => 'PDO',
'ldap' => 'ldap',
'ldapRadius' => ['ldap', 'radius'],
'memcacheMonitor' => 'memcached|memcache',
'negotiate' => 'krb5',
'radius' => 'radius',
Expand Down

0 comments on commit 7744ab1

Please sign in to comment.