Disable some unused modules

This commit is contained in:
jeltz 2022-09-23 12:47:07 +02:00
parent c4e9ecacd7
commit e13e450a1f
Signed by: jeltz
GPG Key ID: 800882B66C0C3326
3 changed files with 5 additions and 4 deletions

View File

@ -10,11 +10,8 @@ radiusd__enabled_modules_minimal:
- eap # TODO
- expiration # TODO
- expr # TODO
- files # TODO
- linelog # TODO
- logintime # TODO
- mschap # TODO
- preprocess # TODO
- realm # TODO
- unpack # TODO
- eap_inner

View File

@ -22,15 +22,20 @@
- certs/README
- certs/Makefile
- certs/xpextensions
- policy.d/accounting
- policy.d/rfc7542
- policy.d/dhcp
- policy.d/debug
- policy.d/control
- policy.d/abfab-tr
- policy.d/moonshot-targeted-ids
- policy.d/operator-name
- mods-config/unbound/
- mods-config/perl/
- mods-config/python3/
- mods-config/sql/
- mods-config/files/
- mods-config/preprocess/
- mods-config/README.rst
- users
- hints

View File

@ -26,7 +26,6 @@ server default {
authorize {
filter_username # TODO
preprocess # TODO
suffix
eap
}