medsrv/medcli: Remove prototypical medsrv web application and plugins

This was from a student project that has never been developed further.
And similar to the manager web application it lacks all sorts of modern
standards.  So just remove it and the two plugins it relied on.

The test scenario is renamed to avoid confusion (neither of the two
p2pnat scenarios uses medsrv/medcli).
This commit is contained in:
Tobias Brunner
2026-07-24 14:45:27 +02:00
parent 96b0011d30
commit ac690f1a5e
62 changed files with 19 additions and 3568 deletions
-1
View File
@@ -20,7 +20,6 @@ options = \
options/imcv.opt \
options/imv_policy_manager.opt \
options/iptfs.opt \
options/medsrv.opt \
options/pki.opt \
options/pool.opt \
options/starter.opt \
-27
View File
@@ -1,27 +0,0 @@
medsrv.database =
Mediation server database URI. If it contains a password, make
sure to adjust the permissions of the config file accordingly.
medsrv.debug = no
Debugging in mediation server web application.
medsrv.dpd = 5m
DPD timeout to use in mediation server plugin.
medsrv.load =
Plugins to load in mediation server plugin.
medsrv.password_length = 6
Minimum password length required for mediation server user accounts.
medsrv.rekey = 20m
Rekeying time on mediation connections in mediation server plugin.
medsrv.socket =
Run Mediation server web application statically on socket.
medsrv.threads = 5
Number of thread for mediation service web application.
medsrv.timeout = 15m
Session timeout for mediation service.