Skip to content

Commit

Permalink
Radius-module no longer requires ext-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 14, 2024
1 parent 1c6784e commit df52bea
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 df52bea

Please sign in to comment.