Fix RADIUS key default — replace double-encoded value with correct plaintext

The previous default (NZXMkUA62QZHfG3FTYNCz4Y) was already base64-encoded,
causing the config generator to double-encode it via b64(). Updated to the
correct plaintext key (4VXMKUA62QZHFG3FTYNCZ4Y) so b64() produces the right
key-encrypted value in the switch config output.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-13 14:44:45 +00:00
parent 93a558e8f0
commit 766d6e357c
+1 -1
View File
@@ -736,7 +736,7 @@
</div>
<div class="setting-item full">
<span class="setting-label">RADIUS KEY (plaintext)</span>
<input type="text" id="s-radius" value="NZXMkUA62QZHfG3FTYNCz4Y">
<input type="text" id="s-radius" value="4VXMKUA62QZHFG3FTYNCZ4Y">
</div>
<div class="setting-item full">
<span class="setting-label">SNMP AUTH (checkmk)</span>