Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit a651ec72 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 35401c18
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,13 @@ def _valuespec_special_agents_fritzbox_smarthome() -> ValueSpec:
totext='',
title=_('Disable piggyback'),
)),
('no_pbkdf2', FixedValue(
value=True,
help='The login will fallback from PBDKF2 (Password-Based Key Derivation Function 2) to MD5 '
'(less secure) challenge response method',
totext='',
title=_('Disable PBDKF2'),
)),
('testing', FixedValue(
value=True,
help='Development only, will be (most likely) ignored in production :-)',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment