security: redact real badge IDs from public archive [#345]

Badge IDs + holder-name mapping removed; live badge data belongs in
the private KNEL/access-roster repo only.

Detail: https://projects.knownelement.com/issues/345
This commit is contained in:
2026-09-03 13:31:40 -05:00
parent d7ecef8a27
commit 7c2c8f8991
+2 -2
View File
@@ -34,8 +34,8 @@ my $rsyslog = "/usr/bin/logger";
# Card IDs that bypass network auth
my %backdoors = (
"0000000001" => 'Charles NW',
"0000000002" => 'Josef C',
"REDACTED-BADGE-1" => 'Charles NW', # badge ID redacted 2026-09-03 — real IDs live in private KNEL/access-roster
"REDACTED-BADGE-2" => 'Josef C', # redacted 2026-09-03
);