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 b9c2d9c
Showing 1 changed file with 2 additions and 0 deletions.
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 b9c2d9c

Please sign in to comment.