Disable some unused modules
This commit is contained in:
parent
c4e9ecacd7
commit
e13e450a1f
3 changed files with 5 additions and 4 deletions
|
@ -10,11 +10,8 @@ radiusd__enabled_modules_minimal:
|
||||||
- eap # TODO
|
- eap # TODO
|
||||||
- expiration # TODO
|
- expiration # TODO
|
||||||
- expr # TODO
|
- expr # TODO
|
||||||
- files # TODO
|
|
||||||
- linelog # TODO
|
- linelog # TODO
|
||||||
- logintime # TODO
|
- logintime # TODO
|
||||||
- mschap # TODO
|
|
||||||
- preprocess # TODO
|
|
||||||
- realm # TODO
|
- realm # TODO
|
||||||
- unpack # TODO
|
- unpack # TODO
|
||||||
- eap_inner
|
- eap_inner
|
||||||
|
|
|
@ -22,15 +22,20 @@
|
||||||
- certs/README
|
- certs/README
|
||||||
- certs/Makefile
|
- certs/Makefile
|
||||||
- certs/xpextensions
|
- certs/xpextensions
|
||||||
|
- policy.d/accounting
|
||||||
|
- policy.d/rfc7542
|
||||||
- policy.d/dhcp
|
- policy.d/dhcp
|
||||||
- policy.d/debug
|
- policy.d/debug
|
||||||
- policy.d/control
|
- policy.d/control
|
||||||
- policy.d/abfab-tr
|
- policy.d/abfab-tr
|
||||||
- policy.d/moonshot-targeted-ids
|
- policy.d/moonshot-targeted-ids
|
||||||
|
- policy.d/operator-name
|
||||||
- mods-config/unbound/
|
- mods-config/unbound/
|
||||||
- mods-config/perl/
|
- mods-config/perl/
|
||||||
- mods-config/python3/
|
- mods-config/python3/
|
||||||
- mods-config/sql/
|
- mods-config/sql/
|
||||||
|
- mods-config/files/
|
||||||
|
- mods-config/preprocess/
|
||||||
- mods-config/README.rst
|
- mods-config/README.rst
|
||||||
- users
|
- users
|
||||||
- hints
|
- hints
|
||||||
|
|
|
@ -26,7 +26,6 @@ server default {
|
||||||
|
|
||||||
authorize {
|
authorize {
|
||||||
filter_username # TODO
|
filter_username # TODO
|
||||||
preprocess # TODO
|
|
||||||
suffix
|
suffix
|
||||||
eap
|
eap
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue