Skip to content

Commit

Permalink
ext-radius is no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Apr 22, 2024
1 parent 8505737 commit b13dd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSuite/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Modules extends \SimpleSAML\Module\monitor\TestSuiteFactory
// 'consent' => 'PDO',
'consentAdmin' => 'PDO',
'ldap' => 'ldap',
'ldapRadius' => ['ldap', 'radius'],
'ldapRadius' => ['ldap'],
'memcacheMonitor' => 'memcached|memcache',
'negotiate' => 'krb5',
'sqlauth' => 'PDO'
Expand Down

0 comments on commit b13dd02

Please sign in to comment.