Externalize Radius module (#1087)
Showing
- bin/build-release.sh 1 addition, 0 deletionsbin/build-release.sh
- composer.json 1 addition, 0 deletionscomposer.json
- modules/radius/default-disable 0 additions, 3 deletionsmodules/radius/default-disable
- modules/radius/docs/radius.md 0 additions, 106 deletionsmodules/radius/docs/radius.md
- modules/radius/lib/Auth/Source/Radius.php 0 additions, 253 deletionsmodules/radius/lib/Auth/Source/Radius.php
- tests/Utils/Stubs/radius.php 0 additions, 397 deletionstests/Utils/Stubs/radius.php
... | @@ -53,6 +53,7 @@ | ... | @@ -53,6 +53,7 @@ |
"simplesamlphp/simplesamlphp-module-memcookie": "^1.2", | "simplesamlphp/simplesamlphp-module-memcookie": "^1.2", | ||
"simplesamlphp/simplesamlphp-module-memcachemonitor": "^1.0", | "simplesamlphp/simplesamlphp-module-memcachemonitor": "^1.0", | ||
"simplesamlphp/simplesamlphp-module-oauth": "^1.0", | "simplesamlphp/simplesamlphp-module-oauth": "^1.0", | ||
"simplesamlphp/simplesamlphp-module-radius": "^1.0.0", | |||
"simplesamlphp/simplesamlphp-module-riak": "^1.0.0", | "simplesamlphp/simplesamlphp-module-riak": "^1.0.0", | ||
"symfony/routing": "^3.4 || ^4.0", | "symfony/routing": "^3.4 || ^4.0", | ||
"symfony/http-foundation": "^3.4 || ^4.0", | "symfony/http-foundation": "^3.4 || ^4.0", | ||
... | ... |
modules/radius/default-disable
deleted
100644 → 0
modules/radius/docs/radius.md
deleted
100644 → 0
tests/Utils/Stubs/radius.php
deleted
100644 → 0
Please register or sign in to comment