Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
6298d32e
Commit
6298d32e
authored
2 years ago
by
Thijs Kinkhorst
Browse files
Options
Downloads
Patches
Plain Diff
Radius module no longer needs PHP radius extension
parent
6314f5e8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
composer.json
+0
-1
0 additions, 1 deletion
composer.json
modules/admin/lib/Controller/Config.php
+0
-7
0 additions, 7 deletions
modules/admin/lib/Controller/Config.php
with
0 additions
and
8 deletions
composer.json
+
0
−
1
View file @
6298d32e
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
modules/admin/lib/Controller/Config.php
+
0
−
7
View file @
6298d32e
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment