diff --git a/composer.json b/composer.json index 07cd9ceff4e8644dcec6aaa167d14e89040549ed..52f019a5ed6dfa4800115af261d0992660675c25 100644 --- a/composer.json +++ b/composer.json @@ -88,7 +88,6 @@ "predis/predis": "Needed if a Redis server is used to store session information", "ext-curl": "Needed in order to check for updates automatically", "ext-ldap": "Needed if an LDAP backend is used", - "ext-radius": "Needed if a Radius backend is used", "ext-memcache": "Needed if a Memcache server is used to store session information", "ext-pdo": "Needed if a database backend is used, either for authentication or to store session information", "ext-mysql": "Needed if a MySQL backend is used, either for authentication or to store session information", diff --git a/modules/admin/lib/Controller/Config.php b/modules/admin/lib/Controller/Config.php index 8d30a2d2b5cb97a18e26f0b51d8d5ee0b45eeee6..80628775d1ca6af568a5706fa9d9af8cb2e61fdc 100644 --- a/modules/admin/lib/Controller/Config.php +++ b/modules/admin/lib/Controller/Config.php @@ -299,13 +299,6 @@ class Config 'required' => Translate::noop('LDAP extension'), ] ], - 'radius_auth_open' => [ - 'required' => Module::isModuleEnabled('radius') ? 'required' : 'optional', - 'descr' => [ - 'optional' => Translate::noop('Radius extension (required if a radius backend is used)'), - 'required' => Translate::noop('Radius extension'), - ] - ], ]; foreach ($functions as $function => $description) {