Archived
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:
+2
-2
@@ -34,8 +34,8 @@ my $rsyslog = "/usr/bin/logger";
|
|||||||
# Card IDs that bypass network auth
|
# Card IDs that bypass network auth
|
||||||
my %backdoors = (
|
my %backdoors = (
|
||||||
|
|
||||||
"0000000001" => 'Charles NW',
|
"REDACTED-BADGE-1" => 'Charles NW', # badge ID redacted 2026-09-03 — real IDs live in private KNEL/access-roster
|
||||||
"0000000002" => 'Josef C',
|
"REDACTED-BADGE-2" => 'Josef C', # redacted 2026-09-03
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user